| Module: | libext | Package: | wrap.ext.data | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.data.Record
Inheritance : Object
Constructors
| Signature |
| public Record(Array<Object> data) |
| public Record(Array<Object> data, Object id) |
Methods
| Name | Signature |
| beginEdit | void beginEdit() |
| cancelEdit | void cancelEdit() |
| commit | void commit() |
| commit | void commit(boolean silent) |
| copy | Record copy() |
| copy | Record copy(String id) |
| create | Function create() |
| create | Function create(Array<RecordConfig> o) |
| endEdit | void endEdit() |
| get | Object get(String name) |
| getChanges | Object getChanges() |
| reject | void reject() |
| reject | void reject(boolean silent) |
| set | void set(String name, Object value) |
Constructors
|
public Record(Array<Object> data) Parameters
|
|
public Record(Array<Object> data, Object id) Parameters
|
Methods
|
beginEdit void beginEdit() |
|
cancelEdit void cancelEdit() |
|
commit void commit() |
|
commit void commit(boolean silent) Parameters
|
|
copy Record copy()
|
||||
|
copy Record copy(String id)
Parameters
|
||||||||||
|
create Function create()
|
||||
|
create Function create(Array<RecordConfig> o)
Parameters
|
||||||||||
|
endEdit void endEdit() |
|
get Object get(String name)
Parameters
|
||||||||||
|
getChanges Object getChanges()
|
||||
|
reject void reject() |
|
reject void reject(boolean silent) Parameters
|
|
set void set(String name, Object value) Parameters
|
| Module: | libext | Package: | wrap.ext.data | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |