public class ModeListTag extends HtmlComponentTag
| Constructor and Description |
|---|
ModeListTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getRendererType() |
void |
release() |
void |
setAction(String action)
Set the action
|
void |
setActionListener(String actionListener)
Set the actionListener
|
void |
setDisabled(String disabled)
Set the disabled flag
|
void |
setDisabledStyle(String disabledStyle)
Set the disabledStyle
|
void |
setDisabledStyleClass(String disabledStyleClass)
Set the disabledStyleClass
|
void |
setHorizontal(String horizontal)
Set if this component is rendered horizontally
|
void |
setIconColumnWidth(String iconColumnWidth)
Set the iconColumnWidth
|
void |
setItemLinkStyle(String itemLinkStyle)
Set the itemLinkStyle
|
void |
setItemLinkStyleClass(String itemLinkStyleClass)
Set the itemLinkStyleClass
|
void |
setItemSpacing(String itemSpacing)
Set the itemSpacing
|
void |
setItemStyle(String itemStyle)
Set the itemStyle
|
void |
setItemStyleClass(String itemStyleClass)
Set the itemStyleClass
|
void |
setLabel(String label)
Set the label
|
void |
setLabelStyle(String labelStyle)
Set the labelStyle
|
void |
setLabelStyleClass(String labelStyleClass)
Set the labelStyleClass
|
void |
setMenu(String menu)
Set the menu
|
void |
setMenuImage(String menuImage)
Set the menuImage
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setSelectedImage(String selectedImage)
Set the image to show instead of the ListItem icon when the item is selected
|
void |
setSelectedLinkStyle(String selectedLinkStyle)
Set the selectedLinkStyle
|
void |
setSelectedLinkStyleClass(String selectedLinkStyleClass)
Set the selectedLinkStyleClass
|
void |
setSelectedStyle(String selectedStyle)
Set the selectedStyle
|
void |
setSelectedStyleClass(String selectedStyleClass)
Set the selectedStyleClass
|
void |
setValue(String value)
Set the value
|
void |
setWidth(String width)
Set the width
|
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 String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagUIComponentTag.getComponentType()public String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagUIComponentTag.getRendererType()protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class HtmlComponentTagUIComponentTag.setProperties(javax.faces.component.UIComponent)public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class HtmlComponentTagTag.release()public void setItemSpacing(String itemSpacing)
itemSpacing - the itemSpacingpublic void setIconColumnWidth(String iconColumnWidth)
iconColumnWidth - the iconColumnWidthpublic void setLabel(String label)
label - the labelpublic void setAction(String action)
action - the actionpublic void setActionListener(String actionListener)
actionListener - the actionListenerpublic void setValue(String value)
value - the valuepublic void setWidth(String width)
width - the widthpublic void setHorizontal(String horizontal)
horizontal - true if rendered horizontally, false to render verticallypublic void setLabelStyle(String labelStyle)
labelStyle - the labelStylepublic void setLabelStyleClass(String labelStyleClass)
labelStyleClass - the labelStyleClasspublic void setItemStyle(String itemStyle)
itemStyle - the itemStylepublic void setItemStyleClass(String itemStyleClass)
itemStyleClass - the itemStyleClasspublic void setItemLinkStyle(String itemLinkStyle)
itemLinkStyle - the itemLinkStylepublic void setItemLinkStyleClass(String itemLinkStyleClass)
itemLinkStyleClass - the itemLinkStyleClasspublic void setSelectedStyle(String selectedStyle)
selectedStyle - the selectedStylepublic void setSelectedStyleClass(String selectedStyleClass)
selectedStyleClass - the selectedStyleClasspublic void setSelectedLinkStyle(String selectedLinkStyle)
selectedLinkStyle - the selectedLinkStylepublic void setSelectedLinkStyleClass(String selectedLinkStyleClass)
selectedLinkStyleClass - the selectedLinkStyleClasspublic void setSelectedImage(String selectedImage)
selectedImage - the selected imagepublic void setDisabled(String disabled)
disabled - true to disable all childrenpublic void setDisabledStyle(String disabledStyle)
disabledStyle - the disabledStylepublic void setDisabledStyleClass(String disabledStyleClass)
disabledStyleClass - the disabledStyleClasspublic void setMenu(String menu)
menu - the menupublic void setMenuImage(String menuImage)
menuImage - the menuImageCopyright © 2005–2018 Alfresco Software. All rights reserved.