public class UIElementToolbar extends UIElementZKBase
autoEnable, autoHide, log, maxChildren| Constructor and Description |
|---|
UIElementToolbar() |
UIElementToolbar(org.zkoss.zul.Toolbar toolbar) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToolbarComponent(org.zkoss.zk.ui.Component component,
String action)
Adds a component to the toolbar.
|
protected void |
afterAddChild(UIElementBase child)
Called after a child is logically added to the parent.
|
protected void |
beforeAddChild(UIElementBase child)
Called before a child is logically added to the parent.
|
org.zkoss.zul.Toolbar |
getToolbar() |
activate, afterMoveTo, applyColor, applyHint, associateComponent, bind, createFromTemplate, createFromTemplate, createFromTemplate, editProperties, fullSize, getAssociatedUIElement, getEnableDesignModeMask, getInnerComponent, getOuterComponent, getParent, getTemplateUrl, hasVisibleElements, moveChild, setDesignContextMenu, setDesignContextMenu, setDesignMode, setEnableDesignModeMask, setInnerComponent, setOuterComponent, swapChildren, unbind, updateVisibilityabout, activateChildren, addChild, addChild, afterInitialize, afterParentChanged, afterRemoveChild, applyColor, applyHint, beforeInitialize, beforeParentChanged, beforeRemoveChild, bringToFront, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, destroy, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildren, getColor, getDefinition, getDisplayName, getEventManager, getFirstChild, getFirstVisibleChild, getHint, getIndex, getInstanceName, getLastChild, getLastVisibleChild, getNextSibling, getPropEditClass, getRejectReason, getRoot, getSerializableChildren, hasAncestor, hasChild, indexOfChild, isActivated, isContainer, isDesignMode, isEnabled, isLocked, isVisible, raise, raise, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setColor, setDefinition, setDefinition, setEnabled, setHint, setIndex, setLocked, setParent, setRejectReason, setVisible, updateParentState, updateState, updateVisibilitypublic UIElementToolbar()
public UIElementToolbar(org.zkoss.zul.Toolbar toolbar)
public org.zkoss.zul.Toolbar getToolbar()
public void addToolbarComponent(org.zkoss.zk.ui.Component component,
String action)
component - Component to add. If the component is a toolbar itself, its children will be
added to the toolbar.action - The action to associate with the component.protected void beforeAddChild(UIElementBase child)
UIElementBasebeforeAddChild in class UIElementBasechild - The new child element.protected void afterAddChild(UIElementBase child)
UIElementBaseafterAddChild in class UIElementBasechild - The child element added.Copyright © 2016 Regenstrief Center for Biomedical Informatics. All rights reserved.