Interface UITableFilterContext

All Known Subinterfaces:
UITableFilterRequestContext, UITableFilterResponseContext

public interface UITableFilterContext
Common interface for contexts used by a UITableFilter

A UITableFilter request context and response context are both associated with a specific data model node and a session.

See Also:
  • Method Details

    • getNode

      SchemaNode getNode()
      Returns the table node to which the current filter is attached, as specified in the data model.
      See Also:
    • getSession

      Session getSession()
      Returns the current session.
    • getCustomViewContext

      UICustomViewContext getCustomViewContext()
      Returns the view context.
      Since:
      6.1.0