Package com.microstrategy.web.objects
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 fromWebFormSort
. 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.
-
-
Method Summary
-
Methods inherited from interface com.microstrategy.web.objects.WebFormSort
getForm, getTarget, setForm, setTarget
-
Methods inherited from interface com.microstrategy.web.objects.WebSort
getKey, getPosition, getRespectParent, getSortType, getSubtotalsPosition, isAscending, setAscending, setRespectParent, setSubtotalsPosition
-
Methods inherited from interface com.microstrategy.web.objects.WebSortConfig
generateDelta, getAxis, setAxis
-
-