org.apache.myfaces.tobago.layout
Interface LayoutContainer

All Superinterfaces:
Configurable, LayoutBase
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 LayoutBase


Method Summary
 Measure getBorderBottom()
           
 Measure getBorderLeft()
           
 Measure getBorderRight()
           
 Measure getBorderTop()
           
 List<LayoutComponent> getComponents()
           
 LayoutManager getLayoutManager()
           
 Measure getPaddingBottom()
           
 Measure getPaddingLeft()
           
 Measure getPaddingRight()
           
 Measure getPaddingTop()
           
 boolean isLayoutChildren()
          Should the children of the this component be laid out from the given layout manager.
 void setBorderBottom(Measure borderBottom)
           
 void setBorderLeft(Measure borderLeft)
           
 void setBorderRight(Measure borderRight)
           
 void setBorderTop(Measure borderTop)
           
 void setLayoutManager(LayoutManager layoutManager)
           
 void setPaddingBottom(Measure paddingBottom)
           
 void setPaddingLeft(Measure paddingLeft)
           
 void setPaddingRight(Measure paddingRight)
           
 void setPaddingTop(Measure paddingTop)
           
 
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.


getBorderLeft

Measure getBorderLeft()

setBorderLeft

void setBorderLeft(Measure borderLeft)

getBorderRight

Measure getBorderRight()

setBorderRight

void setBorderRight(Measure borderRight)

getBorderTop

Measure getBorderTop()

setBorderTop

void setBorderTop(Measure borderTop)

getBorderBottom

Measure getBorderBottom()

setBorderBottom

void setBorderBottom(Measure borderBottom)

getPaddingLeft

Measure getPaddingLeft()

setPaddingLeft

void setPaddingLeft(Measure paddingLeft)

getPaddingRight

Measure getPaddingRight()

setPaddingRight

void setPaddingRight(Measure paddingRight)

getPaddingTop

Measure getPaddingTop()

setPaddingTop

void setPaddingTop(Measure paddingTop)

getPaddingBottom

Measure getPaddingBottom()

setPaddingBottom

void setPaddingBottom(Measure paddingBottom)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.