Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
javax.faces.component.html.HtmlSelectManyMenu
org.apache.myfaces.component.html.ext.HtmlSelectManyMenu
public class HtmlSelectManyMenu
extends javax.faces.component.html.HtmlSelectManyMenu
implements UserRoleAware, DisplayValueOnlyCapable
Field Summary | |
static String |
Fields inherited from interface org.apache.myfaces.component.DisplayValueOnlyCapable | |
DISPLAY_VALUE_ONLY_ATTR , DISPLAY_VALUE_ONLY_STYLE_ATTR , DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR |
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 | |
String | |
String | |
boolean | |
boolean | |
boolean | |
void |
|
Object |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public String getClientId(FacesContext context)
public String getDisplayValueOnlyStyle()
- Specified by:
- getDisplayValueOnlyStyle in interface DisplayValueOnlyCapable
public String getDisplayValueOnlyStyleClass()
- Specified by:
- getDisplayValueOnlyStyleClass in interface DisplayValueOnlyCapable
public String getEnabledOnUserRole()
- Specified by:
- getEnabledOnUserRole in interface UserRoleAware
public String getVisibleOnUserRole()
- Specified by:
- getVisibleOnUserRole in interface UserRoleAware
public boolean isDisplayValueOnly()
- Specified by:
- isDisplayValueOnly in interface DisplayValueOnlyCapable
public boolean isRendered()
public boolean isSetDisplayValueOnly()
- Specified by:
- isSetDisplayValueOnly in interface DisplayValueOnlyCapable
public void restoreState(FacesContext context, Object state)
public Object saveState(FacesContext context)
public void setDisplayValueOnly(boolean displayValueOnly)
- Specified by:
- setDisplayValueOnly in interface DisplayValueOnlyCapable
public void setDisplayValueOnlyStyle(String displayValueOnlyStyle)
- Specified by:
- setDisplayValueOnlyStyle in interface DisplayValueOnlyCapable
public void setDisplayValueOnlyStyleClass(String displayValueOnlyStyleClass)
- Specified by:
- setDisplayValueOnlyStyleClass in interface DisplayValueOnlyCapable
public void setEnabledOnUserRole(String enabledOnUserRole)
- Specified by:
- setEnabledOnUserRole in interface UserRoleAware
public void setVisibleOnUserRole(String visibleOnUserRole)
- Specified by:
- setVisibleOnUserRole in interface UserRoleAware