|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegionContainer
A RegionContainer contains a row or column of Region objects or a frameset.
| Method Summary | |
|---|---|
java.lang.String |
getEmptyRowPosition()
Return the position of the empty row (framesets). |
Grid |
getGrid()
Return the contained Grid (if it is a frameset). |
java.lang.String |
getHtmlAttributes()
Return the table attributes fot the html table representation of the contained Grid. |
Layout |
getLayout()
Return Layout of this RegionContainer. |
Region |
getParent()
Return parent Region. |
Region[] |
getRegions()
Return the regions in this RegionContainer. |
boolean |
isFrameSet()
Return true if this RegionContainer contains a frameset. |
boolean |
isHorizontal()
Return true if this RegionContainer contains a row of Regions, or false if it contains a column of Regions. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
Grid getGrid()
boolean isHorizontal()
boolean isFrameSet()
Region[] getRegions()
java.lang.String getHtmlAttributes()
java.lang.String getEmptyRowPosition()
Region getParent()
Layout getLayout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||