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.


Constructor Summary
SortRequestProperties()
           
 
Method Summary
 java.lang.String getSortByChoiceBox()
           
 java.lang.String getSortByRadioBox()
           
 java.lang.String[] getThenByChoiceBox()
           
 java.lang.String[] getThenByRadioBox()
           
 void setSortByChoiceBox(java.lang.String value)
           
 void setSortByRadioBox(java.lang.String value)
           
 void setThenByChoiceBox(java.lang.String[] values)
           
 void setThenByRadioBox(java.lang.String[] values)
           
 

Constructor Detail

SortRequestProperties

public SortRequestProperties()
Method Detail

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.