|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
org.zkoss.zul.Window
org.adempiere.webui.component.Window
org.adempiere.webui.component.Messagebox
public class Messagebox
Messagebox : Replaces ZK's Messagebox
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.zul.Window |
|---|
Window.ExtraCtrl |
| Field Summary | |
|---|---|
static int |
ABORT
A Abort button. |
static int |
CANCEL
A Cancel button. |
static String |
ERROR
A symbol consisting of a white X in a circle with a red background. |
static String |
EXCLAMATION
A symbol consisting of an exclamation point in a triangle with a yellow background. |
static int |
IGNORE
A IGNORE button. |
static String |
INFORMATION
A symbol of a lowercase letter i in a circle. |
static int |
NO
A No button. |
static String |
NONE
Contains no symbols. |
static int |
OK
A OK button. |
static String |
QUESTION
A symbol consisting of a question mark in a circle. |
static int |
RETRY
A Retry button. |
static int |
YES
A Yes button. |
| Fields inherited from class org.adempiere.webui.component.Window |
|---|
MODE_EMBEDDED, MODE_MODAL, MODE_OVERLAPPED, MODE_POPUP |
| Fields inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
|---|
RS_NO_DISPLAY, RS_NO_HEIGHT, RS_NO_WIDTH |
| Fields inherited from interface org.zkoss.zk.ui.Component |
|---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
| Constructor Summary | |
|---|---|
Messagebox()
|
|
| Method Summary | |
|---|---|
void |
onEvent(Event event)
|
int |
show(String message,
String title,
int buttons,
String icon)
|
static int |
showDialog(String message,
String title,
int buttons,
String icon)
|
| Methods inherited from class org.zkoss.zul.Window |
|---|
clone, doEmbedded, doHighlighted, doModal, doOverlapped, doPopup, getBorder, getCaption, getContentSclass, getContentStyle, getDefaultActionOnShow, getMode, getOuterAttrs, getPosition, getRealStyle, getSclass, getTitle, getTitleSclass, inEmbedded, inHighlighted, inModal, inOverlapped, inPopup, insertBefore, isClosable, isSizable, newExtraCtrl, onChildRemoved, onClose, onModal, setBorder, setClosable, setContentSclass, setContentStyle, setDefaultActionOnShow, setDraggable, setMode, setMode, setPage, setParent, setPosition, setSclass, setSizable, setTitle, setVisible |
| Methods inherited from class org.zkoss.zul.impl.XulElement |
|---|
getAction, getActionAttrs, getAllOnClickAttrs, getContext, getCtrlKeys, getInnerAttrs, getPopup, getTooltip, setAction, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent |
|---|
focus, getAllOnClickAttrs, getDraggable, getDroppable, getHeight, getLeft, getRealSclass, getRealStyleFlags, getStyle, getTooltiptext, getTop, getWidth, getZIndex, setClass, setDroppable, setFocus, setHeight, setLeft, setStyle, setTooltiptext, setTop, setWidth, setZIndex |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.zkoss.zk.ui.IdSpace |
|---|
getFellow, getFellowIfAny, getFellows |
| Field Detail |
|---|
public static final int OK
public static final int CANCEL
public static final int YES
public static final int NO
public static final int ABORT
public static final int RETRY
public static final int IGNORE
public static final String QUESTION
public static final String EXCLAMATION
public static final String INFORMATION
public static final String ERROR
public static final String NONE
| Constructor Detail |
|---|
public Messagebox()
| Method Detail |
|---|
public int show(String message,
String title,
int buttons,
String icon)
throws InterruptedException
InterruptedException
public static int showDialog(String message,
String title,
int buttons,
String icon)
throws InterruptedException
InterruptedException
public void onEvent(Event event)
throws Exception
onEvent in interface EventListenerException
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||