Packageorg.servebox.toolbox.view
Classpublic class AbstractDataSaveViewHelper
InheritanceAbstractDataSaveViewHelper Inheritance ViewHelper Inheritance flash.events.EventDispatcher
ImplementsIDataSaveViewHelper



Public Properties
 PropertyDefined by
 InheritedautoRegisterBasedOnQualifiedClassName : Boolean
ViewHelper
 InheritedautoRegisterBasedOnViewId : Boolean
ViewHelper
 InheritedautoRegisterToViewLocator : Boolean
Indicates whether the ViewHelper instance should register itself to the ViewHelper.
ViewHelper
Public Methods
 MethodDefined by
  
AbstractDataSaveViewHelper
  
cancelSave():void
AbstractDataSaveViewHelper
 Inherited
getId():String
Returns the id of the ViewHelper instance.
ViewHelper
  
AbstractDataSaveViewHelper
  
AbstractDataSaveViewHelper
 Inherited
Returns a reference to the ancestor view.
ViewHelper
 Inherited
initialized(document:Object, id:String):void
IMXMLObject API override.
ViewHelper
  
isViewModified():Boolean
AbstractDataSaveViewHelper
 Inherited
Registers the ViewHelper instance to the models.
ViewHelper
  
save(data:IViewDataSaveWrapper = null):void
AbstractDataSaveViewHelper
  
setClean():void
AbstractDataSaveViewHelper
  
setModified():void
AbstractDataSaveViewHelper
 Inherited
Tries to find a method called notificationType_Fired( o:IObservable, notificationData : Object ):void, where notificationType is the type of the notification instance.
ViewHelper
Protected Methods
 MethodDefined by
 Inherited
initializeHelper(view:IView, id:String):void
ViewHelper
Constructor detail
AbstractDataSaveViewHelper()constructor
public function AbstractDataSaveViewHelper()
Method detail
cancelSave()method
public function cancelSave():void
getSavePromptClass()method 
public function getSavePromptClass():Class

Returns
Class
getSavePromptText()method 
public function getSavePromptText():String

Returns
String
isViewModified()method 
public function isViewModified():Boolean

Returns
Boolean
save()method 
public function save(data:IViewDataSaveWrapper = null):voidParameters
data:IViewDataSaveWrapper (default = null)
setClean()method 
public function setClean():void
setModified()method 
public function setModified():void