|
||||||||||
| 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.UICommand
org.richfaces.component.UIPanelMenuItem
org.richfaces.component.html.HtmlPanelMenuItem
public class HtmlPanelMenuItem
Component-Type org.richfaces.PanelMenuItem Component-Family org.richfaces.PanelMenuItem Renderer-Type org.richfaces.PanelMenuItemRenderer Defines single Item inside popup list.
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
| Constructor Summary | |
|---|---|
HtmlPanelMenuItem()
Constructor to init default renderers |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisabledClass()
Class to be applied to disabled items. |
java.lang.String |
getDisabledStyle()
CSS style rules to be applied to disabled items. |
java.lang.String |
getFamily()
|
java.lang.String |
getHoverClass()
Class to be applied to hovered items. |
java.lang.String |
getHoverStyle()
CSS style rules to be applied to hovered items. |
java.lang.String |
getIcon()
Path to the icon or the default one name to be displayed for the enabled item state Getter for icon |
java.lang.String |
getIconClass()
Class to be applied to icon element. |
java.lang.String |
getIconDisabled()
Path to the icon to be displayed for the disabled item state Getter for iconDisabled |
java.lang.String |
getIconStyle()
CSS style rules to be applied Getter for iconStyle |
java.lang.Object |
getLabel()
Defines representation text for menuItem. |
java.lang.String |
getMode()
Set the submission mode (ajax,server(Default),none) Getter for mode |
java.lang.String |
getName()
'selectedChild' attribute of PanelMenu refers to group/item with the same name Getter for name |
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 |
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: a script expression; a pointer is moved within Getter for onmousemove |
java.lang.String |
getOnmouseout()
HTML: a script expression; a pointer is moved away Getter for onmouseout |
java.lang.String |
getOnmouseover()
HTML: a script expression; a pointer is moved onto Getter for onmouseover |
java.lang.String |
getOnmouseup()
HTML: script expression; a pointer button is released Getter for onmouseup |
java.lang.String |
getStyle()
CSS style(s) is/are to be applied when this component is rendered Getter for style |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute Getter for styleClass |
java.lang.String |
getTarget()
Target frame for action to execute. |
boolean |
isDisabled()
If “true” sets state of the item to disabled state. |
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 |
setDisabledClass(java.lang.String __disabledClass)
Class to be applied to disabled items. |
void |
setDisabledStyle(java.lang.String __disabledStyle)
CSS style rules to be applied to disabled items. |
void |
setHoverClass(java.lang.String __hoverClass)
Class to be applied to hovered items. |
void |
setHoverStyle(java.lang.String __hoverStyle)
CSS style rules to be applied to hovered items. |
void |
setIcon(java.lang.String __icon)
Path to the icon or the default one name to be displayed for the enabled item state Setter for icon |
void |
setIconClass(java.lang.String __iconClass)
Class to be applied to icon element. |
void |
setIconDisabled(java.lang.String __iconDisabled)
Path to the icon to be displayed for the disabled item state Setter for iconDisabled |
void |
setIconStyle(java.lang.String __iconStyle)
CSS style rules to be applied Setter for iconStyle |
void |
setLabel(java.lang.Object __label)
Defines representation text for menuItem. |
void |
setMode(java.lang.String __mode)
Set the submission mode (ajax,server(Default),none) Setter for mode |
void |
setName(java.lang.String __name)
'selectedChild' attribute of PanelMenu refers to group/item with the same name Setter for name |
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 |
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: a script expression; a pointer is moved within Setter for onmousemove |
void |
setOnmouseout(java.lang.String __onmouseout)
HTML: a script expression; a pointer is moved away Setter for onmouseout |
void |
setOnmouseover(java.lang.String __onmouseover)
HTML: a script expression; a pointer is moved onto Setter for onmouseover |
void |
setOnmouseup(java.lang.String __onmouseup)
HTML: script expression; a pointer button is released Setter for onmouseup |
void |
setStyle(java.lang.String __style)
CSS style(s) is/are to be applied when this component is rendered Setter for style |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute Setter for styleClass |
void |
setTarget(java.lang.String __target)
Target frame for action to execute. |
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionListener, setImmediate, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, 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 |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
| Constructor Detail |
|---|
public HtmlPanelMenuItem()
| Method Detail |
|---|
public void setHoverClass(java.lang.String __hoverClass)
setHoverClass in class UIPanelMenuItemhoverClass - - new valuepublic java.lang.String getHoverClass()
getHoverClass in class UIPanelMenuItempublic void setDisabledStyle(java.lang.String __disabledStyle)
setDisabledStyle in class UIPanelMenuItemdisabledStyle - - new valuepublic java.lang.String getDisabledStyle()
getDisabledStyle in class UIPanelMenuItempublic void setIconClass(java.lang.String __iconClass)
setIconClass in class UIPanelMenuItemiconClass - - new valuepublic java.lang.String getIconClass()
getIconClass in class UIPanelMenuItempublic void setTarget(java.lang.String __target)
setTarget in class UIPanelMenuItemtarget - - new valuepublic java.lang.String getTarget()
getTarget in class UIPanelMenuItempublic void setHoverStyle(java.lang.String __hoverStyle)
setHoverStyle in class UIPanelMenuItemhoverStyle - - new valuepublic java.lang.String getHoverStyle()
getHoverStyle in class UIPanelMenuItempublic void setIconDisabled(java.lang.String __iconDisabled)
setIconDisabled in class UIPanelMenuItemiconDisabled - - new valuepublic java.lang.String getIconDisabled()
getIconDisabled in class UIPanelMenuItempublic void setStyleClass(java.lang.String __styleClass)
setStyleClass in class UIPanelMenuItemstyleClass - - new valuepublic java.lang.String getStyleClass()
getStyleClass in class UIPanelMenuItempublic void setOnkeypress(java.lang.String __onkeypress)
onkeypress - - new valuepublic java.lang.String getOnkeypress()
public void setIcon(java.lang.String __icon)
setIcon in class UIPanelMenuItemicon - - new valuepublic java.lang.String getIcon()
getIcon in class UIPanelMenuItempublic void setOndblclick(java.lang.String __ondblclick)
ondblclick - - new valuepublic java.lang.String getOndblclick()
public void setStyle(java.lang.String __style)
setStyle in class UIPanelMenuItemstyle - - new valuepublic java.lang.String getStyle()
getStyle in class UIPanelMenuItempublic void setName(java.lang.String __name)
setName in class UIPanelMenuItemname - - new valuepublic java.lang.String getName()
getName in class UIPanelMenuItempublic void setOnmouseover(java.lang.String __onmouseover)
onmouseover - - new valuepublic java.lang.String getOnmouseover()
public void setDisabledClass(java.lang.String __disabledClass)
setDisabledClass in class UIPanelMenuItemdisabledClass - - new valuepublic java.lang.String getDisabledClass()
getDisabledClass in class UIPanelMenuItempublic void setOnkeyup(java.lang.String __onkeyup)
onkeyup - - new valuepublic java.lang.String getOnkeyup()
public void setDisabled(boolean __disabled)
setDisabled in class UIPanelMenuItemdisabled - - new valuepublic boolean isDisabled()
isDisabled in class UIPanelMenuItempublic void setMode(java.lang.String __mode)
setMode in class UIPanelMenuItemmode - - new valuepublic java.lang.String getMode()
getMode in class UIPanelMenuItempublic void setOnclick(java.lang.String __onclick)
onclick - - new valuepublic java.lang.String getOnclick()
public void setOnmouseout(java.lang.String __onmouseout)
onmouseout - - new valuepublic java.lang.String getOnmouseout()
public 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 setLabel(java.lang.Object __label)
setLabel in class UIPanelMenuItemlabel - - new valuepublic java.lang.Object getLabel()
getLabel in class UIPanelMenuItempublic void setIconStyle(java.lang.String __iconStyle)
setIconStyle in class UIPanelMenuItemiconStyle - - new valuepublic java.lang.String getIconStyle()
getIconStyle in class UIPanelMenuItempublic void setOnmouseup(java.lang.String __onmouseup)
onmouseup - - new valuepublic java.lang.String getOnmouseup()
public void setOnmousemove(java.lang.String __onmousemove)
onmousemove - - new valuepublic java.lang.String getOnmousemove()
public java.lang.String getFamily()
getFamily in class javax.faces.component.UICommandpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UICommand
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UICommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||