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 TitleArea 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 TitleArea objects on the filter's
validAreaValues list.
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 ColumnHeaderArea 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 TitleArea 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 ColumnHeaderArea 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 TitleArea 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 ColumnHeaderArea objects for which an Action
is registered.
Returns:
int Value is ENABLED if there is a match. AREA_DISABLED
otherwise.