|
||||||||||
| 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
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.LEFTAllowed Values: left,right,center,justify |
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.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.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| 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 javax.faces.component.UIComponentpublic Measure getMarginBottom()
public void setMarginBottom(Measure marginBottom)
public Markup getMarkup()
getMarkup in interface SupportsMarkuppublic void setMarkup(Markup markup)
setMarkup in interface SupportsMarkuppublic 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 SupportsMarkupgetCurrentMarkup in interface Configurablepublic void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup in interface SupportsMarkuppublic TextAlign getTextAlign()
TextAlign.LEFTleft,right,center,justify
public void setTextAlign(TextAlign textAlign)
public Measure getMargin()
public void setMargin(Measure margin)
public void restoreState(javax.faces.context.FacesContext context,
Object componentState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||