| Module: | libext | Package: | wrap.ext.form | Parent: | BoxComponent | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.form.Field
Inheritance : Object : Observable : Component : BoxComponent
Constructors
| Signature |
| public Field(FieldConfig config) |
Methods
| Name | Signature |
| clearInvalid | void clearInvalid() |
| getName | String getName() |
| getRawValue | Object getRawValue() |
| getValue | Object getValue() |
| isDirty | boolean isDirty() |
| isValid | boolean isValid(boolean preventMark) |
| markInvalid | void markInvalid(String msg) |
| reset | void reset() |
| setRawValue | void setRawValue(Object value) |
| setValue | void setValue(Object value) |
| validate | boolean validate() |
Constructors
|
public Field(FieldConfig config) Parameters
|
Methods
|
clearInvalid void clearInvalid() |
|
getName String getName()
|
||||
|
getRawValue Object getRawValue()
|
||||
|
getValue Object getValue()
|
||||
|
isDirty boolean isDirty()
|
||||
|
isValid boolean isValid(boolean preventMark)
Parameters
|
||||||||||
|
markInvalid void markInvalid(String msg) Parameters
|
|
reset void reset() |
|
setRawValue void setRawValue(Object value) Parameters
|
|
setValue void setValue(Object value) Parameters
|
|
validate boolean validate()
|
||||
| Module: | libext | Package: | wrap.ext.form | Parent: | BoxComponent | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |