org.apache.myfaces.tobago.internal.taglib.component
Interface DatePickerTagDeclaration
- All Superinterfaces:
- HasBinding, HasCurrentMarkup, HasFor, HasId, HasIdBindingAndRendered, HasMarkup, HasTabIndex, IsGridLayoutComponent, IsGridLayoutComponentBase, IsRendered
public interface DatePickerTagDeclaration
- extends HasFor, HasTabIndex, HasIdBindingAndRendered, HasMarkup, HasCurrentMarkup, IsGridLayoutComponent
Renders a date picker.
The component needs a DateFormat Pattern from a converter. The converter
should be an instance of DateTimeConverter and return a valid pattern from
the method getPattern()
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasFor |
setFor |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTabIndex |
setTabIndex |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId |
setId |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding |
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered |
setRendered |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup |
setMarkup |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase |
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex |
setLink
void setLink(String link)
setResource
void setResource(String resource)
setJsfResource
void setJsfResource(String jsfResource)
setOnclick
void setOnclick(String onclick)
setTip
void setTip(String tip)
setImage
void setImage(String image)
setDisabled
void setDisabled(String disabled)
setRenderedPartially
void setRenderedPartially(String componentIds)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.