VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
ModelObject
Package
vegas.models
Interface
public interface ModelObject extends
Model
,
Validator
,
Identifiable
,
Runnable
Implementors
CoreModelObject
This interface define a model who register and manipulate ValueObject objects.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
id
: *
Indicates the id value of this object.
Identifiable
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
run
(... arguments):void
Run the process.
Runnable
supports
(value:*):Boolean
Returns true if the specific value is valid.
Validator
validate
(value:*):void
Evaluates the specified value and throw a TypeError object if the value is not valid.
Validator
Mardi Août 16 2011, 02:33 PM +02:00