| Package | flexlib.containers |
| Class | public class AdvancedForm |
| Inheritance | AdvancedForm mx.containers.Form |
Hide MXML Syntax| Property | Defined By | ||
|---|---|---|---|
| isValid : Boolean
Property that allows for one place to know if the From is valid
Default to true, if any Validators are present then it will be set to false
| AdvancedForm | ||
| modelType : String
The modelStack handles the data. | AdvancedForm | ||
| undoHistorySize : int
The undoHistorySize defaults the number of undos. | AdvancedForm | ||
| Method | Defined By | ||
|---|---|---|---|
resetForm():void
Resets values of the form
| AdvancedForm | ||
| Method | Defined By | ||
|---|---|---|---|
childrenCreated():void [override]
Creates snapshot of values for reseting
| AdvancedForm | ||
| isValid | property |
isValid:BooleanProperty that allows for one place to know if the From is valid Default to true, if any Validators are present then it will be set to false
This property can be used as the source for data binding.
public function get isValid():Boolean public function set isValid(value:Boolean):void| modelType | property |
modelType:StringThe modelStack handles the data.
The default value is true.
public function get modelType():String public function set modelType(value:String):void| undoHistorySize | property |
undoHistorySize:intThe undoHistorySize defaults the number of undos.
The default value is true.
public function get undoHistorySize():int public function set undoHistorySize(value:int):void| childrenCreated | () | method |
override protected function childrenCreated():voidCreates snapshot of values for reseting
| resetForm | () | method |
public function resetForm():voidResets values of the form