| Package | vegas.models.maps |
| Class | public class InitMapModelObject |
| Inheritance | InitMapModelObject Task Object |
| Property | Defined By | ||
|---|---|---|---|
| autoClear : Boolean
Indicates if the model is autocleared when the process start. | InitMapModelObject | ||
| autoSelect : Boolean
Indicates if the first item inserted in the model must be selected. | InitMapModelObject | ||
| cleanFirst : Boolean
Indicates if the first attribute must be autocleared when the process is finished. | InitMapModelObject | ||
| datas : Array
The Array representation of all value object. | InitMapModelObject | ||
![]() | finishIt : Signaler
This signal emit when the notifyFinished method is invoked. | Task | |
| first : *
This property define a ValueObject or a specific id to run the map model when is initialized. | InitMapModelObject | ||
![]() | logger : Logger
Determinates the internal Logger reference of this Loggable object. | Task | |
| model : MapModelObject
The model reference. | InitMapModelObject | ||
![]() | phase : String [read-only]
The current phase of the action. | Task | |
![]() | running : Boolean [read-only]
Indicates true if the process is in progress. | Task | |
![]() | startIt : Signaler
This signal emit when the notifyStarted method is invoked. | Task | |
| verbose : Boolean
Enable the verbose mode of this process. | InitMapModelObject | ||
| Method | Defined By | ||
|---|---|---|---|
InitMapModelObject(datas:Array = null)
Creates a new InitMapModelObject instance. | InitMapModelObject | ||
![]() | clone():*
Returns a shallow copy of this object. | Task | |
filterValueObject(value:*):ValueObject
Transforms the passed-in value in ValueObject. | InitMapModelObject | ||
![]() | isLocked():Boolean
Returns true if the object is locked. | Task | |
![]() | lock():void
Locks the object. | Task | |
![]() | notifyFinished():void
Notify an ActionEvent when the process is finished. | Task | |
![]() | notifyStarted():void
Notify an ActionEvent when the process is started. | Task | |
reset():void
Reset the process. | InitMapModelObject | ||
run(... arguments):void [override]
Run the process. | InitMapModelObject | ||
![]() | unlock():void
Unlocks the display. | Task | |
| autoClear | property |
public var autoClear:BooleanIndicates if the model is autocleared when the process start.
| autoSelect | property |
public var autoSelect:BooleanIndicates if the first item inserted in the model must be selected.
| cleanFirst | property |
public var cleanFirst:BooleanIndicates if the first attribute must be autocleared when the process is finished.
| datas | property |
public var datas:ArrayThe Array representation of all value object.
| first | property |
public var first:*This property define a ValueObject or a specific id to run the map model when is initialized.
| model | property |
public var model:MapModelObjectThe model reference.
| verbose | property |
public var verbose:BooleanEnable the verbose mode of this process.
| InitMapModelObject | () | Constructor |
public function InitMapModelObject(datas:Array = null)Creates a new InitMapModelObject instance.
Parametersdatas:Array (default = null) — The Array representation of all ValueObject to insert in the map model.
|
| filterValueObject | () | method |
public function filterValueObject(value:*):ValueObjectTransforms the passed-in value in ValueObject. This method is used in the run() method to filter all elements in the datas array.
Parameters
value:* |
ValueObject |
| reset | () | method |
public function reset():voidReset the process.
| run | () | method |
override public function run(... arguments):voidRun the process.
Parameters
... arguments |