org.apache.myfaces.tobago.layout
Interface LayoutContainer

All Superinterfaces:
Configurable, LayoutBase, LayoutBox
All Known Implementing Classes:
AbstractUIBox, AbstractUICell, AbstractUIPage, AbstractUIPanel, AbstractUIPopup, AbstractUISheet, AbstractUITabGroup, AbstractUIWizard, UIBox, UICell, UIExtensionPanel, UIPage, UIPanel, UIPopup, UISheet, UITab, UITabGroup, UIWizard

public interface LayoutContainer
extends LayoutBox, LayoutBase


Method Summary
 List<LayoutComponent> getComponents()
           
 LayoutManager getLayoutManager()
           
 boolean isLayoutChildren()
          Should the children of the this component be laid out from the given layout manager.
 boolean isOverflowX()
           
 boolean isOverflowY()
           
 void setLayoutManager(LayoutManager layoutManager)
           
 void setOverflowX(boolean overflowX)
           
 void setOverflowY(boolean overflowY)
           
 
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
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getCurrentMarkup, getRendererType
 

Method Detail

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-2014 The Apache Software Foundation. All Rights Reserved.