public class MenuTag extends HtmlComponentTag
| Constructor and Description |
|---|
MenuTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setImage(java.lang.String image)
Set the image
|
void |
setItemSpacing(java.lang.String itemSpacing)
Set the itemSpacing
|
void |
setLabel(java.lang.String label)
Set the label
|
void |
setMenuStyle(java.lang.String menuStyle)
Set the menuStyle
|
void |
setMenuStyleClass(java.lang.String menuStyleClass)
Set the menuStyleClass
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
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()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 setLabel(java.lang.String label)
label - the labelpublic void setImage(java.lang.String image)
image - the imagepublic void setMenuStyle(java.lang.String menuStyle)
menuStyle - the menuStylepublic void setMenuStyleClass(java.lang.String menuStyleClass)
menuStyleClass - the menuStyleClasspublic void setItemSpacing(java.lang.String itemSpacing)
itemSpacing - the itemSpacingCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.