public class InputDatePickerTag extends HtmlComponentTag
| Constructor and Description |
|---|
InputDatePickerTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setDisabled(java.lang.String disabled)
Sets whether the component should be rendered in a disabled state
|
void |
setInitialiseIfNull(java.lang.String initialiseIfNull)
Sets whether today's date should be shown initially if the underlying
model value is null.
|
void |
setNoneLabel(java.lang.String noneLabel)
Sets the explicit label to use when there is no date set
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setShowTime(java.lang.String showTime)
Determines whether the time is rendered
|
void |
setStartYear(java.lang.String startYear)
Set the startYear
|
void |
setValue(java.lang.String value)
Set the value
|
void |
setYearCount(java.lang.String yearCount)
Set the yearCount
|
setStyle, setStyleClass, setTooltipsetActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanStaticProperty, setIntProperty, setIntStaticProperty, setStringBindingProperty, setStringProperty, setStringStaticPropertydoEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic java.lang.String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public java.lang.String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagTag.release()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void setValue(java.lang.String value)
value - the valuepublic void setStartYear(java.lang.String startYear)
startYear - the startYearpublic void setYearCount(java.lang.String yearCount)
yearCount - the yearCountpublic void setShowTime(java.lang.String showTime)
showTime - true to allow the time to be editedpublic void setDisabled(java.lang.String disabled)
disabled - true to render the component in a disabled statepublic void setInitialiseIfNull(java.lang.String initialiseIfNull)
initialiseIfNull - true to show today's date instead of 'None'public void setNoneLabel(java.lang.String noneLabel)
noneLabel - 'None' label to useCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.