@Component(tag="popup", widgetClass="Popup", content=AS_CHILD, parentTag="*", childTag=@Component.ChildTag(value="*"), description="A container component that be displayed at a selected location.") public class Popup extends BaseComponent implements INamespace
BaseComponent.ComponentReference<T extends BaseComponent>, BaseComponent.SubComponentlog| Constructor and Description |
|---|
Popup() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the popup.
|
void |
open(BaseComponent reference)
Opens the popup over the reference component.
|
void |
open(BaseComponent reference,
String my,
String at)
Opens the popup relative to the reference component.
|
_attach, _initProps, addChild, addChild, addChild, addChildren, addComposite, addEventForward, addEventForward, addEventForward, addEventForward, addEventListener, addEventListener, addEventListener, addEventListener, afterAddChild, afterRemoveChild, afterSetParent, areEqual, beforeAddChild, beforeRemoveChild, beforeSetParent, bind, bringToFront, defaultify, destroy, destroyChildren, detach, detachChildren, finalize, findAllNamed, findAttribute, findByName, findByName, findChildByData, findChildByLabel, fireEvent, fireEvent, fireEventToClient, fireEventToClient, getAncestor, getAncestor, getAttribute, getAttribute, getAttributes, getChild, getChildAt, getChildCount, getChildCount, getChildren, getChildren, getContent, getController, getControllers, getData, getData, getDefinition, getFirstChild, getId, getIndex, getLastChild, getLastController, getName, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, hasChildren, hasEventListener, hasEventListener, invoke, invoke, invoke, invoke, invoke, invokeIfAttached, isAncestor, isContainer, isContentSynced, isDead, isNamespace, isRendered, loadModule, loadModule, notifyAncestors, notifyDescendants, nullify, onAttach, onDestroy, propertyChange, propertyChange, removeChild, removeEventForward, removeEventForward, removeEventForward, removeEventForward, removeEventListener, removeEventListener, removeEventListener, removeEventListener, setContent, setContentSynced, setData, setIndex, setName, setNamespace, setParent, sub, swapChildren, sync, toString, trimify, validate, validate, validateChild, validateIsChild, validateName, validatePage, validateParent, wireController, wireControllerclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waittransformForClientgetAttribute, hasAttribute, removeAttribute, setAttributepublic void open(BaseComponent reference)
reference - The reference component.public void open(BaseComponent reference, String my, String at)
reference - The reference component.my - Reference position on the popup.at - Reference position on the reference component.public void close()
Copyright © 2018 Fujion Framework. All rights reserved.