|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
javax.faces.component.UIInput
org.richfaces.component.UIPanelMenu
org.richfaces.component.html.HtmlPanelMenu
public class HtmlPanelMenu
Component-Type org.richfaces.PanelMenu Component-Family org.richfaces.PanelMenu Renderer-Type org.richfaces.PanelMenuRenderer Defines the menu on the page and the set of the child elements properties in layout.
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Fields inherited from class org.richfaces.component.UIPanelMenu |
|---|
DEFAULT_SELECTED_CLASS, USER_DEFINED_SELECTED_CLASS |
| Fields inherited from class javax.faces.component.UIInput |
|---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
| Constructor Summary | |
|---|---|
HtmlPanelMenu()
Constructor to init default renderers |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisabledGroupClass()
Space-separated list of CSS style class(es) that are be applied to disabled group of this component Getter for disabledGroupClass |
java.lang.String |
getDisabledGroupStyle()
CSS style(s) is/are to be applied to disabled group when this component is rendered Getter for disabledGroupStyle |
java.lang.String |
getDisabledItemClass()
Space-separated list of CSS style class(es) that are be applied to disabled item of this component Getter for disabledItemClass |
java.lang.String |
getDisabledItemStyle()
CSS style(s) is/are to be applied to disabled item when this component is rendered. |
java.lang.String |
getEvent()
Defines the event on the representation element that triggers the submenu's expand/collapse. |
java.lang.String |
getExpandMode()
Set the submission mode for all panel menu groups after expand/collapse except ones where this attribute redefined. |
java.lang.String |
getFamily()
|
java.lang.String |
getGroupClass()
Space-separated list of CSS style class(es) that are be applied to group of this component Getter for groupClass |
java.lang.String |
getGroupStyle()
CSS style(s) is/are to be applied to group when this component is rendered Getter for groupStyle |
java.lang.String |
getHoveredGroupClass()
Space-separated list of CSS style class(es) that are be applied to hovered group of this component Getter for hoveredGroupClass |
java.lang.String |
getHoveredGroupStyle()
CSS style(s) is/are to be applied to hovered group when this component is rendered Getter for hoveredGroupStyle |
java.lang.String |
getHoveredItemClass()
Space-separated list of CSS style class(es) that are be applied to hovered item of this component Getter for hoveredItemClass |
java.lang.String |
getHoveredItemStyle()
CSS style(s) is/are to be applied to hovered item when this component is rendered Getter for hoveredItemStyle |
java.lang.String |
getIconCollapsedGroup()
Path to the icon to be displayed for the collapsed Group state Getter for iconCollapsedGroup |
java.lang.String |
getIconCollapsedTopGroup()
Path to the icon to be displayed for the collapsed top group state Getter for iconCollapsedTopGroup |
java.lang.String |
getIconDisabledGroup()
Path to the icon to be displayed for the disabled group state Getter for iconDisabledGroup |
java.lang.String |
getIconDisabledItem()
Path to the icon to be displayed for the disabled item state Getter for iconDisabledItem |
java.lang.String |
getIconExpandedGroup()
Path to the icon to be displayed for the expanded Group state Getter for iconExpandedGroup |
java.lang.String |
getIconExpandedTopGroup()
Path to the icon to be displayed for the expanded top group state Getter for iconExpandedTopGroup |
java.lang.String |
getIconGroupPosition()
Position of the icon (left, right none (default) ) for the group icon Getter for iconGroupPosition |
java.lang.String |
getIconGroupTopPosition()
Position of the icon (left, right none (default) ) for the top group icon Getter for iconGroupTopPosition |
java.lang.String |
getIconItem()
Path to the icon to be displayed for the enabled item state Getter for iconItem |
java.lang.String |
getIconItemPosition()
Position of the icon (left, right none (default) ) for the item icon Getter for iconItemPosition |
java.lang.String |
getIconItemTopPosition()
Position of the icon (left, right none (default) ) for the top item icon Getter for iconItemTopPosition |
java.lang.String |
getIconTopDisabledItem()
Path to the icon to be displayed for the disabled top item state Getter for iconTopDisabledItem |
java.lang.String |
getIconTopDisableGroup()
Path to the icon to be displayed for the disabled top Group state Getter for iconTopDisableGroup |
java.lang.String |
getIconTopItem()
Path to the icon to be displayed for the enabled top item state Getter for iconTopItem |
java.lang.String |
getItemClass()
Space-separated list of CSS style class(es) that are be applied to item of this component Getter for itemClass |
java.lang.String |
getItemStyle()
CSS style(s) is/are to be applied to item when this component is rendered. |
java.lang.String |
getMode()
Set the submission mode for all panel menu items on the panel menu except ones where this attribute redefined. |
java.lang.String |
getOnclick()
HTML: a script expression; a pointer button is clicked Getter for onclick |
java.lang.String |
getOndblclick()
HTML: a script expression; a pointer button is double-clicked Getter for ondblclick |
java.lang.String |
getOngroupcollapse()
HTML: script expression; some group was closed Getter for ongroupcollapse |
java.lang.String |
getOngroupexpand()
HTML: script expression; some group was activated Getter for ongroupexpand |
java.lang.String |
getOnitemhover()
HTML: script expression; some item was hovered Getter for onitemhover |
java.lang.String |
getOnkeydown()
HTML: a script expression; a key is pressed down Getter for onkeydown |
java.lang.String |
getOnkeypress()
HTML: a script expression; a key is pressed and released Getter for onkeypress |
java.lang.String |
getOnkeyup()
HTML: a script expression; a key is released Getter for onkeyup |
java.lang.String |
getOnmousedown()
HTML: script expression; a pointer button is pressed down Getter for onmousedown |
java.lang.String |
getOnmousemove()
HTML: script expression; a pointer was moved within. |
java.lang.String |
getOnmouseout()
HTML: script expression; a pointer was moved away. |
java.lang.String |
getOnmouseover()
HTML: script expression; a pointer was moved onto. |
java.lang.String |
getOnmouseup()
HTML: script expression; a pointer button is released Getter for onmouseup |
java.lang.String |
getSelectedChild()
contain the name or the clientId of any of the item or group, the child defined in this attribute should be highlighted on PanelMenu rendering Getter for selectedChild |
java.lang.String |
getStyle()
The CSS style for the panel menu. |
java.lang.String |
getStyleClass()
The CSS class for the panel menu. |
java.lang.String |
getTopGroupClass()
Space-separated list of CSS style class(es) that are be applied to top group of this component Getter for topGroupClass |
java.lang.String |
getTopGroupStyle()
CSS style(s) is/are to be applied to top group when this component is rendered Getter for topGroupStyle |
java.lang.String |
getTopItemClass()
Space-separated list of CSS style class(es) that are be applied to top item of this component Getter for topItemClass |
java.lang.String |
getTopItemStyle()
CSS style(s) is/are to be applied to top item when this component is rendered Getter for topItemStyle |
java.lang.String |
getWidth()
Set minimal width for the menu. |
boolean |
isDisabled()
If true sets state of the item to disabled state. |
boolean |
isExpandSingle()
Whether only one panel menu node on top level can be opened at a time. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setDisabled(boolean __disabled)
If true sets state of the item to disabled state. |
void |
setDisabledGroupClass(java.lang.String __disabledGroupClass)
Space-separated list of CSS style class(es) that are be applied to disabled group of this component Setter for disabledGroupClass |
void |
setDisabledGroupStyle(java.lang.String __disabledGroupStyle)
CSS style(s) is/are to be applied to disabled group when this component is rendered Setter for disabledGroupStyle |
void |
setDisabledItemClass(java.lang.String __disabledItemClass)
Space-separated list of CSS style class(es) that are be applied to disabled item of this component Setter for disabledItemClass |
void |
setDisabledItemStyle(java.lang.String __disabledItemStyle)
CSS style(s) is/are to be applied to disabled item when this component is rendered. |
void |
setEvent(java.lang.String __event)
Defines the event on the representation element that triggers the submenu's expand/collapse. |
void |
setExpandMode(java.lang.String __expandMode)
Set the submission mode for all panel menu groups after expand/collapse except ones where this attribute redefined. |
void |
setExpandSingle(boolean __expandSingle)
Whether only one panel menu node on top level can be opened at a time. |
void |
setGroupClass(java.lang.String __groupClass)
Space-separated list of CSS style class(es) that are be applied to group of this component Setter for groupClass |
void |
setGroupStyle(java.lang.String __groupStyle)
CSS style(s) is/are to be applied to group when this component is rendered Setter for groupStyle |
void |
setHoveredGroupClass(java.lang.String __hoveredGroupClass)
Space-separated list of CSS style class(es) that are be applied to hovered group of this component Setter for hoveredGroupClass |
void |
setHoveredGroupStyle(java.lang.String __hoveredGroupStyle)
CSS style(s) is/are to be applied to hovered group when this component is rendered Setter for hoveredGroupStyle |
void |
setHoveredItemClass(java.lang.String __hoveredItemClass)
Space-separated list of CSS style class(es) that are be applied to hovered item of this component Setter for hoveredItemClass |
void |
setHoveredItemStyle(java.lang.String __hoveredItemStyle)
CSS style(s) is/are to be applied to hovered item when this component is rendered Setter for hoveredItemStyle |
void |
setIconCollapsedGroup(java.lang.String __iconCollapsedGroup)
Path to the icon to be displayed for the collapsed Group state Setter for iconCollapsedGroup |
void |
setIconCollapsedTopGroup(java.lang.String __iconCollapsedTopGroup)
Path to the icon to be displayed for the collapsed top group state Setter for iconCollapsedTopGroup |
void |
setIconDisabledGroup(java.lang.String __iconDisabledGroup)
Path to the icon to be displayed for the disabled group state Setter for iconDisabledGroup |
void |
setIconDisabledItem(java.lang.String __iconDisabledItem)
Path to the icon to be displayed for the disabled item state Setter for iconDisabledItem |
void |
setIconExpandedGroup(java.lang.String __iconExpandedGroup)
Path to the icon to be displayed for the expanded Group state Setter for iconExpandedGroup |
void |
setIconExpandedTopGroup(java.lang.String __iconExpandedTopGroup)
Path to the icon to be displayed for the expanded top group state Setter for iconExpandedTopGroup |
void |
setIconGroupPosition(java.lang.String __iconGroupPosition)
Position of the icon (left, right none (default) ) for the group icon Setter for iconGroupPosition |
void |
setIconGroupTopPosition(java.lang.String __iconGroupTopPosition)
Position of the icon (left, right none (default) ) for the top group icon Setter for iconGroupTopPosition |
void |
setIconItem(java.lang.String __iconItem)
Path to the icon to be displayed for the enabled item state Setter for iconItem |
void |
setIconItemPosition(java.lang.String __iconItemPosition)
Position of the icon (left, right none (default) ) for the item icon Setter for iconItemPosition |
void |
setIconItemTopPosition(java.lang.String __iconItemTopPosition)
Position of the icon (left, right none (default) ) for the top item icon Setter for iconItemTopPosition |
void |
setIconTopDisabledItem(java.lang.String __iconTopDisabledItem)
Path to the icon to be displayed for the disabled top item state Setter for iconTopDisabledItem |
void |
setIconTopDisableGroup(java.lang.String __iconTopDisableGroup)
Path to the icon to be displayed for the disabled top Group state Setter for iconTopDisableGroup |
void |
setIconTopItem(java.lang.String __iconTopItem)
Path to the icon to be displayed for the enabled top item state Setter for iconTopItem |
void |
setItemClass(java.lang.String __itemClass)
Space-separated list of CSS style class(es) that are be applied to item of this component Setter for itemClass |
void |
setItemStyle(java.lang.String __itemStyle)
CSS style(s) is/are to be applied to item when this component is rendered. |
void |
setMode(java.lang.String __mode)
Set the submission mode for all panel menu items on the panel menu except ones where this attribute redefined. |
void |
setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick |
void |
setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick |
void |
setOngroupcollapse(java.lang.String __ongroupcollapse)
HTML: script expression; some group was closed Setter for ongroupcollapse |
void |
setOngroupexpand(java.lang.String __ongroupexpand)
HTML: script expression; some group was activated Setter for ongroupexpand |
void |
setOnitemhover(java.lang.String __onitemhover)
HTML: script expression; some item was hovered Setter for onitemhover |
void |
setOnkeydown(java.lang.String __onkeydown)
HTML: a script expression; a key is pressed down Setter for onkeydown |
void |
setOnkeypress(java.lang.String __onkeypress)
HTML: a script expression; a key is pressed and released Setter for onkeypress |
void |
setOnkeyup(java.lang.String __onkeyup)
HTML: a script expression; a key is released Setter for onkeyup |
void |
setOnmousedown(java.lang.String __onmousedown)
HTML: script expression; a pointer button is pressed down Setter for onmousedown |
void |
setOnmousemove(java.lang.String __onmousemove)
HTML: script expression; a pointer was moved within. |
void |
setOnmouseout(java.lang.String __onmouseout)
HTML: script expression; a pointer was moved away. |
void |
setOnmouseover(java.lang.String __onmouseover)
HTML: script expression; a pointer was moved onto. |
void |
setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup |
void |
setSelectedChild(java.lang.String __selectedChild)
contain the name or the clientId of any of the item or group, the child defined in this attribute should be highlighted on PanelMenu rendering Setter for selectedChild |
void |
setStyle(java.lang.String __style)
The CSS style for the panel menu. |
void |
setStyleClass(java.lang.String __styleClass)
The CSS class for the panel menu. |
void |
setTopGroupClass(java.lang.String __topGroupClass)
Space-separated list of CSS style class(es) that are be applied to top group of this component Setter for topGroupClass |
void |
setTopGroupStyle(java.lang.String __topGroupStyle)
CSS style(s) is/are to be applied to top group when this component is rendered Setter for topGroupStyle |
void |
setTopItemClass(java.lang.String __topItemClass)
Space-separated list of CSS style class(es) that are be applied to top item of this component Setter for topItemClass |
void |
setTopItemStyle(java.lang.String __topItemStyle)
CSS style(s) is/are to be applied to top item when this component is rendered Setter for topItemStyle |
void |
setWidth(java.lang.String __width)
Set minimal width for the menu. |
| Methods inherited from class org.richfaces.component.UIPanelMenu |
|---|
getSelectedName |
| Methods inherited from class javax.faces.component.UIInput |
|---|
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, updateModel, validate, validateValue |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
| Constructor Detail |
|---|
public HtmlPanelMenu()
| Method Detail |
|---|
public void setIconGroupPosition(java.lang.String __iconGroupPosition)
setIconGroupPosition in class UIPanelMenuiconGroupPosition - - new valuepublic java.lang.String getIconGroupPosition()
getIconGroupPosition in class UIPanelMenupublic void setWidth(java.lang.String __width)
setWidth in class UIPanelMenuwidth - - new valuepublic java.lang.String getWidth()
getWidth in class UIPanelMenupublic void setOnitemhover(java.lang.String __onitemhover)
setOnitemhover in class UIPanelMenuonitemhover - - new valuepublic java.lang.String getOnitemhover()
getOnitemhover in class UIPanelMenupublic void setDisabledItemStyle(java.lang.String __disabledItemStyle)
setDisabledItemStyle in class UIPanelMenudisabledItemStyle - - new valuepublic java.lang.String getDisabledItemStyle()
getDisabledItemStyle in class UIPanelMenupublic void setIconCollapsedGroup(java.lang.String __iconCollapsedGroup)
setIconCollapsedGroup in class UIPanelMenuiconCollapsedGroup - - new valuepublic java.lang.String getIconCollapsedGroup()
getIconCollapsedGroup in class UIPanelMenupublic void setIconTopDisableGroup(java.lang.String __iconTopDisableGroup)
setIconTopDisableGroup in class UIPanelMenuiconTopDisableGroup - - new valuepublic java.lang.String getIconTopDisableGroup()
getIconTopDisableGroup in class UIPanelMenupublic void setExpandSingle(boolean __expandSingle)
setExpandSingle in class UIPanelMenuexpandSingle - - new valuepublic boolean isExpandSingle()
isExpandSingle in class UIPanelMenupublic void setStyle(java.lang.String __style)
setStyle in class UIPanelMenustyle - - new valuepublic java.lang.String getStyle()
getStyle in class UIPanelMenupublic void setIconExpandedGroup(java.lang.String __iconExpandedGroup)
setIconExpandedGroup in class UIPanelMenuiconExpandedGroup - - new valuepublic java.lang.String getIconExpandedGroup()
getIconExpandedGroup in class UIPanelMenupublic void setItemClass(java.lang.String __itemClass)
setItemClass in class UIPanelMenuitemClass - - new valuepublic java.lang.String getItemClass()
getItemClass in class UIPanelMenupublic void setOngroupexpand(java.lang.String __ongroupexpand)
setOngroupexpand in class UIPanelMenuongroupexpand - - new valuepublic java.lang.String getOngroupexpand()
getOngroupexpand in class UIPanelMenupublic void setIconItemTopPosition(java.lang.String __iconItemTopPosition)
setIconItemTopPosition in class UIPanelMenuiconItemTopPosition - - new valuepublic java.lang.String getIconItemTopPosition()
getIconItemTopPosition in class UIPanelMenupublic void setDisabledGroupClass(java.lang.String __disabledGroupClass)
setDisabledGroupClass in class UIPanelMenudisabledGroupClass - - new valuepublic java.lang.String getDisabledGroupClass()
getDisabledGroupClass in class UIPanelMenupublic void setOnmouseover(java.lang.String __onmouseover)
setOnmouseover in class UIPanelMenuonmouseover - - new valuepublic java.lang.String getOnmouseover()
getOnmouseover in class UIPanelMenupublic void setHoveredItemClass(java.lang.String __hoveredItemClass)
setHoveredItemClass in class UIPanelMenuhoveredItemClass - - new valuepublic java.lang.String getHoveredItemClass()
getHoveredItemClass in class UIPanelMenupublic void setOnkeyup(java.lang.String __onkeyup)
onkeyup - - new valuepublic java.lang.String getOnkeyup()
public void setIconDisabledGroup(java.lang.String __iconDisabledGroup)
setIconDisabledGroup in class UIPanelMenuiconDisabledGroup - - new valuepublic java.lang.String getIconDisabledGroup()
getIconDisabledGroup in class UIPanelMenupublic void setDisabled(boolean __disabled)
setDisabled in class UIPanelMenudisabled - - new valuepublic boolean isDisabled()
isDisabled in class UIPanelMenupublic void setOnmouseout(java.lang.String __onmouseout)
setOnmouseout in class UIPanelMenuonmouseout - - new valuepublic java.lang.String getOnmouseout()
getOnmouseout in class UIPanelMenupublic void setIconGroupTopPosition(java.lang.String __iconGroupTopPosition)
setIconGroupTopPosition in class UIPanelMenuiconGroupTopPosition - - new valuepublic java.lang.String getIconGroupTopPosition()
getIconGroupTopPosition in class UIPanelMenupublic void setDisabledGroupStyle(java.lang.String __disabledGroupStyle)
setDisabledGroupStyle in class UIPanelMenudisabledGroupStyle - - new valuepublic java.lang.String getDisabledGroupStyle()
getDisabledGroupStyle in class UIPanelMenupublic void setTopItemStyle(java.lang.String __topItemStyle)
setTopItemStyle in class UIPanelMenutopItemStyle - - new valuepublic java.lang.String getTopItemStyle()
getTopItemStyle in class UIPanelMenupublic void setOnmouseup(java.lang.String __onmouseup)
onmouseup - - new valuepublic java.lang.String getOnmouseup()
public void setEvent(java.lang.String __event)
setEvent in class UIPanelMenuevent - - new valuepublic java.lang.String getEvent()
getEvent in class UIPanelMenupublic void setExpandMode(java.lang.String __expandMode)
setExpandMode in class UIPanelMenuexpandMode - - new valuepublic java.lang.String getExpandMode()
getExpandMode in class UIPanelMenupublic void setOnmousemove(java.lang.String __onmousemove)
setOnmousemove in class UIPanelMenuonmousemove - - new valuepublic java.lang.String getOnmousemove()
getOnmousemove in class UIPanelMenupublic void setIconDisabledItem(java.lang.String __iconDisabledItem)
setIconDisabledItem in class UIPanelMenuiconDisabledItem - - new valuepublic java.lang.String getIconDisabledItem()
getIconDisabledItem in class UIPanelMenupublic void setHoveredGroupClass(java.lang.String __hoveredGroupClass)
setHoveredGroupClass in class UIPanelMenuhoveredGroupClass - - new valuepublic java.lang.String getHoveredGroupClass()
getHoveredGroupClass in class UIPanelMenupublic void setIconTopDisabledItem(java.lang.String __iconTopDisabledItem)
setIconTopDisabledItem in class UIPanelMenuiconTopDisabledItem - - new valuepublic java.lang.String getIconTopDisabledItem()
getIconTopDisabledItem in class UIPanelMenupublic void setOngroupcollapse(java.lang.String __ongroupcollapse)
setOngroupcollapse in class UIPanelMenuongroupcollapse - - new valuepublic java.lang.String getOngroupcollapse()
getOngroupcollapse in class UIPanelMenupublic void setDisabledItemClass(java.lang.String __disabledItemClass)
setDisabledItemClass in class UIPanelMenudisabledItemClass - - new valuepublic java.lang.String getDisabledItemClass()
getDisabledItemClass in class UIPanelMenupublic void setIconItemPosition(java.lang.String __iconItemPosition)
setIconItemPosition in class UIPanelMenuiconItemPosition - - new valuepublic java.lang.String getIconItemPosition()
getIconItemPosition in class UIPanelMenupublic void setGroupClass(java.lang.String __groupClass)
setGroupClass in class UIPanelMenugroupClass - - new valuepublic java.lang.String getGroupClass()
getGroupClass in class UIPanelMenupublic void setSelectedChild(java.lang.String __selectedChild)
setSelectedChild in class UIPanelMenuselectedChild - - new valuepublic java.lang.String getSelectedChild()
getSelectedChild in class UIPanelMenupublic void setIconItem(java.lang.String __iconItem)
setIconItem in class UIPanelMenuiconItem - - new valuepublic java.lang.String getIconItem()
getIconItem in class UIPanelMenupublic void setStyleClass(java.lang.String __styleClass)
setStyleClass in class UIPanelMenustyleClass - - new valuepublic java.lang.String getStyleClass()
getStyleClass in class UIPanelMenupublic void setHoveredGroupStyle(java.lang.String __hoveredGroupStyle)
setHoveredGroupStyle in class UIPanelMenuhoveredGroupStyle - - new valuepublic java.lang.String getHoveredGroupStyle()
getHoveredGroupStyle in class UIPanelMenupublic void setOnkeypress(java.lang.String __onkeypress)
onkeypress - - new valuepublic java.lang.String getOnkeypress()
public void setOndblclick(java.lang.String __ondblclick)
setOndblclick in class UIPanelMenuondblclick - - new valuepublic java.lang.String getOndblclick()
getOndblclick in class UIPanelMenupublic void setIconTopItem(java.lang.String __iconTopItem)
setIconTopItem in class UIPanelMenuiconTopItem - - new valuepublic java.lang.String getIconTopItem()
getIconTopItem in class UIPanelMenupublic void setIconCollapsedTopGroup(java.lang.String __iconCollapsedTopGroup)
setIconCollapsedTopGroup in class UIPanelMenuiconCollapsedTopGroup - - new valuepublic java.lang.String getIconCollapsedTopGroup()
getIconCollapsedTopGroup in class UIPanelMenupublic void setMode(java.lang.String __mode)
setMode in class UIPanelMenumode - - new valuepublic java.lang.String getMode()
getMode in class UIPanelMenupublic void setOnclick(java.lang.String __onclick)
setOnclick in class UIPanelMenuonclick - - new valuepublic java.lang.String getOnclick()
getOnclick in class UIPanelMenupublic void setTopGroupStyle(java.lang.String __topGroupStyle)
setTopGroupStyle in class UIPanelMenutopGroupStyle - - new valuepublic java.lang.String getTopGroupStyle()
getTopGroupStyle in class UIPanelMenupublic void setOnkeydown(java.lang.String __onkeydown)
onkeydown - - new valuepublic java.lang.String getOnkeydown()
public void setOnmousedown(java.lang.String __onmousedown)
onmousedown - - new valuepublic java.lang.String getOnmousedown()
public void setGroupStyle(java.lang.String __groupStyle)
setGroupStyle in class UIPanelMenugroupStyle - - new valuepublic java.lang.String getGroupStyle()
getGroupStyle in class UIPanelMenupublic void setHoveredItemStyle(java.lang.String __hoveredItemStyle)
setHoveredItemStyle in class UIPanelMenuhoveredItemStyle - - new valuepublic java.lang.String getHoveredItemStyle()
getHoveredItemStyle in class UIPanelMenupublic void setTopItemClass(java.lang.String __topItemClass)
setTopItemClass in class UIPanelMenutopItemClass - - new valuepublic java.lang.String getTopItemClass()
getTopItemClass in class UIPanelMenupublic void setItemStyle(java.lang.String __itemStyle)
setItemStyle in class UIPanelMenuitemStyle - - new valuepublic java.lang.String getItemStyle()
getItemStyle in class UIPanelMenupublic void setTopGroupClass(java.lang.String __topGroupClass)
setTopGroupClass in class UIPanelMenutopGroupClass - - new valuepublic java.lang.String getTopGroupClass()
getTopGroupClass in class UIPanelMenupublic void setIconExpandedTopGroup(java.lang.String __iconExpandedTopGroup)
setIconExpandedTopGroup in class UIPanelMenuiconExpandedTopGroup - - new valuepublic java.lang.String getIconExpandedTopGroup()
getIconExpandedTopGroup in class UIPanelMenupublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIInputpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIInput
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIInput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||