|
||||||||||
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.UIPanelMenuGroup
org.richfaces.component.html.HtmlPanelMenuGroup
public class HtmlPanelMenuGroup
Component-Type org.richfaces.PanelMenuGroup Component-Family org.richfaces.PanelMenuGroup Renderer-Type org.richfaces.PanelMenuGroupRenderer Defines expandable group of items inside the panel menu or other group.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIInput |
---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
Constructor Summary | |
---|---|
HtmlPanelMenuGroup()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getAccesskey()
This attribute assigns an access key to an element. |
java.lang.String |
getAlign()
left|center|right|justify [CI] Deprecated. |
java.lang.String |
getAlt()
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. |
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 |
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 |
getHoverClass()
Class to be applied to hovered items. |
java.lang.String |
getHoverStyle()
CSS style rules to be applied to hovered items. |
java.lang.String |
getIconClass()
Class to be applied to icon element. |
java.lang.String |
getIconCollapsed()
Path to the icon to be displayed for the collapsed item state Getter for iconCollapsed |
java.lang.String |
getIconDisabled()
Path to the icon to be displayed for the disabled item state Getter for iconDisabled |
java.lang.String |
getIconExpanded()
Path to the icon to be displayed for the expanded item state Getter for iconExpanded |
java.lang.String |
getIconStyle()
CSS style rules to be applied Getter for iconStyle |
java.lang.String |
getLabel()
Displayed node's text Getter for label |
int |
getMaxlength()
When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters the user may enter. |
java.lang.String |
getName()
'selectedChild' attribute of PanelMenu refers to group/item with the same name Getter for name |
java.lang.String |
getOnblur()
HTML: script expression; the element lost the focus Getter for onblur |
java.lang.String |
getOnchange()
HTML: script expression; the element value was changed Getter for onchange |
java.lang.String |
getOnclick()
HTML: a script expression; a pointer button is clicked Getter for onclick |
java.lang.String |
getOncollapse()
HTML: script expression; group was closed Getter for oncollapse |
java.lang.String |
getOndblclick()
HTML: a script expression; a pointer button is double-clicked Getter for ondblclick |
java.lang.String |
getOnexpand()
HTML: script expression; group was opened Getter for onexpand |
java.lang.String |
getOnfocus()
HTML: script expression; the element got the focus Getter for onfocus |
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 |
getOnselect()
HTML: script expression; The onselect event occurs when a user selects some text in a text field. |
int |
getSize()
This attribute tells the user agent the initial width of the control. |
java.lang.String |
getStyle()
CSS style(s) to be applied when this component is rendered. |
java.lang.String |
getStyleClass()
Corresponds to the HTML class attribute. |
java.lang.String |
getTabindex()
This attribute specifies the position of the current element in the tabbing order for the current document. |
java.lang.String |
getTarget()
Target frame for action to execute. |
boolean |
isDisabled()
When set for a form control, this boolean attribute disables the control for user input Getter for disabled |
boolean |
isExpanded()
If “true” group will be displayed expanded initially. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAccesskey(java.lang.String __accesskey)
This attribute assigns an access key to an element. |
void |
setAlign(java.lang.String __align)
left|center|right|justify [CI] Deprecated. |
void |
setAlt(java.lang.String __alt)
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text. |
void |
setDisabled(boolean __disabled)
When set for a form control, this boolean attribute disables the control for user input Setter for disabled |
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 |
setExpanded(boolean __expanded)
If “true” group will be displayed expanded initially. |
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 |
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 |
setIconClass(java.lang.String __iconClass)
Class to be applied to icon element. |
void |
setIconCollapsed(java.lang.String __iconCollapsed)
Path to the icon to be displayed for the collapsed item state Setter for iconCollapsed |
void |
setIconDisabled(java.lang.String __iconDisabled)
Path to the icon to be displayed for the disabled item state Setter for iconDisabled |
void |
setIconExpanded(java.lang.String __iconExpanded)
Path to the icon to be displayed for the expanded item state Setter for iconExpanded |
void |
setIconStyle(java.lang.String __iconStyle)
CSS style rules to be applied Setter for iconStyle |
void |
setLabel(java.lang.String __label)
Displayed node's text Setter for label |
void |
setMaxlength(int __maxlength)
When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters the user may enter. |
void |
setName(java.lang.String __name)
'selectedChild' attribute of PanelMenu refers to group/item with the same name Setter for name |
void |
setOnblur(java.lang.String __onblur)
HTML: script expression; the element lost the focus Setter for onblur |
void |
setOnchange(java.lang.String __onchange)
HTML: script expression; the element value was changed Setter for onchange |
void |
setOnclick(java.lang.String __onclick)
HTML: a script expression; a pointer button is clicked Setter for onclick |
void |
setOncollapse(java.lang.String __oncollapse)
HTML: script expression; group was closed Setter for oncollapse |
void |
setOndblclick(java.lang.String __ondblclick)
HTML: a script expression; a pointer button is double-clicked Setter for ondblclick |
void |
setOnexpand(java.lang.String __onexpand)
HTML: script expression; group was opened Setter for onexpand |
void |
setOnfocus(java.lang.String __onfocus)
HTML: script expression; the element got the focus Setter for onfocus |
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 |
setOnselect(java.lang.String __onselect)
HTML: script expression; The onselect event occurs when a user selects some text in a text field. |
void |
setSize(int __size)
This attribute tells the user agent the initial width of the control. |
void |
setStyle(java.lang.String __style)
CSS style(s) to be applied when this component is rendered. |
void |
setStyleClass(java.lang.String __styleClass)
Corresponds to the HTML class attribute. |
void |
setTabindex(java.lang.String __tabindex)
This attribute specifies the position of the current element in the tabbing order for the current document. |
void |
setTarget(java.lang.String __target)
Target frame for action to execute. |
Methods inherited from class org.richfaces.component.UIPanelMenuGroup |
---|
addActionListener, broadcast, getAction, getActionListener, getActionListeners, queueEvent, removeActionListener, setAction, setActionListener |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, 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, 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.ActionSource |
---|
isImmediate, setImmediate |
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 HtmlPanelMenuGroup()
Method Detail |
---|
public void setHoverClass(java.lang.String __hoverClass)
setHoverClass
in class UIPanelMenuGroup
hoverClass
- - new valuepublic java.lang.String getHoverClass()
getHoverClass
in class UIPanelMenuGroup
public void setDisabledStyle(java.lang.String __disabledStyle)
setDisabledStyle
in class UIPanelMenuGroup
disabledStyle
- - new valuepublic java.lang.String getDisabledStyle()
getDisabledStyle
in class UIPanelMenuGroup
public void setHoverStyle(java.lang.String __hoverStyle)
setHoverStyle
in class UIPanelMenuGroup
hoverStyle
- - new valuepublic java.lang.String getHoverStyle()
getHoverStyle
in class UIPanelMenuGroup
public void setOnchange(java.lang.String __onchange)
onchange
- - new valuepublic java.lang.String getOnchange()
public void setOnexpand(java.lang.String __onexpand)
setOnexpand
in class UIPanelMenuGroup
onexpand
- - new valuepublic java.lang.String getOnexpand()
getOnexpand
in class UIPanelMenuGroup
public void setStyle(java.lang.String __style)
setStyle
in class UIPanelMenuGroup
style
- - new valuepublic java.lang.String getStyle()
getStyle
in class UIPanelMenuGroup
public void setSize(int __size)
size
- - new valuepublic int getSize()
public void setOncollapse(java.lang.String __oncollapse)
setOncollapse
in class UIPanelMenuGroup
oncollapse
- - new valuepublic java.lang.String getOncollapse()
getOncollapse
in class UIPanelMenuGroup
public void setOnmouseover(java.lang.String __onmouseover)
onmouseover
- - new valuepublic java.lang.String getOnmouseover()
public void setDisabledClass(java.lang.String __disabledClass)
setDisabledClass
in class UIPanelMenuGroup
disabledClass
- - new valuepublic java.lang.String getDisabledClass()
getDisabledClass
in class UIPanelMenuGroup
public void setOnkeyup(java.lang.String __onkeyup)
onkeyup
- - new valuepublic java.lang.String getOnkeyup()
public void setTabindex(java.lang.String __tabindex)
tabindex
- - new valuepublic java.lang.String getTabindex()
public void setMaxlength(int __maxlength)
maxlength
- - new valuepublic int getMaxlength()
public void setDisabled(boolean __disabled)
setDisabled
in class UIPanelMenuGroup
disabled
- - new valuepublic boolean isDisabled()
isDisabled
in class UIPanelMenuGroup
public void setAlt(java.lang.String __alt)
alt
- - new valuepublic java.lang.String getAlt()
public void setOnmouseout(java.lang.String __onmouseout)
onmouseout
- - new valuepublic java.lang.String getOnmouseout()
public void setOnselect(java.lang.String __onselect)
onselect
- - new valuepublic java.lang.String getOnselect()
public void setIconStyle(java.lang.String __iconStyle)
setIconStyle
in class UIPanelMenuGroup
iconStyle
- - new valuepublic java.lang.String getIconStyle()
getIconStyle
in class UIPanelMenuGroup
public void setExpandMode(java.lang.String __expandMode)
setExpandMode
in class UIPanelMenuGroup
expandMode
- - new valuepublic java.lang.String getExpandMode()
getExpandMode
in class UIPanelMenuGroup
public 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 void setIconClass(java.lang.String __iconClass)
setIconClass
in class UIPanelMenuGroup
iconClass
- - new valuepublic java.lang.String getIconClass()
getIconClass
in class UIPanelMenuGroup
public void setIconExpanded(java.lang.String __iconExpanded)
setIconExpanded
in class UIPanelMenuGroup
iconExpanded
- - new valuepublic java.lang.String getIconExpanded()
getIconExpanded
in class UIPanelMenuGroup
public void setTarget(java.lang.String __target)
setTarget
in class UIPanelMenuGroup
target
- - new valuepublic java.lang.String getTarget()
getTarget
in class UIPanelMenuGroup
public void setIconDisabled(java.lang.String __iconDisabled)
setIconDisabled
in class UIPanelMenuGroup
iconDisabled
- - new valuepublic java.lang.String getIconDisabled()
getIconDisabled
in class UIPanelMenuGroup
public void setIconCollapsed(java.lang.String __iconCollapsed)
setIconCollapsed
in class UIPanelMenuGroup
iconCollapsed
- - new valuepublic java.lang.String getIconCollapsed()
getIconCollapsed
in class UIPanelMenuGroup
public void setStyleClass(java.lang.String __styleClass)
setStyleClass
in class UIPanelMenuGroup
styleClass
- - new valuepublic java.lang.String getStyleClass()
getStyleClass
in class UIPanelMenuGroup
public void setAccesskey(java.lang.String __accesskey)
accesskey
- - new valuepublic java.lang.String getAccesskey()
public void setOnkeypress(java.lang.String __onkeypress)
onkeypress
- - new valuepublic java.lang.String getOnkeypress()
public void setAlign(java.lang.String __align)
align
- - new valuepublic java.lang.String getAlign()
public void setOndblclick(java.lang.String __ondblclick)
ondblclick
- - new valuepublic java.lang.String getOndblclick()
public void setName(java.lang.String __name)
setName
in class UIPanelMenuGroup
name
- - new valuepublic java.lang.String getName()
getName
in class UIPanelMenuGroup
public void setOnblur(java.lang.String __onblur)
onblur
- - new valuepublic java.lang.String getOnblur()
public void setOnclick(java.lang.String __onclick)
onclick
- - new valuepublic java.lang.String getOnclick()
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.String __label)
setLabel
in class UIPanelMenuGroup
label
- - new valuepublic java.lang.String getLabel()
getLabel
in class UIPanelMenuGroup
public void setOnfocus(java.lang.String __onfocus)
onfocus
- - new valuepublic java.lang.String getOnfocus()
public void setExpanded(boolean __expanded)
setExpanded
in class UIPanelMenuGroup
expanded
- - new valuepublic boolean isExpanded()
isExpanded
in class UIPanelMenuGroup
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIInput
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UIPanelMenuGroup
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UIPanelMenuGroup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |