org.apache.myfaces.tobago.component
Class UIFlowLayout
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
- All Implemented Interfaces:
- StateHolder, SupportsMarkup, Configurable, LayoutManager
public class UIFlowLayout
- extends org.apache.myfaces.tobago.internal.component.AbstractUIFlowLayout
- implements SupportsMarkup
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
.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIFlowLayout
public UIFlowLayout()
getFamily
public String getFamily()
- Specified by:
getFamily
in class UIComponent
getMarginBottom
public Measure getMarginBottom()
- Bottom margin between container component and the children.
setMarginBottom
public void setMarginBottom(Measure marginBottom)
getMarkup
public Markup getMarkup()
- Specified by:
getMarkup
in interface SupportsMarkup
setMarkup
public void setMarkup(Markup markup)
- Specified by:
setMarkup
in interface SupportsMarkup
getMarginTop
public Measure getMarginTop()
- Top margin between container component and the children.
setMarginTop
public void setMarginTop(Measure marginTop)
getMarginLeft
public Measure getMarginLeft()
- Left margin between container component and the children.
setMarginLeft
public void setMarginLeft(Measure marginLeft)
getMarginRight
public Measure getMarginRight()
- Right margin between container component and the children.
setMarginRight
public void setMarginRight(Measure marginRight)
getCurrentMarkup
public Markup getCurrentMarkup()
- Specified by:
getCurrentMarkup
in interface SupportsMarkup
- Specified by:
getCurrentMarkup
in interface Configurable
setCurrentMarkup
public void setCurrentMarkup(Markup currentMarkup)
- Specified by:
setCurrentMarkup
in interface SupportsMarkup
getMargin
public Measure getMargin()
- Margin between container component and the children.
setMargin
public void setMargin(Measure margin)
restoreState
public void restoreState(FacesContext context,
Object componentState)
- Specified by:
restoreState
in interface StateHolder
- Overrides:
restoreState
in class UIComponentBase
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
- Overrides:
saveState
in class UIComponentBase
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.