|
||||||||||
| 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.
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 |
| Method Detail |
|---|
int getItemWidth()
Fisheye.
void setItemWidth(int itemwd)
throws WrongValueException
Fisheye.
WrongValueExceptionint getItemHeight()
Fisheye.
void setItemHeight(int itemhgh)
throws WrongValueException
Fisheye.
WrongValueExceptionint getItemMaxWidth()
Fisheye.
void setItemMaxWidth(int itemmaxwd)
throws WrongValueException
Fisheye.
WrongValueExceptionint getItemMaxHeight()
Fisheye.
void setItemMaxHeight(int itemmaxhgh)
throws WrongValueException
Fisheye.
WrongValueExceptionint getItemPadding()
Fisheye.
void setItemPadding(int itemPadding)
throws WrongValueException
Fisheye.
WrongValueExceptionjava.lang.String getOrient()
Fisheye.
void setOrient(java.lang.String orient)
throws WrongValueException
Fisheye.
WrongValueExceptionjava.lang.String getAttachEdge()
Default: center
void setAttachEdge(java.lang.String attachEdge)
throws WrongValueException
WrongValueExceptionjava.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 | |||||||||