|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zkex.menu.Fisheyebar
public class Fisheyebar
A fisheye bar is a bar of Fisheye that is a menu similar to the fish
eye menu on the Mac OS.
Default Widget.getZclass(): z-fisheyebar.
Available in ZK PE and EE
| 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 |
getAttachEdge()
Returns the attach edge. |
int |
getItemHeight()
Returns the item height of Fisheye. |
int |
getItemMaxHeight()
Returns the item maximal height of Fisheye. |
int |
getItemMaxWidth()
Returns the item maximal width of Fisheye. |
int |
getItemPadding()
Returns the item padding of Fisheye. |
int |
getItemWidth()
Returns the item width of Fisheye. |
String |
getLabelEdge()
Returns the label edge. |
String |
getOrient()
Returns the orientation of Fisheye. |
Map |
getProximitybox()
Returns the proximity box |
void |
setAttachEdge(String attachEdge)
Sets the attach edge. |
void |
setItemHeight(int itemhgh)
Sets the item height of Fisheye. |
void |
setItemMaxHeight(int itemmaxhgh)
Sets the item maximal height of Fisheye. |
void |
setItemMaxWidth(int itemmaxwd)
Sets the item maximal width of Fisheye. |
void |
setItemPadding(int itemPadding)
Sets the item padding of Fisheye. |
void |
setItemWidth(int itemwd)
Sets the item width of Fisheye. |
void |
setLabelEdge(String labelEdge)
Sets the label edge. |
void |
setOrient(String orient)
Sets the orientation of Fisheye. |
void |
syncAttr()
Synchronize the zk attributes |
| 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 void setItemWidth(int itemwd)
Fisheye.
itemwd - public int getItemWidth()
Fisheye.
public void setItemHeight(int itemhgh)
Fisheye.
itemhgh - public int getItemHeight()
Fisheye.
public void setItemMaxWidth(int itemmaxwd)
Fisheye.
itemmaxwd - public int getItemMaxWidth()
Fisheye.
public void setItemMaxHeight(int itemmaxhgh)
Fisheye.
itemmaxhgh - public int getItemMaxHeight()
Fisheye.
public void setItemPadding(int itemPadding)
Fisheye.
itemPadding - public int getItemPadding()
Fisheye.
public void setOrient(String orient)
Fisheye.
orient - public String getOrient()
Fisheye.
public void setAttachEdge(String attachEdge)
attachEdge - public String getAttachEdge()
Default: center
public void setLabelEdge(String labelEdge)
labelEdge - public String getLabelEdge()
Default: bottom
public Map getProximitybox()
public void syncAttr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||