public class ButtonPromptAdapter extends CommonAdapter implements com.softwareag.cis.server.IDynamicAccess
DT_BARS, DT_LINES, DT_POINTS, FIELD_BOTHIDANDTEXT, FIELD_ONLYID, FIELD_ONLYTEXT, MLMSG, MT_ERROR, MT_ERROR_MULTILINE, MT_SUCCESS, MT_SUCCESS_MULTILINE, MT_WARNING, MT_WARNING_MULTILINE, POP_POS_CLICK
Constructor and Description |
---|
ButtonPromptAdapter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
findDynamicAccessProperties() |
java.lang.Class |
getClassForProperty(java.lang.String arg0) |
java.lang.String |
getMessage() |
java.lang.Object |
getPropertyValue(java.lang.String prop) |
void |
invokeMethod(java.lang.String method) |
static void |
openDialog(com.softwareag.cis.server.Adapter callingAdapter,
java.lang.String title,
java.lang.String msg,
AbstractButtonCommand[] buttons)
Opens dynamically generated dialog window with variable number of buttons.
|
void |
setPropertyValue(java.lang.String arg0,
java.lang.Object arg1) |
activate, addRecentlyProcessedAdapter, close, closePage, destroy, endProcess, executeDeferred, executeDeferred, executeEndProcess, executeIfAllowedToLooseFocus, executeNow, findKnownAdapters, findRelatedMenuExtensionId, getAdapter, getAdapterForSubSession, getApplicationContext, getBaseAdapter, getCurrentAdapters, getLocale, getLocale, getPreviousAdapter, getWorkplaceAdapter, handleErrorDuringGetPhase, handleErrorDuringInitPhase, handleErrorDuringInvokePhase, handleErrorDuringSetPhase, handleRefreshRequest, hasBeenActivated, isAlive, isClosed, isDeadAdapter, passivate, reactOnDataCollectionEnd, reactOnDataCollectionStart, reactOnDataTransferEnd, reactOnDataTransferStart, refreshTargetIfNeeded, registerActivity, removeKnownAdapter, switchToPage, unregisterActivity
addAccessPathExtension, addAdapterListener, addPagePopupCommand, appendHTMLToPageName, applyFilterDataCollection, checkIfAdapterExists, checkIfAdapterExists, checkIfAdapterExists, checkIfAdapterExists, checkIfInDevelopmentMode, checkIsPopupClosing, checkIsPopupOpening, closePagePopup, closePagePopupJS, closeTitleBarPopup, closeWindow, deserialize, findAccessPathExtensions, findAdapter, findAdapter, findAdapter, findAdapter, findAdapter, findAdapter, findAdapter, findAdapter, findAdapter, findAdapter, findAdapterForPage, findAdapterForPage, findAdapterId, findAdapterListener, findAdditionalAdaptersInRepsonse, findCISSessionContext, findCurrentlyProcessedAdapter, findCurrentlyProcessedMethod, findCurrentlyRequestedAdapter, findFilterDataCollection, findFunctionsLivingPopup, findHelpId, findHttpServletRequest, findHttpServletResponse, findInitParam, findInitParamMap, findInteractionObjectInfo, findPageApplication, findPageContextRoot, findPageFileName, findPagePixelHeight, findPagePixelWidth, findPageURL, findRepeatIndex, findSAMLArtifact, findServletContext, findSessionContext, findSessionId, findSubSessionContext, findSubsessionId, findValueRequestProperty, forcePageReload, getCISAddons, getCISContextMenuItems, getCISFIELDTextIdMode, getCISObjects1, getCloseWindow, getDateDisplay, getDecimalSeparator, getDisplayType, getFdiw, getForcePageReload, getFrameMessages, getIntPopupsEnabled, getIsDisplayTypeSWT, getLanguage, getMessageLongText, getMessageShortText, getMessageType, getNextPage, getNextPageId, getNextPagePopupCommands, getNextPopup, getNextPopupFeatures, getNextPopupId, getNextPopupMenuFeatures, getNextPopupModal, getNextPopupOnCloseMethod, getNextPopupOnCloseProperty, getNextPopupOnClosePropertyV, getNextPopupSessionId, getNextPopupSubsessionId, getNextPopupTitle, getPageName, getPagePopupCommands, getRefreshParent, getStyle, getTesttoolidhtml4, getTimeDisplay, getTimeZoneOffset, getXMLDataMode, includeAdapterInResponse, includeAdapterInResponse, includeAdapterInResponse, includeAdapterInResponse, includeWpActivitiesAdapterInResponse, includeWpActivitiesAdapterInResponse, includeWpWorkplaceAdapterInResponse, init, invokeMethodInTarget, isRunningInPopup, isSubPageRefresh, markSubPageAdapterForDestroy, markThisAdapterForDestroy, openCISPageInNewWindow, openCISPageInTarget, openCISPageInTarget, openCISPageInTarget, openIdValueCombo, openIdValueComboOrPopup, openIdValueHelp, openModelessPopup, openModelessPopup, openModelessPopup, openPageAndRestartSession, openPageInNewWindow, openPageInTarget, openPagePopup, openPagePopup, openPopup, openPopup, openPopupInDiv, openPopupInNewSubSession, outputMessage, outputMessage, outputMessage, processAsDefault, reactOnDataCollectionEndInternal, reactOnHelpRequestForHelpId, reactOnInvokePhaseEnd, reactOnInvokePhaseStart, reactOnMFWorkplaceActivityRestart, reactOnMFWorkplaceActivityStart, reactOnPopupClosedByUser, reactOnPopupMenuClosedByUser, reactOnRequestProcessingStart, reactonStatusBarHelpRequest, refreshParent, refreshScreenOccuranceOfAdapter, refreshScreenOccuranceOfAdapter, refreshScreenOccuranceOfAdapter, refreshTarget, removeAdapterListener, replaceLiteral, replaceLiteral, replaceLiteral, replaceLiteral, replaceLiteralFromProject, replaceLiteralFromProject, replaceLiteralFromProject, replaceLiteralFromProject, repointFocusInScreen, repointFocusInScreen, repointFocusInScreen, serialize, setAdapterName, setApplication, setCISubPageRefresh, setCurrentlyProcessedAdapter, setCurrentlyRequestedAdapter, setDateDisplay, setDecimalSeparator, setDisplayType, setInteractionAdapterId, setInteractionProcess, setIntPopupsEnabled, setIsPopup, setLanguage, setPageFileName, setPageInitParam, setPageInitParamMap, setPageName, setPagePixelHeight, setPagePixelWidth, setPageURL, setParam1, setParam2, setParam3, setPopupFeatures, setPopupFeatures, setPopupMenuFeatures, setPopupOnCloseMethod, setPopupTitle, setRepeatIndex, setStyle, setTimeDisplay, setTimeZoneOffset, setTraceCheckValue, setXMLDataMode, showPopupMenu, showPopupMenu, sizeTarget, switchScreenOccuranceOfSubsession, switchToNextActivity, switchToPage, switchToPreviousActivity
public static void openDialog(com.softwareag.cis.server.Adapter callingAdapter, java.lang.String title, java.lang.String msg, AbstractButtonCommand[] buttons)
callingAdapter
- - Used for retrieving an instance of ButtonPromptAdapter
which will be handling the dialog window.title
- - The title of the window.msg
- - The message of the window.buttons
- - Array of commands on basis of which respective button will be rendered.public java.lang.String getMessage()
public java.lang.String[] findDynamicAccessProperties()
findDynamicAccessProperties
in interface com.softwareag.cis.server.IDynamicAccess
IDynamicAccess.findDynamicAccessProperties()
public java.lang.Class getClassForProperty(java.lang.String arg0)
getClassForProperty
in interface com.softwareag.cis.server.IDynamicAccess
IDynamicAccess.getClassForProperty(java.lang.String)
public void setPropertyValue(java.lang.String arg0, java.lang.Object arg1)
setPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
IDynamicAccess.setPropertyValue(java.lang.String, java.lang.Object)
public java.lang.Object getPropertyValue(java.lang.String prop)
getPropertyValue
in interface com.softwareag.cis.server.IDynamicAccess
IDynamicAccess.getPropertyValue(java.lang.String)
public void invokeMethod(java.lang.String method)
invokeMethod
in interface com.softwareag.cis.server.IDynamicAccess
IDynamicAccess.invokeMethod(java.lang.String)