|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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. |
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||