pe

Tag selectDetailLevel

Attributes 
NameRequiredTypeDescription
contextValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Context value passing to the level to be navigated. Value defined here is accessible by contextVar in MasterDetailLevel. Default is none.
eventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name(s) of one or several accepted events of f:ajax / p:ajax in case when SelectDetailLevel is attached to any component with ajax behavior. Several events should be defined as space or comma separated list. If no events are specified, all events will be accepted.
levelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Level to go to. Default is none.
listenerfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
Listener method which is fired before action / actionListener of component, pe:selectDetailLevel is attached to, gets called. Return value of this listener is used as a new / modified contextValue. The listener allows to pass a new / modified contextValue between levels. Default is none.
preserveInputsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Specifies comma or blank separated list of clientIds of editable components whose inputs have to be preserved while levels get switched. @all is allowed and means all values within master detail have to be preserved. It makes sense e.g. if corresponding command component has "immediate"=true attribute. If nothing specified, input values gets cleared.
resetInputsfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Specifies comma or blank separated list of clientIds of editable components whose inputs have to be cleared while levels get switched. @all is allowed and means all values within master detail have to be cleared. It takes precedence over clientIds in preserveInputs.
stepfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Specifies how many steps to go. Can be negative. If level and step are not specified, then step = 1 is assumed. Default is none.

Output generated by Vdldoc View Declaration Language Documentation Generator.