|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zul.layout.LayoutRegion
zul.layout.Center
public class Center
A center region of a borderlayout.
Note: This component doesn't support the following method,
including setSplittable(boolean), setOpen(boolean),
setCollapsible(boolean), setMaxsize(int),
setMinsize(int), setHeight(String),
setWidth(String), getSize(), setSize(String),
and setVisible(boolean).
Default Widget.getZclass(): z-center.
| Field Summary |
|---|
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
String |
getPosition()
Returns Borderlayout.CENTER. |
String |
getSize()
The size can't be returned in this component. |
void |
setCmargins(String cmargins)
Center region can't be enabled the collapsed margin functionality. |
void |
setCollapsible(boolean collapsible)
Center region can't be enabled the collapse functionality. |
void |
setHeight(String height)
The height can't be specified in this component because its height is determined by other region components ( North or South). |
void |
setMaxsize(int maxsize)
Center region can't be enabled the maxsize. |
void |
setMinsize(int minsize)
Center region can't be enabled the minsize. |
void |
setOpen(boolean open)
Center region can't be closed. |
void |
setSize(String size)
The size can't be specified in this component. |
void |
setSplittable(boolean splittable)
Center region can't be enabled the split functionality. |
void |
setVisible(boolean visible)
This component can't be hidden. |
void |
setWidth(String width)
The width can't be specified in this component because its width is determined by other region components ( West or East). |
| Methods inherited from class zul.layout.LayoutRegion |
|---|
getBorder, getCmargins, getCurrentMargins_, getMargins, getMaxsize, getMinsize, getTitle, isAutoscroll, isCollapsible, isFlex, isOpen, isSplittable, setAutoscroll, setBorder, setFlex, setMargins, setTitle |
| Methods inherited from class zul.Widget |
|---|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getPosition()
Borderlayout.CENTER.
public void setHeight(String height)
North or South).
height - public void setWidth(String width)
West or East).
width - public void setVisible(boolean visible)
visible - public String getSize()
public void setSize(String size)
size - public void setCmargins(String cmargins)
setCmargins in class LayoutRegioncmargins - public void setSplittable(boolean splittable)
setSplittable in class LayoutRegionsplittable - public void setOpen(boolean open)
setOpen in class LayoutRegionopen - public void setCollapsible(boolean collapsible)
setCollapsible in class LayoutRegioncollapsible - public void setMaxsize(int maxsize)
setMaxsize in class LayoutRegionmaxsize - public void setMinsize(int minsize)
setMinsize in class LayoutRegionminsize -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||