tc

Tag style

Component Information 
InfoValue
Component Typeorg.apache.myfaces.tobago.Style
Handler Classorg.apache.myfaces.tobago.facelets.TobagoComponentHandler
Renderer TypeStyle
DescriptionNone
Attributes 
NameRequiredTypeDescription
backgroundImagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The background image of the element.
Type: java.lang.String
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean. For Facelets, the component is the outer UIPanel, not the input control.
Type: javax.faces.component.UIComponent
bottomfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
customClassfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.renderkit.css.CustomClass)

Type: org.apache.myfaces.tobago.renderkit.css.CustomClass
displayfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Display)

Type: org.apache.myfaces.tobago.layout.Display
Allowed Values: [block, inline, grid, none]
filefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the stylesheet file to add to page. The name must be full qualified, or relative. If using a complete path from root, you'll need to add the contextPath from the web application. This can be done with the EL #{request.contextPath}.
Type: java.lang.String
flexBasisfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)
Flex basis value of the element.
Type: org.apache.myfaces.tobago.layout.Measure
flexGrowfalsejavax.el.ValueExpression
(must evaluate to java.lang.Number)
Flex grow value of the element.
Type: java.lang.Number
flexShrinkfalsejavax.el.ValueExpression
(must evaluate to java.lang.Number)
Flex shrink value of the element.
Type: java.lang.Number
gridColumnfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.GridSpan)
Grid column value of the element.
Type: org.apache.myfaces.tobago.layout.GridSpan
gridRowfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.GridSpan)
Grid row value of the element.
Type: org.apache.myfaces.tobago.layout.GridSpan
gridTemplateColumnsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Grid template columns value of the element.
Type: java.lang.String
gridTemplateRowsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Grid template rows value of the element.
Type: java.lang.String
heightfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
idfalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
leftfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
marginBottomfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
marginLeftfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
marginRightfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
marginTopfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
maxHeightfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
maxWidthfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
minHeightfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
minWidthfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
overflowXfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Overflow)

Type: org.apache.myfaces.tobago.layout.Overflow
Allowed Values: [auto, scroll, hidden]
overflowYfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Overflow)

Type: org.apache.myfaces.tobago.layout.Overflow
Allowed Values: [auto, scroll, hidden]
paddingBottomfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
paddingLeftfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
paddingRightfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
paddingTopfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
positionfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Position)

Type: org.apache.myfaces.tobago.layout.Position
Allowed Values: [absolute, relative, fixed]
selectorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
textAlignfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.TextAlign)
The alignment of the elements inside of the container, possible values are: {@link TextAlign#left}, {@link TextAlign#right}, {@link TextAlign#center} and {@link TextAlign#justify}.
Type: org.apache.myfaces.tobago.layout.TextAlign
Allowed Values: [left, right, center, justify]
topfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure
widthfalsejavax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure)

Type: org.apache.myfaces.tobago.layout.Measure

Output generated by Vdldoc View Declaration Language Documentation Generator.