|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Region
A Region is the content of a GridPart. A Grid consists of multiple GridParts. Each of these contains a Region which may either contain PageParts or another Grid.
Grid,
GridPart| Method Summary | |
|---|---|
java.lang.String |
getAlign()
Return horizontal alignment. |
Color |
getBackgroundColor()
Return background color. |
BackgroundImage |
getBackgroundImage()
Return background image. |
java.lang.String |
getClassName()
Return table css class name. |
Grid |
getGrid()
|
java.lang.String |
getHtmlAttributes()
Return table tag attributes. |
Layout |
getLayout()
Return layout to which this frame belongs. |
int |
getMarginHeight()
Return marginheight. |
int |
getMarginWidth()
Return margin width. |
PagePart[] |
getPageParts()
Return pageparts in the Region. |
RegionContainer |
getParent()
Return frameset that contains this Region. |
RegionContainer |
getRegionContainer()
Returns the region container for the region when a region is divided in more than one regions. |
java.lang.String |
getScrolling()
Return value for Region scrolling: yes|no|auto. |
java.lang.String |
getSize()
Return size. |
java.lang.String |
getVerticalAlign()
Return vertical align. |
boolean |
isForceSizeRegion()
Return true if size should be enforced explicitly. |
boolean |
isInlineFrame()
Return true if the Region is an iframe. |
boolean |
isNewTableRegion()
Return true if the Region contains a Grid. |
boolean |
isReSizable()
|
boolean |
isShowWhenEmpty()
|
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
Color getBackgroundColor()
BackgroundImage getBackgroundImage()
java.lang.String getHtmlAttributes()
Grid getGrid()
java.lang.String getAlign()
java.lang.String getVerticalAlign()
PagePart[] getPageParts()
boolean isNewTableRegion()
boolean isForceSizeRegion()
boolean isInlineFrame()
java.lang.String getClassName()
java.lang.String getSize()
RegionContainer getRegionContainer()
RegionContainer getParent()
int getMarginWidth()
int getMarginHeight()
java.lang.String getScrolling()
boolean isReSizable()
Layout getLayout()
boolean isShowWhenEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||