alloy

Tag tabView

Component Information 
InfoValue
Component Typecom.liferay.faces.alloy.component.tabview.TabView
Handler ClassNone
Renderer Typecom.liferay.faces.alloy.component.tabview.TabViewRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression that binds the Java reference to this component in the component tree to a bean property.
clientKeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The key name that can be used to reference the component on the client.
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The the height (in pixels) of the rendered <div>.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A unique identifier for this component.
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
When this flag is true, this component will be rendered to there response. When false, it will not be rendered to the response. The default value is true.
selectedIndexfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Integer representing the zero-based index representing the selected tab.
stackedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
When true, this indicates whether or not the tabs will appear vertically. The default value is false.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML passthrough attribute specifying the css style of the element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
List of CSS class names (separated by spaces) that are to be rendered within the class attribute.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
The value of this component, which is typically bound via EL to a model bean property. The value can be any of the following types:
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of the variable that is to be introduced into the EL representing the current iteration.
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The the height (in pixels) of the rendered <div>.

Output generated by Vdldoc View Declaration Language Documentation Generator.