public class DialogBoxFlow extends ABndsFlow
IFlow well suited for modal simple dialog box (the one with a
message and some common buttons).Flow.AsDialogFlow, Flow.AsFlowComponent, Flow.AsFlowState| Constructor and Description |
|---|
DialogBoxFlow(IRenderer renderer)
Deprecated.
|
DialogBoxFlow(IRenderer renderer,
DialogIconEnum icon) |
DialogBoxFlow(java.lang.String msg,
DialogIconEnum icon,
IDialogResult... actions) |
DialogBoxFlow(java.lang.String msg,
IDialogResult... actions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionsForm |
getActionsForm() |
IForm |
getForm(java.lang.String id)
The expected id is "actions".
|
int |
getImageHeight() |
java.lang.String |
getImagePath() |
int |
getImageWitdh() |
java.lang.String |
getMessage() |
getLastActiveForm, setRequestProcessor, setRequestProcessorasComponent, asDialog, asState, dump, ensureStartup, getComponent, getComponentMap, getCurrentDialog, getCurrentState, getCurrentSystemDialog, getFlow, getFlowPersonality, getFocusCandidateName, getId, getLastActiveFieldName, getLastActiveFormName, getParent, getPopup, getPreviousState, getState, getStateMap, isEnded, isInErrorState, isStarted, modalDialog, popup, popup, popup, processFieldEvent, processGet, processSubmit, publishEvent, render, restartIfEnded, setComponentListener, setStateMapper, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitasComponent, asDialog, asState, ensureStartup, getCurrentState, getFlowPersonality, getFocusCandidateName, getLastActiveFieldName, getLastActiveFormName, getPreviousState, getState, restartIfEnded@Deprecated public DialogBoxFlow(IRenderer renderer)
public DialogBoxFlow(IRenderer renderer, DialogIconEnum icon)
@Deprecated
public DialogBoxFlow(java.lang.String msg,
IDialogResult... actions)
public DialogBoxFlow(java.lang.String msg,
DialogIconEnum icon,
IDialogResult... actions)
public final java.lang.String getMessage()
public final ActionsForm getActionsForm()
public IForm getForm(java.lang.String id)
public final java.lang.String getImagePath()
public final int getImageWitdh()
public final int getImageHeight()