|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.actionprovider.support.dataselectors.BaseMenuBarSupport
public abstract class BaseMenuBarSupport
In the context of the ActionProvider framework, this Support class assists in the registering and retrieval of actions for MenuBar components.
Field Summary | |
---|---|
static java.lang.String |
RB_KEY
Key for retrieving messages from properties files |
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 |
Fields inherited from interface com.sas.actionprovider.support.dataselectors.MenuBarAreaInterface |
---|
SELECTOR_AREA |
Constructor Summary | |
---|---|
BaseMenuBarSupport(java.lang.Class actionClass)
Constructor |
Method Summary | |
---|---|
protected void |
createDefaultActions()
Initializes the actionClass property and creates the default actions that this class supports. |
protected BaseAction |
getExceptionHighlightingAction()
Returns the default Exception Highlighting action used internally by this support class. |
protected BaseAction |
getSortAction()
Returns the default Sort action used internally by this support class. |
void |
initialize()
Initializes the support class |
protected void |
setExceptionHighlightingAction(BaseAction exceptionHighlightingAction)
Sets the default Exception Highlighting action to be used internally by this support class. |
protected void |
setSortAction(BaseAction sortAction)
Sets the default Sort action to be used internally by this support class. |
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 RB_KEY
Constructor Detail |
---|
public BaseMenuBarSupport(java.lang.Class actionClass)
actionClass
- The class used to instantiate new actions.Method Detail |
---|
public void initialize()
initialize
in class BaseActionProviderSupport
BaseActionProviderSupport.setLocale(java.util.Locale)
protected void createDefaultActions()
protected BaseAction getExceptionHighlightingAction()
protected void setExceptionHighlightingAction(BaseAction exceptionHighlightingAction)
exceptionHighlightingAction
- the action to be used as the default ExceptionHighlighting action.protected BaseAction getSortAction()
protected void setSortAction(BaseAction sortAction)
sortAction
- the action to be used as the default Sort action.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |