-
-
Method Summary
Modifier and Type Method Description static Tableinstantiate()static Tableinstantiate(String keyIndex)StringgetJsBase()TableaddData(List<DataEntry> data)TableComputercreateComputer(TableMapping mappingSettingsOrMapping)Creates new computer with given input fields. TableMappingmapAs(String mapping)Tableremove(Number startKey, Number endKey)Removes all items between a start and end keys. Tableremove(Number startKey, String endKey)Removes all items between a start and end keys. Tableremove(String startKey, Number endKey)Removes all items between a start and end keys. Tableremove(String startKey, String endKey)Removes all items between a start and end keys. voidremoveAllListeners(String type)Removes all listeners from an object. TableremoveFirst(Number count)Removes first opt_count rows from the storage also considering appended but not yet committed rows. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). -
-
Constructor Detail
-
Table
Table(String jsChart)
-
-
Method Detail
-
instantiate
static Table instantiate()
-
instantiate
static Table instantiate(String keyIndex)
-
createComputer
TableComputer createComputer(TableMapping mappingSettingsOrMapping)
Creates new computer with given input fields.
-
mapAs
TableMapping mapAs(String mapping)
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
removeFirst
Table removeFirst(Number count)
Removes first opt_count rows from the storage also considering appended but not yet committed rows.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
-
-
-