org.apache.myfaces.tobago.layout
Interface LayoutBox

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

public interface LayoutBox
extends Configurable


Method Summary
 Measure getBorderBottom()
           
 Measure getBorderLeft()
           
 Measure getBorderRight()
           
 Measure getBorderTop()
           
 Measure getPaddingBottom()
           
 Measure getPaddingLeft()
           
 Measure getPaddingRight()
           
 Measure getPaddingTop()
           
 void setBorderBottom(Measure borderBottom)
           
 void setBorderLeft(Measure borderLeft)
           
 void setBorderRight(Measure borderRight)
           
 void setBorderTop(Measure borderTop)
           
 void setPaddingBottom(Measure paddingBottom)
           
 void setPaddingLeft(Measure paddingLeft)
           
 void setPaddingRight(Measure paddingRight)
           
 void setPaddingTop(Measure paddingTop)
           
 
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable
getCurrentMarkup, getRendererType
 

Method Detail

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