VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Model
Package
system.models
Interface
public interface Model extends
Lockable
,
Validator
Implementors
KernelModel
The Model interface defines all models in the application.
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
isLocked
():Boolean
Returns true if the object is locked.
Lockable
lock
():void
Locks the object.
Lockable
supports
(value:*):Boolean
Returns true if the specific value is valid.
Validator
unlock
():void
Unlocks the object.
Lockable
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