pe

Tag masterDetailLevel

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.MasterDetailLevel
Handler Classorg.primefaces.extensions.component.masterdetail.MasterDetailLevelTagHandler
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
contextVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Variable to access the value set by pe:selectDetailLevel when the level is changed. If the value was not set by currently invoking pe:selectDetailLevel, the last set value is be used. Default is null.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
leveltruejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Level of this detail. Level is unique inside masterDetail component. This is a required attribute. Default is none.
levelDisabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether the breadcrumb item is disabled (not clickable). Default is dalse.
levelLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label for the corresponding breadcrumb item shown on top. Default is none.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.

Output generated by Vdldoc View Declaration Language Documentation Generator.