| Module: | libext | Package: | wrap.ext.form | Parent: | Field | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.form.TextField
Inheritance : Object : Observable : Component : BoxComponent : Field
Constructors
| Signature |
| public TextField(TextFieldConfig config) |
Methods
| Name | Signature |
| autoSize | void autoSize() |
| reset | void reset() |
| selectText | void selectText() |
| selectText | void selectText(int start) |
| selectText | void selectText(int start, int end) |
| validateValue | boolean validateValue(Object value) |
Constructors
|
public TextField(TextFieldConfig config) Parameters
|
Methods
|
autoSize void autoSize() |
|
reset void reset() |
|
selectText void selectText() |
|
selectText void selectText(int start) Parameters
|
|
selectText void selectText(int start, int end) Parameters
|
|
validateValue boolean validateValue(Object value)
Parameters
|
||||||||||
| Module: | libext | Package: | wrap.ext.form | Parent: | Field | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |