org.apache.myfaces.tobago.internal.taglib.declaration
Interface IsGridLayoutContainer

All Known Subinterfaces:
BoxTagDeclaration, BoxToolBarTagDeclaration, CellTagDeclaration, ColumnTagDeclaration, ExtensionPanelDeclaration, ImageTagDeclaration, PageTagDeclaration, PanelTagDeclaration, PopupTagDeclaration, SheetTagDeclaration, TabGroupTagDeclaration, TabGroupToolBarTagDeclaration, ToolBarTagDeclaration, WizardTagDeclaration

public interface IsGridLayoutContainer


Method Summary
 void setBorderBottom(String borderBottom)
          This attribute is for internal use only.
 void setBorderLeft(String borderLeft)
          This attribute is for internal use only.
 void setBorderRight(String borderRight)
          This attribute is for internal use only.
 void setBorderTop(String borderTop)
          This attribute is for internal use only.
 void setOverflowX(String overflowX)
          This attribute is for internal use only.
 void setOverflowY(String overflowY)
          This attribute is for internal use only.
 void setPaddingBottom(String paddingBottom)
          This attribute is for internal use only.
 void setPaddingLeft(String paddingLeft)
          This attribute is for internal use only.
 void setPaddingRight(String paddingRight)
          This attribute is for internal use only.
 void setPaddingTop(String paddingTop)
          This attribute is for internal use only.
 

Method Detail

setBorderLeft

void setBorderLeft(String borderLeft)
This attribute is for internal use only.

Parameters:
borderLeft - The left border which is needed by some containers (e. g. a box).

setBorderRight

void setBorderRight(String borderRight)
This attribute is for internal use only.

Parameters:
borderRight - The right border which is needed by some containers (e. g. a box).

setBorderTop

void setBorderTop(String borderTop)
This attribute is for internal use only.

Parameters:
borderTop - The top border which is needed by some containers (e. g. a box).

setBorderBottom

void setBorderBottom(String borderBottom)
This attribute is for internal use only.

Parameters:
borderBottom - The bottom border which is needed by some containers (e. g. a box).

setPaddingLeft

void setPaddingLeft(String paddingLeft)
This attribute is for internal use only.

Parameters:
paddingLeft - The left padding which is needed by some containers (e. g. a box).

setPaddingRight

void setPaddingRight(String paddingRight)
This attribute is for internal use only.

Parameters:
paddingRight - The right padding which is needed by some containers (e. g. a box).

setPaddingTop

void setPaddingTop(String paddingTop)
This attribute is for internal use only.

Parameters:
paddingTop - The top padding which is needed by some containers (e. g. a box).

setPaddingBottom

void setPaddingBottom(String paddingBottom)
This attribute is for internal use only.

Parameters:
paddingBottom - The bottom padding which is needed by some containers (e. g. a box).

setOverflowX

void setOverflowX(String overflowX)
This attribute is for internal use only.

Parameters:
overflowX - Does the component need a horizontal scollbar.

setOverflowY

void setOverflowY(String overflowY)
This attribute is for internal use only.

Parameters:
overflowY - Does the component need a vertical scollbar.


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.