Class PopupPanel
java.lang.Object
javaforce.webui.Component
javaforce.webui.Container
javaforce.webui.Panel
javaforce.webui.PopupPanel
- Direct Known Subclasses:
ColorChooserPopup,GetTextPopup,KeyPad,MessagePopup,TextAreaPopup,TextFieldPopup
-
Nested Class Summary
Nested classes/interfaces inherited from class javaforce.webui.Component
Component.Event -
Field Summary
Fields inherited from class javaforce.webui.Component
ArrayType, attrs, AUTO, backclr, borderclr, BOTTOM, CENTER, classes, client, clr, DRAG_EW, DRAG_MOVE, DRAG_NESW, DRAG_NS, DRAG_NWSE, events, height, HIDDEN, HORIZONTAL, id, LEFT, name, parent, RIGHT, SCROLL, styles, TOP, VERTICAL, VISIBLE, width, x, y -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhtml()Returns HTML to render component.booleanisPopup()voidsetClient(WebUIClient client) Provides the client (connection to web browser side) and init other variables.voidsetModal(boolean state) Modal windows block all other windows underneath it.voidsetOnClose(Runnable onClose) voidvoidsetTitleBarSize(int sz) voidsetVisible(boolean state) Methods inherited from class javaforce.webui.Panel
getOverflow, init, onLoaded, setOverflowMethods inherited from class javaforce.webui.Container
add, add, count, events, get, get, getAll, getComponent, remove, remove, removeAll, setMethods inherited from class javaforce.webui.Component
action, addActionListener, addAttr, addChangedListener, addClass, addClickListener, addEvent, addKeyDownListener, addKeyDownListenerPreventDefault, addKeyUpListener, addKeyUpListenerPreventDefault, addLoadedListener, addMouseDownListener, addMouseEnterListener, addMouseMoveListener, addMouseUpListener, addMovedListener, addResizedListener, addValidateListener, addVisibleListener, click, decode, dispatchEvent, enableDragging, encode, getAttrs, getBackColor, getBorderColor, getClient, getColor, getEvents, getHeight, getID, getName, getParent, getProperty, getStyle, getTopParent, gettransform, gettransformorigin, getWidth, getX, getY, hasAttr, hasClass, hasStyle, initInvisible, isLoaded, isVisible, onChanged, onClick, onDrawRect, onDrawRect, onEvent, onKeyDown, onKeyUp, onMouseDown, onMouseEnter, onMouseMove, onMouseUp, onPos, onPosSize, onSize, removeAttr, removeClass, removeStyle, requestPos, requestPosSize, requestSize, sendData, sendEvent, sendOnResize, setAlign, setAutoHeight, setAutoWidth, setBackColor, setBorder, setBorderColor, setBorderGray, setClass, setColor, setDisabled, setFlex, setFocus, setFontSize, setHeight, setMaxHeight, setMaxWidth, setName, setPosition, setProperty, setReadonly, setrotate, setscale, setSize, setStyle, settransform, settransformorigin, settransformorigin, settranslate, setVerticalAlign, setWidth, toString, validate
-
Constructor Details
-
PopupPanel
-
-
Method Details
-
setModal
public void setModal(boolean state) Modal windows block all other windows underneath it. -
setOnClose
-
html
-
setVisible
public void setVisible(boolean state) - Overrides:
setVisiblein classComponent
-
setClient
Description copied from class:ComponentProvides the client (connection to web browser side) and init other variables. -
setTitleBarSize
public void setTitleBarSize(int sz) -
setTitle
-
isPopup
-