com.sas.dataselectors.sort
Class SortRequestProperties
com.sas.dataselectors.sort.SortRequestProperties
public class SortRequestProperties
The SortRequestProperties defines the properties for the BaseSortSelectorAdapter which will be populated
by the request object.
SortRequestProperties
public SortRequestProperties()
setSortByChoiceBox
public void setSortByChoiceBox(java.lang.String value)
getSortByChoiceBox
public java.lang.String getSortByChoiceBox()
setSortByRadioBox
public void setSortByRadioBox(java.lang.String value)
getSortByRadioBox
public java.lang.String getSortByRadioBox()
setThenByChoiceBox
public void setThenByChoiceBox(java.lang.String[] values)
getThenByChoiceBox
public java.lang.String[] getThenByChoiceBox()
setThenByRadioBox
public void setThenByRadioBox(java.lang.String[] values)
getThenByRadioBox
public java.lang.String[] getThenByRadioBox()
Copyright © 2009 SAS Institute Inc. All Rights Reserved.