|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fisheyebar
A fisheye bar is a bar of Fisheye
that is a menu similar to the fish
eye menu on the Mac OS.
Available in ZK PE and ZK EE.
Default Fisheyebar.getZclass()
: z-fisheyebar.
Field Summary |
---|
Fields inherited from interface org.zkoss.zk.ui.Component |
---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
Method Summary | |
---|---|
java.lang.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 . |
java.lang.String |
getLabelEdge()
Returns the label edge. |
java.lang.String |
getOrient()
Returns the orientation of Fisheye . |
void |
setAttachEdge(java.lang.String attachEdge)
Returns 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(java.lang.String labelEdge)
Returns the label edge. |
void |
setOrient(java.lang.String orient)
Sets the orientation of Fisheye . |
Methods inherited from interface org.zkoss.zul.impl.api.XulElement |
---|
getAction, getContext, getCtrlKeys, getPopup, getTooltip, setAction, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
Methods inherited from interface org.zkoss.zk.ui.api.HtmlBasedComponent |
---|
focus, getHeight, getLeft, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZclass, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndex |
Methods inherited from interface org.zkoss.zk.ui.ext.Scope |
---|
addScopeListener, getAttribute, hasAttribute, removeAttribute, removeScopeListener, setAttribute |
Method Detail |
---|
int getItemWidth()
Fisheye
.
void setItemWidth(int itemwd) throws WrongValueException
Fisheye
.
WrongValueException
int getItemHeight()
Fisheye
.
void setItemHeight(int itemhgh) throws WrongValueException
Fisheye
.
WrongValueException
int getItemMaxWidth()
Fisheye
.
void setItemMaxWidth(int itemmaxwd) throws WrongValueException
Fisheye
.
WrongValueException
int getItemMaxHeight()
Fisheye
.
void setItemMaxHeight(int itemmaxhgh) throws WrongValueException
Fisheye
.
WrongValueException
int getItemPadding()
Fisheye
.
void setItemPadding(int itemPadding) throws WrongValueException
Fisheye
.
WrongValueException
java.lang.String getOrient()
Fisheye
.
void setOrient(java.lang.String orient) throws WrongValueException
Fisheye
.
WrongValueException
java.lang.String getAttachEdge()
Default: center
void setAttachEdge(java.lang.String attachEdge) throws WrongValueException
WrongValueException
java.lang.String getLabelEdge()
Default: bottom
void setLabelEdge(java.lang.String labelEdge) throws WrongValueException
WrongValueException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |