com.sas.actionprovider.support.remotefileselector2
Class HttpRemoteFileSelectorCompositeSupport
com.sas.actionprovider.support.remotefileselector2.HttpRemoteFileSelectorCompositeSupport
All Implemented Interfaces: RemoteFileSelectorAreaInterface
public class HttpRemoteFileSelectorCompositeSupport implements RemoteFileSelectorAreaInterface
In the context of the ActionProvider framework, this Support class assists
in the registering and retrieval of actions for RemoteFileSelector components.
This composite support class uses the following classes:
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
Method Summary
protected void
addSupportClassInstances ()
Register the sub-support class instances for this composite via #addSupport.
Methods inherited from class com.sas.actionprovider.support.BaseActionProviderCompositeSupport
addSupport , getAction , getActionOrderList , getActions , getAreaScopeAttributeMap , getDefaultAction , getSupportInstance , initialize , listActionTypes , listAreaTypes , newActionInstance , reset , setAction , setActionOrderList , setActionProvider , setLocale , validArea , validateSupport
HttpRemoteFileSelectorCompositeSupport
public HttpRemoteFileSelectorCompositeSupport (java.lang.Class actionClass)
Constructor
Parameters: actionClass
- The class used to instantiate new actions.
addSupportClassInstances
protected void addSupportClassInstances ()
Register the sub-support class instances for this composite via #addSupport.
The sub-support classes are
HttpRemoteFileSelectorSupport
and
HttpRemoteFileSelectorTableViewSupport
Specified by: addSupportClassInstances
in class BaseActionProviderCompositeSupport
See Also: BaseActionProviderCompositeSupport.addSupport(java.lang.String)
Copyright © 2009 SAS Institute Inc. All Rights Reserved.