public class DataSet<E> extends java.lang.Object implements DataSetEventGenerator
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleBooleanProperty |
canDelete |
javafx.beans.property.SimpleBooleanProperty |
canInsert |
javafx.beans.property.SimpleBooleanProperty |
canSelect |
javafx.beans.property.SimpleBooleanProperty |
canUpdate |
| Constructor and Description |
|---|
DataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataSetEventListener(DataSetEventListener listener) |
javafx.beans.property.SimpleBooleanProperty |
canDeleteProperty() |
javafx.beans.property.SimpleBooleanProperty |
canInsertProperty() |
javafx.beans.property.SimpleBooleanProperty |
canSelectProperty() |
javafx.beans.property.SimpleBooleanProperty |
canUpdateProperty() |
E |
create() |
java.lang.Object |
createRow(java.lang.String collectionName) |
void |
delete() |
void |
deleteRow(java.lang.String collectionName,
E row) |
boolean |
getCanDelete()
Gets the value of the property canDelete.
|
boolean |
getCanInsert()
Gets the value of the property canInsert.
|
boolean |
getCanSelect()
Gets the value of the property canSelect.
|
boolean |
getCanUpdate()
Gets the value of the property canUpdate.
|
java.lang.Integer |
getCurrentIndex() |
Model<E> |
getCurrentModel() |
void |
getDirty() |
java.lang.Class<E> |
getEntityClass() |
<any> |
getManager() |
java.util.List<E> |
getStore() |
void |
goFirst() |
void |
goLast() |
void |
goNext() |
void |
goPrevious() |
java.lang.Boolean |
isDirty() |
Model<E> |
newModel() |
void |
revert() |
void |
save() |
void |
setCanDelete(boolean canDelete)
Sets the value of the property canDelete.
|
void |
setCanInsert(boolean canInsert)
Sets the value of the property canInsert.
|
void |
setCanSelect(boolean canSelect)
Sets the value of the property canSelect.
|
void |
setCanUpdate(boolean canUpdate)
Sets the value of the property canUpdate.
|
void |
setEntityClass(java.lang.Class<E> entityClass) |
void |
setListener(<any> listener) |
void |
setManager(<any> manager) |
void |
setStore(java.util.List<E> store) |
java.lang.Integer |
size() |
public javafx.beans.property.SimpleBooleanProperty canSelectProperty
getCanSelect(),
setCanSelect(boolean)public javafx.beans.property.SimpleBooleanProperty canInsertProperty
getCanInsert(),
setCanInsert(boolean)public javafx.beans.property.SimpleBooleanProperty canUpdateProperty
getCanUpdate(),
setCanUpdate(boolean)public javafx.beans.property.SimpleBooleanProperty canDeleteProperty
getCanDelete(),
setCanDelete(boolean)public boolean getCanSelect()
public javafx.beans.property.SimpleBooleanProperty canSelectProperty()
getCanSelect(),
setCanSelect(boolean)public void setCanSelect(boolean canSelect)
public boolean getCanInsert()
public javafx.beans.property.SimpleBooleanProperty canInsertProperty()
getCanInsert(),
setCanInsert(boolean)public void setCanInsert(boolean canInsert)
public boolean getCanUpdate()
public javafx.beans.property.SimpleBooleanProperty canUpdateProperty()
getCanUpdate(),
setCanUpdate(boolean)public void setCanUpdate(boolean canUpdate)
public boolean getCanDelete()
public javafx.beans.property.SimpleBooleanProperty canDeleteProperty()
getCanDelete(),
setCanDelete(boolean)public void setCanDelete(boolean canDelete)
public void setStore(java.util.List<E> store)
public java.util.List<E> getStore()
public java.lang.Integer getCurrentIndex()
public void goFirst()
public void goLast()
public void goNext()
public void goPrevious()
public java.lang.Integer size()
public java.lang.Boolean isDirty()
public void getDirty()
public void revert()
public void save()
public <any> getManager()
public void setManager(<any> manager)
public void setListener(<any> listener)
public java.lang.Class<E> getEntityClass()
public void setEntityClass(java.lang.Class<E> entityClass)
public E create()
public java.lang.Object createRow(java.lang.String collectionName)
public void delete()
public void deleteRow(java.lang.String collectionName,
E row)
public void addDataSetEventListener(DataSetEventListener listener)
addDataSetEventListener in interface DataSetEventGenerator