|
 
   | addActionToAdapter | 
 Helper method to add the action to the appropriate action array based on which adapter is given, and the action.
 
 | 
  | checkNameGeneration | 
 Since generating names is expensive, it should be done only on-demand.
 
 | 
  | execute | 
 Executes the action.
 Implementers of this method should call this._super() first to get the deferred object to return.
 
 | 
 
   | firstActionOnAdapter | 
 Helper method to get the first action of a type on an adapter.
 This method will check the appropriate action array based on which adapter is given, and the type of the action.
 
 | 
  | fromJObject | 
 Applies the property values from a plain object created from JSON to the properties of this instance.
 
  Inherited from Class. | 
 
   | getActionsOnAdapter | 
 Helper method to get the actions of a type on an adapter.
 This method will return the appropriate action array based on which adapter is given, and the type of the action.
 
 | 
 
   | removeActionFromAdapter | 
 Helper method to remove the action from the appropriate action array based on which adapter is given, and the action.
 
 | 
  | toJSON | 
 Implementation for toJSON to return an object that will include this class's
 prototype property values when stringified.
 
  Inherited from Class. |