|
| Fields inherited from class xp.data.DataSourceautoCommit, autoEdit, autoInsert, calcFields, classInfo, deltaPacket, itemClassName, logChanges, newDataItem, nodeName, usesManualCommit |
|
|
|
Property Summary |
public
| className: String (read, write) |
| The classname of the object to be instantiated
|
|
public
| parameters: String (read, write) |
| csv string of parameters that will be passed to the objects constructor
|
|
|
|
|
Constructor |
public
| ObjectDataSource (
className: String, parameters: String)
|
| Creates a new ObjectDataSource instance
|
|
Method Summary |
public
| refresh (
): Void |
| Refresh the data by instantiating a new object
|
|
| Methods inherited from class xp.data.ListDataSourceaddDataRelation, addItem, addItemAt, addItemsAt, editField, first, getClass, getFieldValue, getItemAt, getIterator, getKeyValue, isEmpty, isFirst, isLast, last, locateById, lookup, moveBy, next, prior, removeAll, removeItem, removeItemAt, removeItemsAt, replaceItem, replaceItemAt, setFieldValue, setFilter, setKeyConstraint, sortItems, sortItemsOn |
|
| Methods inherited from class xp.data.DataSourceapplyChanges, applyUpdates, cancelChanges, checkSchema, commitChanges, createItem, deleteItem, editItem, getClass, insertItem, rollbackChanges, toString, validate |
|
|
|
|