|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.actionprovider.support.olaptableview.BaseOLAPDrillStateSupport
public abstract class BaseOLAPDrillStateSupport
In the context of the ActionProvider framework, this Support class assists in the registering and retrieval of actions for the OLAPDrillState component.
Field Summary | |
---|---|
static java.lang.String |
DRILL_DOWN_MEMBER_ACTION
The actionType key used to define the default drill up member action for an OLAP drill state component. |
static java.lang.String |
DRILL_STATE_AREA
The areaType key used to define the OLAP drill state component area |
static java.lang.String |
DRILL_TO_LEVEL_ACTION
The actionType key used to define the default drill up level action for an OLAP drill state component. |
Fields inherited from class com.sas.actionprovider.support.BaseActionProviderSupport |
---|
AREA_DISABLED, AREA_VALUE_ATTRKEY, DISABLED, ENABLED, IS_CURRENT_STATE_DISABLED, MODEL_MEMBER_DISABLED, MODEL_STATE_DISABLED, MODEL_TYPE_DISABLED, NON_SPECIFIC_AREA, UNSUPPORTED, VIEWER_DISABLED |
Constructor Summary | |
---|---|
BaseOLAPDrillStateSupport(java.lang.Class actionClass)
Constructor |
Method Summary | |
---|---|
protected void |
createDefaultActions()
Initializes the actionClass property and creates the default actions that this class supports. |
int |
getActionCount(ActionSupportFilter actionFilter,
java.lang.String actionType)
Returns the number of Actions of a particular actionType that are needed for the area. |
void |
initialize()
Initializes the support class. |
protected boolean |
isNavigatable(java.lang.Object model,
TupleElementInterface tupleElement)
|
Methods inherited from class com.sas.actionprovider.support.BaseActionProviderSupport |
---|
addDefaultAction, getAction, getActionId, getActionOrderList, getActionProvider, getActions, getActionScopeAttribute, getActionScopeAttributeMap, getDefaultAction, getLocale, listActionTypes, listAreaTypes, listDefaultActions, newActionInstance, reset, setAction, setActionOrderList, setActionProvider, setLocale |
Field Detail |
---|
public static final java.lang.String DRILL_STATE_AREA
public static final java.lang.String DRILL_TO_LEVEL_ACTION
public static final java.lang.String DRILL_DOWN_MEMBER_ACTION
Constructor Detail |
---|
public BaseOLAPDrillStateSupport(java.lang.Class actionClass)
actionClass
- The class used to instantiate new actions.Method Detail |
---|
public void initialize()
BaseActionProviderSupport
Called by the ActionProvider after it sets the locale on this support class.
initialize
in class BaseActionProviderSupport
BaseActionProviderSupport.setLocale(java.util.Locale)
protected void createDefaultActions()
public int getActionCount(ActionSupportFilter actionFilter, java.lang.String actionType)
DynamicActionCountInterface
getActionCount
in interface DynamicActionCountInterface
actionFilter
- TThe ActionSupportFilter that encapsulates all information
describing the specific area.actionType
- The key associated with a particular type of Action.
protected boolean isNavigatable(java.lang.Object model, TupleElementInterface tupleElement)
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |