validateDataCellArea(ActionSupportFilter filter)
Validates if the current area, as specified via various attributes
on the filter, matches any of the DataCellArea objects on the filter's
validAreaValues list.
static int
validateHeaderArea(ActionSupportFilter filter)
Validates if the current area, as specified via various attributes
on the filter, matches any of the HeaderArea objects on the filter's
validAreaValues list.
static int
validateTitleArea(ActionSupportFilter filter)
Validates if the current area, as specified via various attributes
on the filter, matches any of the DataCellArea objects on the filter's
validAreaValues list.
Methods inherited from class com.sas.actionprovider.util.olap.OLAPActionUtil
Validates if the current area, as specified via various attributes
on the filter, matches any of the DataCellArea objects on the filter's
validAreaValues list. The validAreaValues list comes from the
Area object used when registering an Action via the ActionProvider's
setAction() method.
Parameters:
filter - The object that holds the current area specification as
well as the list of valid DataCellArea objects for which an Action
is registered.
Returns:
int Value is ENABLED if there is a match. AREA_DISABLED
otherwise.
Validates if the current area, as specified via various attributes
on the filter, matches any of the DataCellArea objects on the filter's
validAreaValues list. The validAreaValues list comes from the
Area object used when registering an Action via the ActionProvider's
setAction() method.
Parameters:
filter - The object that holds the current area specification as
well as the list of valid TitleArea objects for which an Action
is registered.
Returns:
int Value is ENABLED if there is a match. AREA_DISABLED
otherwise.
Validates if the current area, as specified via various attributes
on the filter, matches any of the HeaderArea objects on the filter's
validAreaValues list. The validAreaValues list comes from the
Area object used when registering an Action via the ActionProvider's
setAction() method.
Parameters:
filter - The object that holds the current area specification as
well as the list of valid HeaderArea objects for which an Action
is registered.
Returns:
int Value is ENABLED if there is a match. AREA_DISABLED
otherwise.