public class

UIFlowLayout

extends AbstractUIFlowLayout
implements SupportsMarkup
java.lang.Object
   ↳ javax.faces.component.UIComponent
     ↳ javax.faces.component.UIComponentBase
       ↳ org.apache.myfaces.tobago.internal.component.AbstractUILayoutBase
         ↳ org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout
           ↳ org.apache.myfaces.tobago.component.UIFlowLayout

Class Overview

XXX Warning: Still in progress! Please do not use it until other announcement. Renders a FlowLayout that positions the content components in there natural order. UIComponent class, generated from template component1.2.stg with class org.apache.myfaces.tobago.internal.taglib.component.FlowLayoutTagDeclaration.

Summary

Constants
String COMPONENT_FAMILY
String COMPONENT_TYPE
[Expand]
Inherited Fields
From class javax.faces.component.UIComponent
Public Constructors
UIFlowLayout()
Public Methods
Markup getCurrentMarkup()
String getFamily()
Measure getMargin()
Margin between container component and the children.
Measure getMarginBottom()
Bottom margin between container component and the children.
Measure getMarginLeft()
Left margin between container component and the children.
Measure getMarginRight()
Right margin between container component and the children.
Measure getMarginTop()
Top margin between container component and the children.
Markup getMarkup()
TextAlign getTextAlign()
The alignment of the elements inside of the container, possible values are: {
Default: TextAlign.LEFT
Allowed Values: left,right,center,justify
void restoreState(FacesContext context, Object componentState)
Object saveState(FacesContext context)
void setCurrentMarkup(Markup currentMarkup)
void setMargin(Measure margin)
void setMarginBottom(Measure marginBottom)
void setMarginLeft(Measure marginLeft)
void setMarginRight(Measure marginRight)
void setMarginTop(Measure marginTop)
void setMarkup(Markup markup)
void setTextAlign(TextAlign textAlign)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout
From class org.apache.myfaces.tobago.internal.component.AbstractUILayoutBase
From class javax.faces.component.UIComponentBase
From class javax.faces.component.UIComponent
From class java.lang.Object
From interface javax.faces.component.StateHolder
From interface org.apache.myfaces.tobago.component.SupportsMarkup
From interface org.apache.myfaces.tobago.config.Configurable
From interface org.apache.myfaces.tobago.layout.LayoutManager

Constants

public static final String COMPONENT_FAMILY

Constant Value: "org.apache.myfaces.tobago.FlowLayout"

public static final String COMPONENT_TYPE

Constant Value: "org.apache.myfaces.tobago.FlowLayout"

Public Constructors

public UIFlowLayout ()

Public Methods

public Markup getCurrentMarkup ()

public String getFamily ()

public Measure getMargin ()

Margin between container component and the children.

public Measure getMarginBottom ()

Bottom margin between container component and the children.

public Measure getMarginLeft ()

Left margin between container component and the children.

public Measure getMarginRight ()

Right margin between container component and the children.

public Measure getMarginTop ()

Top margin between container component and the children.

public Markup getMarkup ()

public TextAlign getTextAlign ()

The alignment of the elements inside of the container, possible values are: {
Default: TextAlign.LEFT
Allowed Values: left,right,center,justify

public void restoreState (FacesContext context, Object componentState)

public Object saveState (FacesContext context)

public void setCurrentMarkup (Markup currentMarkup)

public void setMargin (Measure margin)

public void setMarginBottom (Measure marginBottom)

public void setMarginLeft (Measure marginLeft)

public void setMarginRight (Measure marginRight)

public void setMarginTop (Measure marginTop)

public void setMarkup (Markup markup)

public void setTextAlign (TextAlign textAlign)