Uses of Class
com.sas.dataselectors.filterandrank.FilterAxisEnum

Packages that use FilterAxisEnum
com.sas.dataselectors.filterandrank   
com.sas.servlet.tbeans.dataselectors.filterandrank.html   
 

Uses of FilterAxisEnum in com.sas.dataselectors.filterandrank
 

Fields in com.sas.dataselectors.filterandrank declared as FilterAxisEnum
static FilterAxisEnum FilterAxisEnum.COLUMNS
           
static FilterAxisEnum FilterAxisEnum.ROWS
           
 

Methods in com.sas.dataselectors.filterandrank that return FilterAxisEnum
static FilterAxisEnum FilterAxisEnum.findType(java.lang.String name)
           
 FilterAxisEnum FilterAndRankModel.getFilterAxis()
          Returns the FilterOnAxis constant corresponding to the axis the model is currently set to filter on.
 FilterAxisEnum FilterAndRankModelInterface.getFilterAxis()
          Returns the FilterOnAxis constant corresponding to the axis the model is currently set to filter on.
 

Methods in com.sas.dataselectors.filterandrank with parameters of type FilterAxisEnum
 boolean FilterAndRankModel.clearStep(FilterAxisEnum role)
          Clears the step list for the given role.
 boolean FilterAndRankModelInterface.clearStep(FilterAxisEnum role)
          Clears the step list for the given role.
static com.sas.iquery.metadata.business.Role FilterAndRankModel.getRole(FilterAxisEnum role)
           
 java.lang.Object FilterAndRankModel.getStep(FilterAxisEnum role)
          Returns the StepInterface at the requested Role.
 java.lang.Object FilterAndRankModelInterface.getStep(FilterAxisEnum role)
          Returns the StepInterface at the requested Role.
 java.lang.String FilterAndRankModel.getStepText(FilterAxisEnum role, java.util.Locale locale)
          Constructs and returns a text representation of the step at the given role.
 java.lang.String FilterAndRankModelInterface.getStepText(FilterAxisEnum role, java.util.Locale locale)
          Constructs and returns a text representation of the step at the given role.
 boolean FilterAndRankModel.setStep(java.lang.Object step, FilterAxisEnum role)
          Sets the StepInterface at the specified Role.
 boolean FilterAndRankModelInterface.setStep(java.lang.Object step, FilterAxisEnum role)
          Sets the StepInterface at the specified Role.
 

Uses of FilterAxisEnum in com.sas.servlet.tbeans.dataselectors.filterandrank.html
 

Methods in com.sas.servlet.tbeans.dataselectors.filterandrank.html that return FilterAxisEnum
protected  FilterAxisEnum FilterAndRankSelectorPanel.getFilterAxis()
          Returns the filter axis currently set on the model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.