Interface ViewConstants


  • public interface ViewConstants
    Some constants used in the view.
    Version:
    $Id: $Id
    Author:
    another
    • Field Detail

      • PARAM_SORT_TYPE

        static final java.lang.String PARAM_SORT_TYPE
        The sort type parameter.
        See Also:
        Constant Field Values
      • PARAM_SORT_ORDER

        static final java.lang.String PARAM_SORT_ORDER
        The sort order parameter.
        See Also:
        Constant Field Values
      • PARAM_SORT_TYPE_NAME

        static final java.lang.String PARAM_SORT_TYPE_NAME
        The name of the sort type.
        See Also:
        Constant Field Values
      • VALUE_SORT_ORDER_ASC

        static final java.lang.String VALUE_SORT_ORDER_ASC
        The value for the sort order.
        See Also:
        Constant Field Values
      • VALUE_SORT_ORDER_DESC

        static final java.lang.String VALUE_SORT_ORDER_DESC
        The value for the sort order.
        See Also:
        Constant Field Values
      • SA_PREFIX

        static final java.lang.String SA_PREFIX
        The prefix for session attributes.
        See Also:
        Constant Field Values
      • SA_SORT_TYPE_PREFIX

        static final java.lang.String SA_SORT_TYPE_PREFIX
        Prefix for the session attributes for the sort type.
        See Also:
        Constant Field Values
      • SA_FILTER_PREFIX

        static final java.lang.String SA_FILTER_PREFIX
        Prefix for the session attributes for the filter state.
        See Also:
        Constant Field Values