public class HtmlInputDate extends javax.faces.component.UIInput implements UserRoleAware
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlInputDate.UserData |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_IDENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR| Constructor and Description |
|---|
HtmlInputDate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnabledOnUserRole() |
java.lang.String |
getTimeZone() |
java.lang.String |
getType() |
HtmlInputDate.UserData |
getUserData(java.util.Locale currentLocale) |
java.lang.String |
getVisibleOnUserRole() |
boolean |
isDisabled() |
boolean |
isPopupCalendar() |
boolean |
isReadonly() |
boolean |
isRendered() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setDisabled(boolean disabled) |
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole) |
void |
setPopupCalendar(boolean popupCalendar) |
void |
setReadonly(boolean readonly) |
void |
setTimeZone(java.lang.String timeZone) |
void |
setType(java.lang.String string) |
void |
setUserData(HtmlInputDate.UserData userData) |
void |
setVisibleOnUserRole(java.lang.String visibleOnUserRole) |
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValuegetConverter, getLocalValue, getValue, setConverteraddFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public void setUserData(HtmlInputDate.UserData userData)
public HtmlInputDate.UserData getUserData(java.util.Locale currentLocale)
public java.lang.String getType()
public void setType(java.lang.String string)
public boolean isPopupCalendar()
public void setPopupCalendar(boolean popupCalendar)
public java.lang.String getTimeZone()
public void setTimeZone(java.lang.String timeZone)
public boolean isReadonly()
public void setReadonly(boolean readonly)
public void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
setEnabledOnUserRole in interface UserRoleAwarepublic java.lang.String getEnabledOnUserRole()
getEnabledOnUserRole in interface UserRoleAwarepublic void setVisibleOnUserRole(java.lang.String visibleOnUserRole)
setVisibleOnUserRole in interface UserRoleAwarepublic java.lang.String getVisibleOnUserRole()
getVisibleOnUserRole in interface UserRoleAwarepublic boolean isRendered()
isRendered in class javax.faces.component.UIComponentBasepublic boolean isDisabled()
public void setDisabled(boolean disabled)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIInputpublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIInput