org.apache.myfaces.tobago.layout
Interface LayoutContainer
- All Superinterfaces:
- Configurable, LayoutBase, LayoutBox
- All Known Implementing Classes:
- org.apache.myfaces.tobago.internal.component.AbstractUIBox, org.apache.myfaces.tobago.internal.component.AbstractUICell, org.apache.myfaces.tobago.internal.component.AbstractUIPage, org.apache.myfaces.tobago.internal.component.AbstractUIPanel, org.apache.myfaces.tobago.internal.component.AbstractUIPopup, org.apache.myfaces.tobago.internal.component.AbstractUISheet, org.apache.myfaces.tobago.internal.component.AbstractUITabGroup, org.apache.myfaces.tobago.internal.component.AbstractUIWizard, UIBox, UICell, UIPage, UIPanel, UIPopup, UISheet, UITab, UITabGroup, UIWizard
public interface LayoutContainer
- extends LayoutBox, LayoutBase
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBox |
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase |
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth |
getComponents
List<LayoutComponent> getComponents()
getLayoutManager
LayoutManager getLayoutManager()
setLayoutManager
void setLayoutManager(LayoutManager layoutManager)
isLayoutChildren
boolean isLayoutChildren()
- Should the children of the this component be laid out from the given layout manager.
isOverflowX
boolean isOverflowX()
setOverflowX
void setOverflowX(boolean overflowX)
isOverflowY
boolean isOverflowY()
setOverflowY
void setOverflowY(boolean overflowY)
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.