public class Fisheyebar
extends org.zkoss.zul.impl.XulElement
Fisheye that is a menu similar to the fish
eye menu on the Mac OS.
Available in ZK PE and ZK EE.
Default getZclass(): z-fisheyebar.
| Constructor and Description |
|---|
Fisheyebar() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeChildAdded(org.zkoss.zk.ui.Component child,
org.zkoss.zk.ui.Component refChild) |
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. |
String |
getZclass() |
protected void |
renderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer) |
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. |
clone, getContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setContextAttributes, setCtrlKeys, setPopup, setPopup, setPopupAttributes, setTooltip, setTooltip, setTooltipAttributesaddSclass, evalCSSFlex, focus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, removeSclass, removeSclass, service, setAction, setClass, setDraggable, setDroppable, setFocus, setHeight, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth, setWidth0, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectlyaddAnnotation, addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildRemoved, beforeParentChanged, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, enableBindingAnnotation, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, insertBefore, invalidate, invalidatePartial, isChildable, isInitialized, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, onPageAttached, onPageDetached, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisible, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerializepublic int getItemWidth()
Fisheye.public void setItemWidth(int itemwd)
throws org.zkoss.zk.ui.WrongValueException
Fisheye.org.zkoss.zk.ui.WrongValueExceptionpublic int getItemHeight()
Fisheye.public void setItemHeight(int itemhgh)
throws org.zkoss.zk.ui.WrongValueException
Fisheye.org.zkoss.zk.ui.WrongValueExceptionpublic int getItemMaxWidth()
Fisheye.public void setItemMaxWidth(int itemmaxwd)
throws org.zkoss.zk.ui.WrongValueException
Fisheye.org.zkoss.zk.ui.WrongValueExceptionpublic int getItemMaxHeight()
Fisheye.public void setItemMaxHeight(int itemmaxhgh)
throws org.zkoss.zk.ui.WrongValueException
Fisheye.org.zkoss.zk.ui.WrongValueExceptionpublic int getItemPadding()
Fisheye.public void setItemPadding(int itemPadding)
throws org.zkoss.zk.ui.WrongValueException
Fisheye.org.zkoss.zk.ui.WrongValueExceptionpublic void setOrient(String orient) throws org.zkoss.zk.ui.WrongValueException
Fisheye.
Allowed values: horizontal, verticalorg.zkoss.zk.ui.WrongValueExceptionpublic String getAttachEdge()
Default: center
public void setAttachEdge(String attachEdge) throws org.zkoss.zk.ui.WrongValueException
Note, "left","right" apply for getOrient() is "vertical"
org.zkoss.zk.ui.WrongValueExceptionpublic String getLabelEdge()
Default: bottom
public void setLabelEdge(String labelEdge) throws org.zkoss.zk.ui.WrongValueException
Note, "left","right" apply for getOrient() is "vertical"
org.zkoss.zk.ui.WrongValueExceptionpublic String getZclass()
getZclass in class org.zkoss.zk.ui.HtmlBasedComponentpublic void beforeChildAdded(org.zkoss.zk.ui.Component child,
org.zkoss.zk.ui.Component refChild)
beforeChildAdded in interface org.zkoss.zk.ui.sys.ComponentCtrlbeforeChildAdded in class org.zkoss.zk.ui.AbstractComponentprotected void renderProperties(org.zkoss.zk.ui.sys.ContentRenderer renderer)
throws IOException
renderProperties in class org.zkoss.zul.impl.XulElementIOExceptionCopyright © 2024. All rights reserved.