Class SortMeta

    • Field Detail

      • MIN_PRIORITY

        public static final Integer MIN_PRIORITY
      • MAX_PRIORITY

        public static final Integer MAX_PRIORITY
    • Constructor Detail

      • SortMeta

        public SortMeta()
    • Method Detail

      • getField

        public String getField()
      • getFunction

        public javax.el.MethodExpression getFunction()
      • setFunction

        public void setFunction​(javax.el.MethodExpression function)
      • getSortBy

        public javax.el.ValueExpression getSortBy()
      • setSortBy

        public void setSortBy​(javax.el.ValueExpression sortBy)
      • isActive

        public boolean isActive()
      • setOrder

        public void setOrder​(SortOrder order)
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • getComponent

        public Object getComponent()
      • getColumnKey

        public String getColumnKey()
      • getNullSortOrder

        public int getNullSortOrder()
      • isCaseSensitiveSort

        public boolean isCaseSensitiveSort()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object