Uses of Interface
com.orchestranetworks.ui.UIJavaScriptWriter
-
Packages that use UIJavaScriptWriter Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.form This package allows customizing forms.com.orchestranetworks.ui.form.widget This package provides a library of user interface widgets.com.orchestranetworks.userservice A public API for user services. -
-
Uses of UIJavaScriptWriter in com.orchestranetworks.ui
Subinterfaces of UIJavaScriptWriter in com.orchestranetworks.ui Modifier and Type Interface Description interfaceUIAjaxContextEncapsulates an HTTP response so that an Ajax component is able to generate its part of the DHTML page.interfaceUIComponentWriterThis interface offers common user interface methods to create standard EBX® components.interfaceUIResponseContextDeprecated.From 5.8.0, please use the new APIUICustomWidgetinstead.interfaceUIServiceComponentWriterDeprecated.From release 6.0, this API is no longer supported.interfaceUITableFilterResponseContextEncapsulates an HTTP request in order to display a table filter.Methods in com.orchestranetworks.ui that return UIJavaScriptWriter Modifier and Type Method Description UIJavaScriptWriterUIJavaScriptWriter. addJS(String aJavaScriptCode)Adds some text to the JavaScript stream.UIJavaScriptWriterUIJavaScriptWriter. addJS_addResizeWorkspaceListener(String aFunctionName)Adds a JavaScript function to listen for workspace resizing.UIJavaScriptWriterUIJavaScriptWriter. addJS_cr()Adds a carriage return to the JavaScript stream.UIJavaScriptWriterUIJavaScriptWriter. addJS_cr(String aJavaScriptCode)Adds some text, then adds a carriage return to the JavaScript stream.UIJavaScriptWriterUIResponseContext. addJS_getNodeValue(Path aPath)Deprecated.Replaced byUIFormWriter.addJS_getNodeValue(Path)UIJavaScriptWriterUIJavaScriptWriter. addJS_openPreviewImage(String imageURL)Opens an image preview panel for the given image URL.UIJavaScriptWriterUIJavaScriptWriter. addJS_openPreviewImageFromVar(String varName)Opens an image preview panel from a JavaScriptvarcontaining the image URL.UIJavaScriptWriterUIJavaScriptWriter. addJS_setButtonDisabled(String buttonElement, String isDisabled)Disables or enables a button.UIJavaScriptWriterUIJavaScriptWriter. addJS_setExpandCollapseBlockExpanded(String expandCollapseBlockId, String isExpanded)Expands or collapses an expand/collapse block.UIJavaScriptWriterUIResponseContext. addJS_setNodeValue(String aVarName, Path aPath)Deprecated.Replaced byUIFormWriter.addJS_setNodeValue(String, Path)UIJavaScriptWriterUIJavaScriptWriter. addJS_setStateToToggleButton(String buttonElement, String state)Sets the state of a toggle button.UIJavaScriptWriterUIJavaScriptWriter. addJS_switchToPerspective(String aPerspectiveName)Changes the page of the highest EBX® frame to the specified perspective.UIJavaScriptWriterUIJavaScriptWriter. addJS_switchToPerspectiveAction(String aPerspectiveName, String aPerspectiveActionName)Changes the page of the highest EBX® frame to the specified perspective action. -
Uses of UIJavaScriptWriter in com.orchestranetworks.ui.form
Subinterfaces of UIJavaScriptWriter in com.orchestranetworks.ui.form Modifier and Type Interface Description interfaceUIFormPaneWriterEncapsulates an HTTP response so that a form layout is able to generate its part of the page, including the building of standard model-driven widgets.interfaceUIFormWriterThis interface offers methods useful to create standard EBX® forms.Methods in com.orchestranetworks.ui.form that return UIJavaScriptWriter Modifier and Type Method Description UIJavaScriptWriterUIFormWriter. addJS_getNodeValue(Path aPath)Adds JavaScript code to get the current value of a node, as set in the form.UIJavaScriptWriterUIFormWriter. addJS_hideTab(String tabId)Hides theUIFormPaneWithTabs.Tabhaving the specified identifier.UIJavaScriptWriterUIFormWriter. addJS_setNodeValue(String aVarName, Path aPath)Adds JavaScript code to set the value of a node from a JavaScript variable.UIJavaScriptWriterUIFormWriter. addJS_showTab(String tabId)Shows theUIFormPaneWithTabs.Tabhaving the specified identifier. -
Uses of UIJavaScriptWriter in com.orchestranetworks.ui.form.widget
Subinterfaces of UIJavaScriptWriter in com.orchestranetworks.ui.form.widget Modifier and Type Interface Description interfaceWidgetWriterThis interface offers methods that can be used to create a standard EBX® widget.interfaceWidgetWriterForListThis interface offers methods that can be used to create a standard EBX® list widget. -
Uses of UIJavaScriptWriter in com.orchestranetworks.userservice
Subinterfaces of UIJavaScriptWriter in com.orchestranetworks.userservice Modifier and Type Interface Description interfaceUserServicePaneWriterThis interface provides useful methods for rendering a user service pane.interfaceUserServiceRawPaneWriterThis interface provides useful methods for rendering a user service pane.interfaceUserServiceWriterThis interface provides methods for rendering a user service content.
-