Uses of Enum Class
org.kuali.rice.krad.uif.util.ColumnSort.Direction
Packages that use ColumnSort.Direction
-
Uses of ColumnSort.Direction in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util that return ColumnSort.DirectionModifier and TypeMethodDescriptionColumnSort.getDirection()Get the sort direction.static ColumnSort.DirectionReturns the enum constant of this class with the specified name.static ColumnSort.Direction[]ColumnSort.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kuali.rice.krad.uif.util with parameters of type ColumnSort.DirectionModifierConstructorDescriptionColumnSort(int columnIndex, ColumnSort.Direction direction, String sortType) Constructs a ColumnSort instance.