public class StandardDialog extends RemoteUserInterface
appearanceModifiablePool, appellation, buildDone, confirmationMatter, contextInfo, dependencies, infoMatter, isToRenew, popupBuilders, presentMessageInDialogIfRepeated, remoteContents, remoteContentsExceptionallyToSetValues, sessionData
Constructor and Description |
---|
StandardDialog(SessionData sessionData,
java.lang.String title,
java.lang.String[] infoLines,
Callback callbackIfConfirmed)
Causes a standard dialog to present information and ask for user's confirmation.
|
StandardDialog(SessionData sessionData,
java.lang.String title,
java.util.Vector<java.lang.String> infoLines)
Causes a standard dialog to present information.
|
StandardDialog(SessionData sessionData,
java.lang.String title,
java.util.Vector<java.lang.String> infoLines,
Callback callbackIfConfirmed)
Causes a standard dialog to present information and ask for user's confirmation.
|
Modifier and Type | Method and Description |
---|---|
void |
buildRemoteView(ToAppletWriter out)
Build remote view.
|
static void |
generalConfirme(SessionData sessionData,
java.lang.String title,
java.lang.String[] infoLines,
Callback callbackIfConfirmed)
Show a confirm dialog.
|
static void |
generalConfirme(SessionData sessionData,
java.lang.String title,
java.util.Vector<java.lang.String> infoLines,
Callback callbackIfConfirmed) |
static void |
presentText(SessionData sessionData,
java.lang.String[] infoLines) |
static void |
presentText(SessionData sessionData,
java.lang.String[] infoLines,
Callback callbackWhenAcknowledged) |
void |
process(GeneralizedRequest request) |
addDependency, addDependency, associateDefaultButtonToInputField, destroy, fetchValuesFromRequest, free, getAppellation, getAppResStr, getConcerning, getContextInfo, getElementID, getInstance, getMessageSetSize, getTabId, getTabLabel, getTranslation, hasVeto, isVisible, register, register, registerRemotable, setAppellation, setElementID, setMessage, setMessageToKeep, setMessageToKeep, setMessageToKeep, setMessageToKeep, setMessageToKeep, setSoundToPlay, setTitle, setToolTipText, setToRenewToTrue, setVisible
public StandardDialog(SessionData sessionData, java.lang.String title, java.util.Vector<java.lang.String> infoLines)
sessionData
- session datatitle
- the title of the dialog windowinfoLines
- the lines to presentpublic StandardDialog(SessionData sessionData, java.lang.String title, java.util.Vector<java.lang.String> infoLines, Callback callbackIfConfirmed)
sessionData
- session datatitle
- the title of the dialog windowcallbackIfConfirmed
- the callback to be called in case of user's confirmationpublic StandardDialog(SessionData sessionData, java.lang.String title, java.lang.String[] infoLines, Callback callbackIfConfirmed)
sessionData
- session datatitle
- the title of the dialog windowcallbackIfConfirmed
- the callback to be called in case of user's confirmationpublic static void generalConfirme(SessionData sessionData, java.lang.String title, java.util.Vector<java.lang.String> infoLines, Callback callbackIfConfirmed)
public static void generalConfirme(SessionData sessionData, java.lang.String title, java.lang.String[] infoLines, Callback callbackIfConfirmed)
sessionData
- the session datatitle
- the title of the dialoginfoLines
- the information lines to show while asking user to confirmcallbackIfConfirmed
- the callback to call back if user confirmedto cause a refresh of depending tabs
public static void presentText(SessionData sessionData, java.lang.String[] infoLines)
public static void presentText(SessionData sessionData, java.lang.String[] infoLines, Callback callbackWhenAcknowledged)
public void buildRemoteView(ToAppletWriter out)
AppletTalker
buildRemoteView
in interface AppletTalker
buildRemoteView
in class RemoteUserInterface
out
- the writer which will be read by the appletpublic void process(GeneralizedRequest request)
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de