com.sas.actionprovider.strategies.relational
Class AddRowStrategy
java.lang.Object
|
+--com.sas.actionprovider.strategies.BaseActionStrategy
|
+--com.sas.actionprovider.strategies.relational.BaseRelationalStrategy
|
+--com.sas.actionprovider.strategies.relational.BaseTableStrategy
|
+--com.sas.actionprovider.strategies.relational.BaseTableRowStrategy
|
+--com.sas.actionprovider.strategies.relational.AddRowStrategy
- All Implemented Interfaces:
- ActionStatusKeysInterface, ActionStrategyInterface
- public class AddRowStrategy
- extends BaseTableRowStrategy
|
Method Summary |
protected void |
initializeActionAttributes(BaseAction action,
String areaType,
Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor
property settings and default values for non-locale-dependent attributes.
|
void |
setLocaleDependentDefaultAttributes(BaseAction action,
String areaType,
Locale locale)
Sets the Action's default locale dependent attribute values.
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddRowStrategy
public AddRowStrategy()
- Default constructor.
Calls the other constructor for specifying strategy type.
AddRowStrategy
public AddRowStrategy(boolean swing,
RelationalActionUtil util)
- Constructor for specifying type ( swing/http ) of strategy object.
- Parameters:
swing - boolean indicating whether the strategy will be used in
a swing environment. If false, the strategy is http type.
initializeActionAttributes
protected void initializeActionAttributes(BaseAction action,
String areaType,
Locale locale)
Initializes the Action with all its default attributes, default AttributeDescriptor
property settings and default values for non-locale-dependent attributes.
values.
- Overrides:
initializeActionAttributes in class BaseTableRowStrategy
- Parameters:
action - The instance of the Action to be initialized.areaType - The areaType of the Viewer where the Action will be presented.locale - The locale
setLocaleDependentDefaultAttributes
public void setLocaleDependentDefaultAttributes(BaseAction action,
String areaType,
Locale locale)
Sets the Action's default locale dependent attribute values.
- Overrides:
setLocaleDependentDefaultAttributes in class BaseActionStrategy
- Parameters:
action - The instance of the Action to be initialized.locale - The locale
Copyright © 2005 SAS Institute Inc. All Rights Reserved.
javadoc generated Thu, 16 Feb 2006 01:42:55