Add a style tag with the given file name to the header (using file attribute) or add some CSS styles to the parent component.
UIComponentClass: org.apache.myfaces.tobago.component.UIStyle
RendererType: Style
Info | Value |
---|---|
Component Type | org.apache.myfaces.tobago.Style |
Handler Class | org.apache.myfaces.tobago.facelets.TobagoComponentHandler |
Renderer Type | Style |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | javax.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 |
bottom | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
customClass | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.renderkit.css.CustomClass )
| Type: org.apache.myfaces.tobago.renderkit.css.CustomClass |
display | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Display )
| Type: org.apache.myfaces.tobago.layout.Display Allowed Values: [block, inline, none] |
file | false | javax.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 |
height | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
id | false | java.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 |
left | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
marginBottom | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
marginLeft | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
marginRight | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
marginTop | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
maxHeight | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
maxWidth | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
minHeight | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
minWidth | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
overflowX | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Overflow )
| Type: org.apache.myfaces.tobago.layout.Overflow Allowed Values: [auto, scroll, hidden] |
overflowY | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Overflow )
| Type: org.apache.myfaces.tobago.layout.Overflow Allowed Values: [auto, scroll, hidden] |
paddingBottom | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
paddingLeft | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
paddingRight | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
paddingTop | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
position | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Position )
| Type: org.apache.myfaces.tobago.layout.Position Allowed Values: [absolute, relative, fixed] |
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent form submit. Type: boolean Default: true |
right | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
textAlign | false | javax.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] |
top | false | javax.el.ValueExpression
(must evaluate to org.apache.myfaces.tobago.layout.Measure )
| Type: org.apache.myfaces.tobago.layout.Measure |
width | false | javax.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.