public class DefaultValidationResultsPopup extends org.zkoss.zul.Window implements Cleanable, Initializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultValidationResultsPopup.HorizontalAlignment |
static class |
DefaultValidationResultsPopup.VerticalAlignment |
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_ON_HEIGHT_REQUEST |
AFTER_PAGE_ATTACHED, AFTER_PAGE_DETACHED| Constructor and Description |
|---|
DefaultValidationResultsPopup(ValidatableContainer container,
org.zkoss.zul.Listbox resultsList) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOkListener(org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener) |
void |
cleanup()
Cleans all references that will be no longer valid after component is detached from its parent.
|
protected void |
createComponents() |
protected String |
getConfirmationLabel() |
protected ValidatableContainer |
getContainer() |
DefaultValidationResultsPopup.HorizontalAlignment |
getHorizontalAlignment() |
JSONMapper |
getMapper() |
protected org.zkoss.zul.Listbox |
getResults() |
DefaultValidationResultsPopup.VerticalAlignment |
getVerticalAlignment() |
protected void |
handleCoordinates(PopupCoordinates coordinates) |
void |
initialize()
Initializes all references that may be needed during its lifetime.
|
protected void |
initializeComponents() |
protected void |
installListeners() |
protected void |
layoutComponents() |
protected void |
refreshPosition() |
protected void |
sendHeightRequestEvent() |
void |
setHorizontalAlignment(DefaultValidationResultsPopup.HorizontalAlignment horizontalAlignment) |
void |
setParent(org.zkoss.zk.ui.Component parent) |
void |
setVerticalAlignment(DefaultValidationResultsPopup.VerticalAlignment verticalAlignment) |
protected void |
showPopup() |
protected void |
updatePositionRelativelyToParent(String left,
String top) |
beforeChildAdded, clone, doEmbedded, doHighlighted, doModal, doOverlapped, doPopup, getBorder, getCaption, getContentSclass, getContentStyle, getDefaultActionOnShow, getMinheight, getMinwidth, getMode, getModeType, getPosition, getTitle, getZclass, inEmbedded, inHighlighted, inModal, inOverlapped, inPopup, insertBefore, isClosable, isCollapsible, isMaximizable, isMaximized, isMinimizable, isMinimized, isShadow, isSizable, onChildRemoved, onClose, onModal, onPageDetached, renderProperties, service, setBorder, setBorder, setClosable, setContentSclass, setContentStyle, setDefaultActionOnShow, setDraggable, setMaximizable, setMaximized, setMinheight, setMinimizable, setMinimized, setMinwidth, setMode, setMode, setMode, setPosition, setShadow, setSizable, setTitle, setTopmost, setVisiblegetContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setContextAttributes, setCtrlKeys, setPopup, setPopup, setPopupAttributes, setTooltip, setTooltip, setTooltipAttributesfocus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, setAction, setClass, 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, equals, 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, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onPageAttached, 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, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerializefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String EVENT_ON_HEIGHT_REQUEST
public DefaultValidationResultsPopup(ValidatableContainer container, org.zkoss.zul.Listbox resultsList)
protected void createComponents()
protected void layoutComponents()
protected void initializeComponents()
protected void installListeners()
public void initialize()
Initializable
Notice: if an object implements Cleanable also, then it is possible that Initializable.initialize() will be called
several times without calling Cleanable.cleanup().
initialize in interface Initializableprotected void handleCoordinates(PopupCoordinates coordinates)
public void setParent(org.zkoss.zk.ui.Component parent)
setParent in interface org.zkoss.zk.ui.ComponentsetParent in class org.zkoss.zk.ui.AbstractComponentpublic DefaultValidationResultsPopup.VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(DefaultValidationResultsPopup.VerticalAlignment verticalAlignment)
public DefaultValidationResultsPopup.HorizontalAlignment getHorizontalAlignment()
public void setHorizontalAlignment(DefaultValidationResultsPopup.HorizontalAlignment horizontalAlignment)
protected void refreshPosition()
protected void sendHeightRequestEvent()
public void cleanup()
Cleanable
Notice: if an object implements Initializable also, then it is possible that Cleanable.cleanup() will be called
several times without calling Initializable.initialize().
public void addOkListener(org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> eventListener)
protected void showPopup()
protected void updatePositionRelativelyToParent(String left, String top)
protected String getConfirmationLabel()
protected ValidatableContainer getContainer()
protected org.zkoss.zul.Listbox getResults()
public JSONMapper getMapper()
Copyright © 2018. All rights reserved.