public class EntityHierarchyTreeBox extends AbstractBox<EntityHierarchyItem> implements MessageAware
_clearLink, _editLink, _novalueLink, _valueBox, L10N_BUTTON_CLEAR, L10N_BUTTON_CLICK_FOR_VALUE, L10N_BUTTON_EDIT| Constructor and Description |
|---|
EntityHierarchyTreeBox(PathMetadata pathMetadata) |
EntityHierarchyTreeBox(RenderElement renderElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMessageListener(MessageAware messageAware) |
void |
dispatchMessage(Message message) |
Set<MessageAware> |
getListeners() |
EntityHierarchyItem |
getRawValue() |
protected boolean |
isEmpty() |
protected void |
marshallEmptyValue() |
protected void |
marshallToString(EntityHierarchyItem value) |
protected void |
onEdit() |
void |
onEvent(org.zkoss.zk.ui.event.Event event) |
void |
processMessage(Message message) |
boolean |
removeMessageListener(MessageAware messageAware) |
void |
setRawValue(EntityHierarchyItem value) |
protected EntityHierarchyItem |
unmarshallToRawValue() |
getClearLink, getEditLink, getStyle, getTooltipLimit, getValueBox, onClear, setHideClearLink, setStyle, setTooltip, setTooltipLimitgetAlign, getHeights, getOrient, getPack, getSpacing, getWidths, getZclass, isHorizontal, isSizedByContent, isVertical, renderProperties, setAlign, setHeights, setOrient, setPack, setSizedByContent, setSpacing, setWidthsclone, getContext, getCtrlKeys, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltipfocus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, service, setAction, setClass, setDraggable, setDroppable, setFocus, setHeight, setHeightDirectly, setHflex, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setTooltiptext, setTop, setTopDirectly, setVflex, setWidth, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectlyaddAnnotation, addAnnotation, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addScopeListener, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildAdded, beforeChildRemoved, beforeParentChanged, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableClientUpdate, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getChildren, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getStubonly, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, onPageAttached, onPageDetached, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, removeScopeListener, render, render, render, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setTemplate, setVisible, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, willPassivate, willPassivate, willSerialize, willSerializepublic EntityHierarchyTreeBox(PathMetadata pathMetadata)
public EntityHierarchyTreeBox(RenderElement renderElement)
public boolean addMessageListener(MessageAware messageAware)
addMessageListener in interface MessageAwarepublic void dispatchMessage(Message message)
dispatchMessage in interface MessageAwarepublic Set<MessageAware> getListeners()
getListeners in interface MessageAwarepublic EntityHierarchyItem getRawValue()
getRawValue in interface RawValueBox<EntityHierarchyItem>getRawValue in class AbstractBox<EntityHierarchyItem>protected boolean isEmpty()
isEmpty in class AbstractBox<EntityHierarchyItem>protected void marshallEmptyValue()
marshallEmptyValue in class AbstractBox<EntityHierarchyItem>protected void marshallToString(EntityHierarchyItem value)
marshallToString in class AbstractBox<EntityHierarchyItem>protected void onEdit()
onEdit in class AbstractBox<EntityHierarchyItem>public void onEvent(org.zkoss.zk.ui.event.Event event)
throws Exception
onEvent in interface org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>onEvent in class AbstractBox<EntityHierarchyItem>Exceptionpublic void processMessage(Message message)
processMessage in interface MessageListenerpublic boolean removeMessageListener(MessageAware messageAware)
removeMessageListener in interface MessageAwarepublic void setRawValue(EntityHierarchyItem value)
setRawValue in interface RawValueBox<EntityHierarchyItem>setRawValue in class AbstractBox<EntityHierarchyItem>protected EntityHierarchyItem unmarshallToRawValue()
unmarshallToRawValue in class AbstractBox<EntityHierarchyItem>Copyright 2012-2013 Veniamin Isaias. All rights reserved.