|
||||||||||
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.ajax4jsf.component.AjaxInputComponent
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 |
Fields inherited from interface org.ajax4jsf.component.AjaxComponent |
---|
AJAX_COMPONETT_PARAMETER |
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.Object |
getData()
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. |
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 |
getEventsQueue()
Name of requests queue to avoid send next request before complete other from same event. |
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 |
getFocus()
id of element to set focus after request completed on client side Getter for focus |
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 |
getOnbeforedomupdate()
JavaScript code for call before DOM has been updated on client side Getter for onbeforedomupdate |
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 |
getOncomplete()
JavaScript code for call after request completed on client side Getter for oncomplete |
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 |
getRequestDelay()
Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send. |
java.lang.Object |
getReRender()
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. |
int |
getSize()
This attribute tells the user agent the initial width of the control. |
java.lang.String |
getStatus()
ID (in format of call UIComponent.findComponent()) of Request status component Getter for status |
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. |
int |
getTimeout()
Response waiting time on a particular request. |
boolean |
isAjaxSingle()
if "true", submits ONLY one field/link, instead of all form controls Getter for ajaxSingle |
boolean |
isBypassUpdates()
If "true", after process validations phase it skips updates of model beans on a force render response. |
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. |
boolean |
isIgnoreDupResponses()
Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is in a queue already. ignoreDupResponses="true" does not cancel the request while it is processed on the server, but just allows to avoid unnecessary updates on the client side if the response isn't actual now Getter for ignoreDupResponses |
boolean |
isLimitToList()
If "true", updates on client side ONLY elements from this 'reRender' property. |
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 |
setAjaxSingle(boolean __ajaxSingle)
if "true", submits ONLY one field/link, instead of all form controls Setter for ajaxSingle |
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 |
setBypassUpdates(boolean __bypassUpdates)
If "true", after process validations phase it skips updates of model beans on a force render response. |
void |
setData(java.lang.Object __data)
Serialized (on default with JSON) data passed on the client by a developer on AJAX request. |
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 |
setEventsQueue(java.lang.String __eventsQueue)
Name of requests queue to avoid send next request before complete other from same event. |
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 |
setFocus(java.lang.String __focus)
id of element to set focus after request completed on client side Setter for focus |
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 |
setIgnoreDupResponses(boolean __ignoreDupResponses)
Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is in a queue already. ignoreDupResponses="true" does not cancel the request while it is processed on the server, but just allows to avoid unnecessary updates on the client side if the response isn't actual now Setter for ignoreDupResponses |
void |
setLabel(java.lang.String __label)
Displayed node's text Setter for label |
void |
setLimitToList(boolean __limitToList)
If "true", updates on client side ONLY elements from this 'reRender' property. |
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 |
setOnbeforedomupdate(java.lang.String __onbeforedomupdate)
JavaScript code for call before DOM has been updated on client side Setter for onbeforedomupdate |
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 |
setOncomplete(java.lang.String __oncomplete)
JavaScript code for call after request completed on client side Setter for oncomplete |
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 |
setRequestDelay(int __requestDelay)
Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send. |
void |
setReRender(java.lang.Object __reRender)
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. |
void |
setSize(int __size)
This attribute tells the user agent the initial width of the control. |
void |
setStatus(java.lang.String __status)
ID (in format of call UIComponent.findComponent()) of Request status component Setter for status |
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. |
void |
setTimeout(int __timeout)
Response waiting time on a particular request. |
Methods inherited from class org.richfaces.component.UIPanelMenuGroup |
---|
addActionListener, broadcast, getAction, getActionListener, getActionListeners, queueEvent, removeActionListener, setAction, setActionListener |
Methods inherited from class org.ajax4jsf.component.AjaxInputComponent |
---|
setupReRender |
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.EditableValueHolder |
---|
addValidator, addValueChangeListener, getSubmittedValue, getValidator, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValueChangeListener |
Methods inherited from interface javax.faces.component.ValueHolder |
---|
getConverter, getLocalValue, getValue, setConverter, setValue |
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 setAccesskey(java.lang.String __accesskey)
accesskey
- - new valuepublic java.lang.String getAccesskey()
public void setAjaxSingle(boolean __ajaxSingle)
ajaxSingle
- - new valuepublic boolean isAjaxSingle()
public void setAlign(java.lang.String __align)
align
- - new valuepublic java.lang.String getAlign()
public void setAlt(java.lang.String __alt)
alt
- - new valuepublic java.lang.String getAlt()
public void setBypassUpdates(boolean __bypassUpdates)
bypassUpdates
- - new valuepublic boolean isBypassUpdates()
public void setData(java.lang.Object __data)
data
- - new valuepublic java.lang.Object getData()
public void setDisabled(boolean __disabled)
setDisabled
in class UIPanelMenuGroup
disabled
- - new valuepublic boolean isDisabled()
isDisabled
in class UIPanelMenuGroup
public void setDisabledClass(java.lang.String __disabledClass)
setDisabledClass
in class UIPanelMenuGroup
disabledClass
- - new valuepublic java.lang.String getDisabledClass()
getDisabledClass
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 setEventsQueue(java.lang.String __eventsQueue)
eventsQueue
- - new valuepublic java.lang.String getEventsQueue()
public void setExpandMode(java.lang.String __expandMode)
setExpandMode
in class UIPanelMenuGroup
expandMode
- - new valuepublic java.lang.String getExpandMode()
getExpandMode
in class UIPanelMenuGroup
public void setExpanded(boolean __expanded)
setExpanded
in class UIPanelMenuGroup
expanded
- - new valuepublic boolean isExpanded()
isExpanded
in class UIPanelMenuGroup
public void setFocus(java.lang.String __focus)
focus
- - new valuepublic java.lang.String getFocus()
public void setHoverClass(java.lang.String __hoverClass)
setHoverClass
in class UIPanelMenuGroup
hoverClass
- - new valuepublic java.lang.String getHoverClass()
getHoverClass
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 setIconClass(java.lang.String __iconClass)
setIconClass
in class UIPanelMenuGroup
iconClass
- - new valuepublic java.lang.String getIconClass()
getIconClass
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 setIconDisabled(java.lang.String __iconDisabled)
setIconDisabled
in class UIPanelMenuGroup
iconDisabled
- - new valuepublic java.lang.String getIconDisabled()
getIconDisabled
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 setIconStyle(java.lang.String __iconStyle)
setIconStyle
in class UIPanelMenuGroup
iconStyle
- - new valuepublic java.lang.String getIconStyle()
getIconStyle
in class UIPanelMenuGroup
public void setIgnoreDupResponses(boolean __ignoreDupResponses)
ignoreDupResponses
- - new valuepublic boolean isIgnoreDupResponses()
public void setLabel(java.lang.String __label)
setLabel
in class UIPanelMenuGroup
label
- - new valuepublic java.lang.String getLabel()
getLabel
in class UIPanelMenuGroup
public void setLimitToList(boolean __limitToList)
limitToList
- - new valuepublic boolean isLimitToList()
public void setMaxlength(int __maxlength)
maxlength
- - new valuepublic int getMaxlength()
public void setName(java.lang.String __name)
setName
in class UIPanelMenuGroup
name
- - new valuepublic java.lang.String getName()
getName
in class UIPanelMenuGroup
public void setOnbeforedomupdate(java.lang.String __onbeforedomupdate)
onbeforedomupdate
- - new valuepublic java.lang.String getOnbeforedomupdate()
public void setOnblur(java.lang.String __onblur)
onblur
- - new valuepublic java.lang.String getOnblur()
public void setOnchange(java.lang.String __onchange)
onchange
- - new valuepublic java.lang.String getOnchange()
public void setOnclick(java.lang.String __onclick)
onclick
- - new valuepublic java.lang.String getOnclick()
public void setOncollapse(java.lang.String __oncollapse)
setOncollapse
in class UIPanelMenuGroup
oncollapse
- - new valuepublic java.lang.String getOncollapse()
getOncollapse
in class UIPanelMenuGroup
public void setOncomplete(java.lang.String __oncomplete)
oncomplete
- - new valuepublic java.lang.String getOncomplete()
public void setOndblclick(java.lang.String __ondblclick)
ondblclick
- - new valuepublic java.lang.String getOndblclick()
public void setOnexpand(java.lang.String __onexpand)
setOnexpand
in class UIPanelMenuGroup
onexpand
- - new valuepublic java.lang.String getOnexpand()
getOnexpand
in class UIPanelMenuGroup
public void setOnfocus(java.lang.String __onfocus)
onfocus
- - new valuepublic java.lang.String getOnfocus()
public void setOnkeydown(java.lang.String __onkeydown)
onkeydown
- - new valuepublic java.lang.String getOnkeydown()
public void setOnkeypress(java.lang.String __onkeypress)
onkeypress
- - new valuepublic java.lang.String getOnkeypress()
public void setOnkeyup(java.lang.String __onkeyup)
onkeyup
- - new valuepublic java.lang.String getOnkeyup()
public void setOnmousedown(java.lang.String __onmousedown)
onmousedown
- - new valuepublic java.lang.String getOnmousedown()
public void setOnmousemove(java.lang.String __onmousemove)
onmousemove
- - new valuepublic java.lang.String getOnmousemove()
public void setOnmouseout(java.lang.String __onmouseout)
onmouseout
- - new valuepublic java.lang.String getOnmouseout()
public void setOnmouseover(java.lang.String __onmouseover)
onmouseover
- - new valuepublic java.lang.String getOnmouseover()
public void setOnmouseup(java.lang.String __onmouseup)
onmouseup
- - new valuepublic java.lang.String getOnmouseup()
public void setOnselect(java.lang.String __onselect)
onselect
- - new valuepublic java.lang.String getOnselect()
public void setReRender(java.lang.Object __reRender)
reRender
- - new valuepublic java.lang.Object getReRender()
public void setRequestDelay(int __requestDelay)
requestDelay
- - new valuepublic int getRequestDelay()
public void setSize(int __size)
size
- - new valuepublic int getSize()
public void setStatus(java.lang.String __status)
status
- - new valuepublic java.lang.String getStatus()
public void setStyle(java.lang.String __style)
setStyle
in class UIPanelMenuGroup
style
- - new valuepublic java.lang.String getStyle()
getStyle
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 setTabindex(java.lang.String __tabindex)
tabindex
- - new valuepublic java.lang.String getTabindex()
public void setTarget(java.lang.String __target)
setTarget
in class UIPanelMenuGroup
target
- - new valuepublic java.lang.String getTarget()
getTarget
in class UIPanelMenuGroup
public void setTimeout(int __timeout)
timeout
- - new valuepublic int getTimeout()
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 |