|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.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
public class UIFlowLayout
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
.
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIFlowLayout()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout |
---|
fixRelativeInsideAuto, init, mainProcessing, postProcessing, preProcessing |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getRendererType |
Field Detail |
---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
Constructor Detail |
---|
public UIFlowLayout()
Method Detail |
---|
public String getFamily()
getFamily
in class UIComponent
public Measure getMarginBottom()
public void setMarginBottom(Measure marginBottom)
public Markup getMarkup()
getMarkup
in interface SupportsMarkup
public void setMarkup(Markup markup)
setMarkup
in interface SupportsMarkup
public Measure getMarginTop()
public void setMarginTop(Measure marginTop)
public Measure getMarginLeft()
public void setMarginLeft(Measure marginLeft)
public Measure getMarginRight()
public void setMarginRight(Measure marginRight)
public Markup getCurrentMarkup()
getCurrentMarkup
in interface SupportsMarkup
getCurrentMarkup
in interface Configurable
public void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup
in interface SupportsMarkup
public TextAlign getTextAlign()
TextAlign.LEFT
left,right,center,justify
public void setTextAlign(TextAlign textAlign)
public Measure getMargin()
public void setMargin(Measure margin)
public void restoreState(FacesContext context, Object componentState)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |