Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
UIInput
org.apache.myfaces.custom.date.HtmlInputDate
Nested Class Summary | |
static class |
Field Summary | |
static String | |
static String |
Fields inherited from interface org.apache.myfaces.component.UserRoleAware | |
ENABLED_ON_USER_ROLE_ATTR , VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
Method Summary | |
String | |
String | |
String |
|
HtmlInputDate.UserData |
|
String | |
boolean | |
boolean | |
boolean | |
boolean | |
void |
|
Object |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public String getEnabledOnUserRole()
- Specified by:
- getEnabledOnUserRole in interface UserRoleAware
public String getTimeZone()
public String getType()
public String getVisibleOnUserRole()
- Specified by:
- getVisibleOnUserRole in interface UserRoleAware
public boolean isDisabled()
public boolean isPopupCalendar()
public boolean isReadonly()
public boolean isRendered()
public void restoreState(FacesContext context, Object state)
public Object saveState(FacesContext context)
public void setDisabled(boolean disabled)
public void setEnabledOnUserRole(String enabledOnUserRole)
- Specified by:
- setEnabledOnUserRole in interface UserRoleAware
public void setPopupCalendar(boolean popupCalendar)
public void setReadonly(boolean readonly)
public void setTimeZone(String timeZone)
public void setType(String string)
public void setVisibleOnUserRole(String visibleOnUserRole)
- Specified by:
- setVisibleOnUserRole in interface UserRoleAware