|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public LayoutContainerAccessor
Interface representing a LayoutContainerAccessor. Reserved layout container paramers: "w" : the reserved parameter for layout container width.
Method Summary | |
---|---|
String |
getID()
Returns the id of the layout container |
Object |
getSize()
Returns the size of the required layout container |
LayoutContainerAccessor |
setSize(String width)
Set the size of a layout container |
Boolean |
confirmSetSize(String width)
Confirms whether it's possible or not to set the layout container to the new width and height |
Method Detail |
---|
String getID()
Object getSize()
{
w:"70%"}
LayoutContainerAccessor setSize(String width)
width
-
The width of the layout container
null
upon failure.Boolean confirmSetSize(String width)
width
-
The width of the layout container
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |