aui
Tag
fieldset
-
- Description:
-
Deprecated. Please use alloy:fieldset instead. Renders a fieldset element with CSS class name "aui-fieldset" that will be positioned by Alloy UI CSS.
-
- Since:
- 3.2.4
Info | Value |
---|---|
Component Type | com.liferay.faces.alloy.AUIFieldSet |
Handler Class | None |
Renderer Type | com.liferay.faces.alloy.renderkit.internal.FieldSetRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
column | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this is a column. The default value is false . |
cssClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute (same as styleClass). |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The identifier of the component. |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The text value for the rendered label. |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true . |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of a CSS class that is to be rendered within the class attribute. |