public class PanelMenuGroupTag extends PanelMenuGroupTagBase
bodyContent, pageContext, UNIQUE_ID_PREFIX
Constructor and Description |
---|
PanelMenuGroupTag() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentType() |
java.lang.String |
getRendererType() |
void |
release() |
void |
setAccesskey(javax.el.ValueExpression __accesskey)
This attribute assigns an access key to an element.
|
void |
setAction(javax.el.MethodExpression __action)
MethodBinding pointing at the application action to be invoked,
if this UIComponent is activated by you, during the Apply
Request Values or Invoke Application phase of the request
processing lifecycle, depending on the value of the immediate
property
Setter for action
|
void |
setActionListener(javax.el.MethodExpression __actionListener)
MethodBinding pointing at method accepting an ActionEvent with return type void
Setter for actionListener
|
void |
setAjaxSingle(javax.el.ValueExpression __ajaxSingle)
boolean attribute which provides possibility to limit JSF tree processing(decoding, conversion/validation, value applying)
to the component which send the request only
Setter for ajaxSingle
|
void |
setAlign(javax.el.ValueExpression __align)
Deprecated.
|
void |
setAlt(javax.el.ValueExpression __alt)
For a user agents that cannot display images, forms, or applets, this attribute specifies alternate text.
|
void |
setBypassUpdates(javax.el.ValueExpression __bypassUpdates)
If "true", after process validations phase it skips updates of model beans on a force render response.
|
void |
setConverter(javax.el.ValueExpression __converter)
Id of Converter to be used or reference to a Converter
Setter for converter
|
void |
setConverterMessage(javax.el.ValueExpression __converterMessage)
A ValueExpression enabled attribute that, if present,
will be used as the text of the converter message,
replacing any message that comes from the converter
Setter for converterMessage
|
void |
setData(javax.el.ValueExpression __data)
Serialized (on default with JSON) data passed on the client by a developer on AJAX request.
|
void |
setDisabled(javax.el.ValueExpression __disabled)
When set for a form control, this boolean attribute disables the control for your input
Setter for disabled
|
void |
setDisabledClass(javax.el.ValueExpression __disabledClass)
Class to be applied to disabled items.
|
void |
setDisabledStyle(javax.el.ValueExpression __disabledStyle)
CSS style rules to be applied to disabled items.
|
void |
setEventsQueue(javax.el.ValueExpression __eventsQueue)
Name of requests queue to avoid send next request before complete other from same event.
|
void |
setExpandMode(javax.el.ValueExpression __expandMode)
Set the submission mode for all panel menu groups after expand/collapse
except ones where this attribute redefined.
|
void |
setFocus(javax.el.ValueExpression __focus)
id of element to set focus after request completed on client side
Setter for focus
|
void |
setHoverClass(javax.el.ValueExpression __hoverClass)
Class to be applied to hovered items.
|
void |
setHoverStyle(javax.el.ValueExpression __hoverStyle)
CSS style rules to be applied to hovered items.
|
void |
setIconClass(javax.el.ValueExpression __iconClass)
Class to be applied to icon element.
|
void |
setIconCollapsed(javax.el.ValueExpression __iconCollapsed)
Path to the icon to be displayed for the collapsed item state.
|
void |
setIconDisabled(javax.el.ValueExpression __iconDisabled)
Path to the icon to be displayed for the disabled item state.
|
void |
setIconExpanded(javax.el.ValueExpression __iconExpanded)
Path to the icon to be displayed for the expanded item state.
|
void |
setIconStyle(javax.el.ValueExpression __iconStyle)
CSS style rules to be applied
Setter for iconStyle
|
void |
setIgnoreDupResponses(javax.el.ValueExpression __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 |
setImmediate(javax.el.ValueExpression __immediate)
True means, that the default ActionListener should be executed
immediately (i.e. during Apply Request Values phase of the
request processing lifecycle), rather than waiting until the
Invoke Application phase
Setter for immediate
|
void |
setLabel(javax.el.ValueExpression __label)
Displayed node's text
Setter for label
|
void |
setLimitToList(javax.el.ValueExpression __limitToList)
If "true", then of all AJAX-rendered on the page components only those will be updated,
which ID's are passed to the "reRender" attribute of the describable component.
|
void |
setMaxlength(javax.el.ValueExpression __maxlength)
Specifies the maximum number of digits that could be entered into the input field.
|
void |
setName(javax.el.ValueExpression __name)
Refers to group/item with the same
name.
|
void |
setOnbeforedomupdate(javax.el.ValueExpression __onbeforedomupdate)
The client side script method to be called before DOM is updated
Setter for onbeforedomupdate
|
void |
setOnblur(javax.el.ValueExpression __onblur)
The client side script method to be called when the element loses the focus
Setter for onblur
|
void |
setOnchange(javax.el.ValueExpression __onchange)
The client side script method to be called when the element value is changed
Setter for onchange
|
void |
setOncollapse(javax.el.ValueExpression __oncollapse)
HTML: script expression; group was closed
Setter for oncollapse
|
void |
setOncomplete(javax.el.ValueExpression __oncomplete)
The client side script method to be called after the request is completed
Setter for oncomplete
|
void |
setOnexpand(javax.el.ValueExpression __onexpand)
HTML: script expression; group was opened
Setter for onexpand
|
void |
setOnfocus(javax.el.ValueExpression __onfocus)
The client side script method to be called when the element gets the focus
Setter for onfocus
|
void |
setOnselect(javax.el.ValueExpression __onselect)
The client side script method to be called when some text is selected in the text field.
|
void |
setProcess(javax.el.ValueExpression __process)
Id['s] (in format of call UIComponent.findComponent()) of components, processed at the phases 2-5 in case of AjaxRequest caused by this component.
|
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setRequestDelay(javax.el.ValueExpression __requestDelay)
Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send.
|
void |
setRequired(javax.el.ValueExpression __required)
If "true", this component is checked for non-empty input
Setter for required
|
void |
setRequiredMessage(javax.el.ValueExpression __requiredMessage)
A ValueExpression enabled attribute that, if present,
will be used as the text of the validation message for
the "required" facility, if the "required" facility is
used
Setter for requiredMessage
|
void |
setReRender(javax.el.ValueExpression __reRender)
Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component.
|
void |
setSimilarityGroupingId(javax.el.ValueExpression __similarityGroupingId)
If there are any component requests with identical IDs then these requests will be grouped.
|
void |
setSize(javax.el.ValueExpression __size)
This attribute tells the user agent the initial width of the control.
|
void |
setStatus(javax.el.ValueExpression __status)
ID (in format of call UIComponent.findComponent()) of Request status component
Setter for status
|
void |
setTabindex(javax.el.ValueExpression __tabindex)
This attribute specifies the position of the current element in the tabbing order for the current document.
|
void |
setTarget(javax.el.ValueExpression __target)
Target frame for action to execute.
|
void |
setTimeout(javax.el.ValueExpression __timeout)
Response waiting time on a particular request.
|
void |
setValidator(javax.el.MethodExpression __validator)
MethodBinding pointing at a method that is called during
Process Validations phase of the request processing lifecycle,
to validate the current value of this component
Setter for validator
|
void |
setValidatorMessage(javax.el.ValueExpression __validatorMessage)
A ValueExpression enabled attribute that, if present,
will be used as the text of the validator message,
replacing any message that comes from the validator
Setter for validatorMessage
|
void |
setValueChangeListener(javax.el.MethodExpression __valueChangeListener)
Listener for value changes
Setter for valueChangeListener
|
setExpanded, setValue
setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setTitle
getExpressionFactory, isValueReference, setActionListenerProperty, setActionProperty, setBooleanProperty, setBooleanProperty, setDoubleProperty, setDoubleProperty, setFloatProperty, setFloatProperty, setIntegerProperty, setIntegerProperty, setLongProperty, setLongProperty, setProperty, setProperty, setStringProperty, setStringProperty, setValueChangedListenerProperty, setValueProperty, setValueProperty
setActionListenerProperty, setActionProperty, setConverterProperty, setRowKeyConverterProperty, setValidatorProperty, setValueChangeListenerProperty
createComponent, getELContext, hasBinding, setBinding, setRendered
addChild, addFacet, addVerbatimAfterComponent, addVerbatimBeforeComponent, createVerbatimComponent, createVerbatimComponentFromBodyContent, doAfterBody, doEndTag, doInitBody, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getBodyContent, getComponentInstance, getCreated, getCreatedComponents, getDoAfterBodyValue, getDoEndValue, getDoStartValue, getFacesContext, getFacesJspId, getFacetName, getId, getIndexOfNextChildTag, getJspId, getParent, getParentUIComponentClassicTagBase, getPreviousOut, setBodyContent, setId, setJspId, setPageContext, setParent, setupResponseWriter
public void setAccesskey(javax.el.ValueExpression __accesskey)
accesskey
- - new valuepublic void setAction(javax.el.MethodExpression __action)
action
- - new valuepublic void setActionListener(javax.el.MethodExpression __actionListener)
actionListener
- - new valuepublic void setAjaxSingle(javax.el.ValueExpression __ajaxSingle)
ajaxSingle
- - new valuepublic void setAlign(javax.el.ValueExpression __align)
align
- - new valuepublic void setAlt(javax.el.ValueExpression __alt)
alt
- - new valuepublic void setBypassUpdates(javax.el.ValueExpression __bypassUpdates)
bypassUpdates
- - new valuepublic void setConverter(javax.el.ValueExpression __converter)
converter
- - new valuepublic void setConverterMessage(javax.el.ValueExpression __converterMessage)
converterMessage
- - new valuepublic void setData(javax.el.ValueExpression __data)
data
- - new valuepublic void setDisabled(javax.el.ValueExpression __disabled)
disabled
- - new valuepublic void setDisabledClass(javax.el.ValueExpression __disabledClass)
disabledClass
- - new valuepublic void setDisabledStyle(javax.el.ValueExpression __disabledStyle)
disabledStyle
- - new valuepublic void setEventsQueue(javax.el.ValueExpression __eventsQueue)
eventsQueue
- - new valuepublic void setExpandMode(javax.el.ValueExpression __expandMode)
expandMode
- - new valuepublic void setFocus(javax.el.ValueExpression __focus)
focus
- - new valuepublic void setHoverClass(javax.el.ValueExpression __hoverClass)
hoverClass
- - new valuepublic void setHoverStyle(javax.el.ValueExpression __hoverStyle)
hoverStyle
- - new valuepublic void setIconClass(javax.el.ValueExpression __iconClass)
iconClass
- - new valuepublic void setIconCollapsed(javax.el.ValueExpression __iconCollapsed)
iconCollapsed
- - new valuepublic void setIconDisabled(javax.el.ValueExpression __iconDisabled)
iconDisabled
- - new valuepublic void setIconExpanded(javax.el.ValueExpression __iconExpanded)
iconExpanded
- - new valuepublic void setIconStyle(javax.el.ValueExpression __iconStyle)
iconStyle
- - new valuepublic void setIgnoreDupResponses(javax.el.ValueExpression __ignoreDupResponses)
ignoreDupResponses
- - new valuepublic void setImmediate(javax.el.ValueExpression __immediate)
immediate
- - new valuepublic void setLabel(javax.el.ValueExpression __label)
label
- - new valuepublic void setLimitToList(javax.el.ValueExpression __limitToList)
limitToList
- - new valuepublic void setMaxlength(javax.el.ValueExpression __maxlength)
maxlength
- - new valuepublic void setName(javax.el.ValueExpression __name)
name
- - new valuepublic void setOnbeforedomupdate(javax.el.ValueExpression __onbeforedomupdate)
onbeforedomupdate
- - new valuepublic void setOnblur(javax.el.ValueExpression __onblur)
onblur
- - new valuepublic void setOnchange(javax.el.ValueExpression __onchange)
onchange
- - new valuepublic void setOncollapse(javax.el.ValueExpression __oncollapse)
oncollapse
- - new valuepublic void setOncomplete(javax.el.ValueExpression __oncomplete)
oncomplete
- - new valuepublic void setOnexpand(javax.el.ValueExpression __onexpand)
onexpand
- - new valuepublic void setOnfocus(javax.el.ValueExpression __onfocus)
onfocus
- - new valuepublic void setOnselect(javax.el.ValueExpression __onselect)
onselect
- - new valuepublic void setProcess(javax.el.ValueExpression __process)
process
- - new valuepublic void setReRender(javax.el.ValueExpression __reRender)
reRender
- - new valuepublic void setRequestDelay(javax.el.ValueExpression __requestDelay)
requestDelay
- - new valuepublic void setRequired(javax.el.ValueExpression __required)
required
- - new valuepublic void setRequiredMessage(javax.el.ValueExpression __requiredMessage)
requiredMessage
- - new valuepublic void setSimilarityGroupingId(javax.el.ValueExpression __similarityGroupingId)
similarityGroupingId
- - new valuepublic void setSize(javax.el.ValueExpression __size)
size
- - new valuepublic void setStatus(javax.el.ValueExpression __status)
status
- - new valuepublic void setTabindex(javax.el.ValueExpression __tabindex)
tabindex
- - new valuepublic void setTarget(javax.el.ValueExpression __target)
target
- - new valuepublic void setTimeout(javax.el.ValueExpression __timeout)
timeout
- - new valuepublic void setValidator(javax.el.MethodExpression __validator)
validator
- - new valuepublic void setValidatorMessage(javax.el.ValueExpression __validatorMessage)
validatorMessage
- - new valuepublic void setValueChangeListener(javax.el.MethodExpression __valueChangeListener)
valueChangeListener
- - new valuepublic void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class PanelMenuGroupTagBase
protected void setProperties(javax.faces.component.UIComponent component)
setProperties
in class PanelMenuGroupTagBase
public java.lang.String getComponentType()
getComponentType
in class javax.faces.webapp.UIComponentTagBase
public java.lang.String getRendererType()
getRendererType
in class javax.faces.webapp.UIComponentTagBase
Copyright © 2015. All Rights Reserved.