Uses of Class
com.softwareag.mdm.ui.UIResponseContext

Packages that use UIResponseContext
com.softwareag.mdm.ui Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager.  
 

Uses of UIResponseContext in com.softwareag.mdm.ui
 

Methods in com.softwareag.mdm.ui that return UIResponseContext
 UIResponseContext UIResponseContext.add(String aString)
          Writes a string to the HTTP output stream.
 UIResponseContext UIResponseContext.add(int integer)
          This writes an int to the HTTP output stream.
 UIResponseContext UIResponseContext.add_cr(String aString)
          Writes a String to the HTTP output stream and adds a carriage return to the HTML source at the end.
 UIResponseContext UIResponseContext.jsBufferAddJavaScriptExpression(String aJavaScriptExpression)
          Adds a javascript expression to javascript writer.
 UIResponseContext UIResponseContext.jsBufferAddString(String aString)
          Adds a javascript expression to javascript writer.
 UIResponseContext UIResponseContext.jsBufferEndOfLine()
          Adds an end of line when adding content to javascript writer.
 UIResponseContext UIResponseContext.jsBufferInitalize()
          Initializes a javascript writer.
 UIResponseContext UIResponseContext.jsBufferNewLine()
          Continue adding content to javascript writer as a new line of js code
 UIResponseContext UIResponseContext.jsBufferReenable(boolean isJsBufferWritingModeTemporaryDisabled)
          Ensures javascript buffer writing mode must be re-enabled.
 

Methods in com.softwareag.mdm.ui with parameters of type UIResponseContext
static UIHttpManagerComponent UIHttpManagerComponent.createOnUIBeanContext(UIResponseContext aContext)
          Creates an instance of this class for calling webMethods Master Data Manager from a UI component context.
abstract  void UIBeanEditor.addForDisplay(UIResponseContext aResponse)
          Adds HTML or DHTML content to HTTP response.
abstract  void UIBeanEditor.addForEdit(UIResponseContext aResponse)
          Adds HTML or DHTML content to HTTP response.
abstract  void UIBeanEditor.addForPrint(UIResponseContext aResponse)
          Adds HTML or DHTML content to HTTP response.
 



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.