org.zkoss.zkex.zul.api
Interface Fisheyebar

All Superinterfaces:
java.lang.Cloneable, Component, HtmlBasedComponent, Scope, java.io.Serializable, XulElement
All Known Implementing Classes:
Fisheyebar

public interface Fisheyebar
extends XulElement

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.

Since:
3.5.0
Author:
jumperchen

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.Component
addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, clone, containsVariable, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getChildren, getDefinition, getDesktop, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getUuid, getVariable, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setId, setMold, setPage, setPageBefore, setParent, setVariable, setVisible, setWidgetListener, setWidgetOverride, unsetVariable
 
Methods inherited from interface org.zkoss.zk.ui.ext.Scope
addScopeListener, getAttribute, hasAttribute, removeAttribute, removeScopeListener, setAttribute
 

Method Detail

getItemWidth

int getItemWidth()
Returns the item width of Fisheye.


setItemWidth

void setItemWidth(int itemwd)
                  throws WrongValueException
Sets the item width of Fisheye.

Throws:
WrongValueException

getItemHeight

int getItemHeight()
Returns the item height of Fisheye.


setItemHeight

void setItemHeight(int itemhgh)
                   throws WrongValueException
Sets the item height of Fisheye.

Throws:
WrongValueException

getItemMaxWidth

int getItemMaxWidth()
Returns the item maximal width of Fisheye.


setItemMaxWidth

void setItemMaxWidth(int itemmaxwd)
                     throws WrongValueException
Sets the item maximal width of Fisheye.

Throws:
WrongValueException

getItemMaxHeight

int getItemMaxHeight()
Returns the item maximal height of Fisheye.


setItemMaxHeight

void setItemMaxHeight(int itemmaxhgh)
                      throws WrongValueException
Sets the item maximal height of Fisheye.

Throws:
WrongValueException

getItemPadding

int getItemPadding()
Returns the item padding of Fisheye.


setItemPadding

void setItemPadding(int itemPadding)
                    throws WrongValueException
Sets the item padding of Fisheye.

Throws:
WrongValueException

getOrient

java.lang.String getOrient()
Returns the orientation of Fisheye.


setOrient

void setOrient(java.lang.String orient)
               throws WrongValueException
Sets the orientation of Fisheye.

Throws:
WrongValueException

getAttachEdge

java.lang.String getAttachEdge()
Returns the attach edge.

Default: center


setAttachEdge

void setAttachEdge(java.lang.String attachEdge)
                   throws WrongValueException
Returns the attach edge.

Throws:
WrongValueException

getLabelEdge

java.lang.String getLabelEdge()
Returns the label edge.

Default: bottom


setLabelEdge

void setLabelEdge(java.lang.String labelEdge)
                  throws WrongValueException
Returns the label edge.

Throws:
WrongValueException


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo