com.microstrategy.web.objects.WebFormSort |
![]()
|
This interface represents a sort of type(from EnumDSSXMLSortType
): DssXmlSortAttributeForm or
DssXmlSortDimensionForm. This class contains properties which apply for only the above sort types.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebAttributeForm |
getForm()
Returns the
WebAttributeForm object which is the form used in the sort. | ||||||||||
abstract WebObjectInfo |
getTarget()
Returns the current setting for the target of the sort.
| ||||||||||
abstract void |
setForm(WebAttributeForm form)
Sets the
WebAttributeForm object which is the form used in the sort. | ||||||||||
abstract void |
setTarget(WebObjectInfo object)
Sets the target of the sort.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Returns the WebAttributeForm
object which is the form used in the sort.
WebAttributeForm
object which is the form used in the sort.Returns the current setting for the target of the sort.
WebObjectInfo
object corresponding to the target of the sort. This
may be null if it has not been set.Sets the WebAttributeForm
object which is the form used in the sort.
form | The form to use when sorting. |
---|
IllegalArgumentException | Thrown if input parameter is null. |
---|
Sets the target of the sort.
object | The target of the sort. This is an object of type WebObjectInfo . |
---|
IllegalArgumentException | Thrown if the object reference passed is null. |
---|