Interface WebFormSortConfig

  • All Superinterfaces:
    WebFormSort, WebSort, WebSortConfig

    public interface WebFormSortConfig
    extends WebFormSort, WebSortConfig
    This interface is intented to configure a sort operation on a grid. The interface extends from WebFormSort. However this interface represents a purely configuration object. That implies that its implementations would be standalone config objects (unlike WebSort which is tied to grid template objects). The getters on such implementations thus would represent the values set instead of actual values on a template.