pe

Tag dynaForm

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.DynaForm
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.DynaFormRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
autoSubmitfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag whether the form has to be submitted automatically after current page has been loaded. Note: the form can be submitted if it contains at least one submit button. Default value is false.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIOutput)
An EL expression referring to a server side UIComponent instance in a backing bean.
buttonBarPositionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Button bar position. Possible values are "top" | "bottom" | "both". Default value is "bottom".
columnClassesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Comma separated list of label and control style classes. Default value is null.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
openExtendedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag whether the extended grid has to be shown opened on page load. Default value is false.
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.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container element. Default value is null.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element. Default value is null.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Instance of type DynaFormModel representing model of this component.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable for the underlaying object for each iteration.
varContainerIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable which contains the prefix of the client ID within pe:dynaFormControl. This property allows to get the whole clientId of a component within pe:dynaFormControl. The whole client ID is sometimes required for JavaScript or RequestContext.update(...).
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.