Interface UITableFilterResponseContext

    • Method Detail

      • getHttpRequest

        HttpServletRequest getHttpRequest()
        Returns the HTTP request corresponding to the current response.
      • getTableFilter

        AdaptationFilter getTableFilter()
        Returns the filter currently set on the table, null if no filter has been set.
      • getRenderingMode

        UIRenderingMode getRenderingMode()
        Returns the current rendering mode (edit or print).
      • getValue

        Object getValue​(Path aPath)
        Returns the value at the specified path.
        Parameters:
        aPath - the location of the target, relative to the current node (to maximize reusability, it is recommended to use a relative path).
      • getValueContext

        ValueContext getValueContext()
        Returns the value context of the current node.
      • getValueContext

        ValueContext getValueContext​(Path aPath)
        Returns the validation context of the specified node.