Uses of Interface
com.orchestranetworks.ui.UIBodyWriter
Packages that use UIBodyWriter
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
This package allows customizing forms.
This package provides a library of user interface widgets.
A public API for user services.
-
Uses of UIBodyWriter in com.orchestranetworks.ui
Subinterfaces of UIBodyWriter in com.orchestranetworks.uiModifier and TypeInterfaceDescriptioninterfaceEncapsulates an HTTP response so that an Ajax component is able to generate its part of the DHTML page.interfaceThis interface offers common user interface methods to create standard EBX® components.interfaceProvides a context for displaying a record.interfaceProvides a context for displaying a hierarchy node.interfaceDeprecated.interfaceDeprecated.From release 6.0, this API is no longer supported.interfaceEncapsulates an HTTP request in order to display a table filter.Methods in com.orchestranetworks.ui that return UIBodyWriterModifier and TypeMethodDescriptionUIBodyWriter.add(int integer) Adds an integer to the body stream.UIBodyWriter.add(UserMessage aUserMessage) Adds a user message in the current session's locale to the body stream.Adds the specified string to the body stream.UIBodyWriter.add_cr()Adds a carriage return to the body stream.Adds the specified string to the body stream, then adds a carriage return to the body stream.UIBodyWriter.addSafeAttribute(String aName, UserMessage aValue) Adds an HTML attribute to the body stream, following the pattern:UIBodyWriter.addSafeAttribute(String aName, String aValue) Adds an HTML attribute to the body stream, following the pattern:UIBodyWriter.addSafeInnerHTML(UserMessage aUserMessage) UIBodyWriter.addSafeInnerHTML(String text) Escapes all '<' and '>' characters in the given string, then adds the string to the body stream. -
Uses of UIBodyWriter in com.orchestranetworks.ui.form
Subinterfaces of UIBodyWriter in com.orchestranetworks.ui.formModifier and TypeInterfaceDescriptioninterfaceEncapsulates 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.interfaceThis interface offers methods useful to create standard EBX® forms. -
Uses of UIBodyWriter in com.orchestranetworks.ui.form.widget
Subinterfaces of UIBodyWriter in com.orchestranetworks.ui.form.widgetModifier and TypeInterfaceDescriptioninterfaceThis interface offers methods that can be used to create a standard EBX® widget.interfaceThis interface offers methods that can be used to create a standard EBX® list widget. -
Uses of UIBodyWriter in com.orchestranetworks.userservice
Subinterfaces of UIBodyWriter in com.orchestranetworks.userserviceModifier and TypeInterfaceDescriptioninterfaceThis interface provides useful methods for rendering a user service pane.interfaceThis interface provides useful methods for rendering a user service pane.interfaceThis interface provides methods for rendering a user service content.
UICustomWidgetinstead.