Interface UIFormPaneWriter

All Superinterfaces:
UIBodyWriter, UIComponentWriter, UIDependencyRegisterer, UIFormWriter, UIJavaScriptWriter, UIResourceLocator, UISessionContext

public interface UIFormPaneWriter extends UIFormWriter
Encapsulates 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.

Since EBX® 5.7.1 some methods of this class were moved to class UIFormWriter.

Since:
5.3.0
See Also:
  • Method Details

    • includePane

      void includePane(UIFormPane aPane)
      Includes the specified pane into this pane.

      This invokes the method UIFormPane.writePane.

      Parameters:
      aPane - the form pane to be included.