D - base data typepublic abstract class BaseModel<D extends BaseData> extends Object
BaseData instance.| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
id
Get an
IntegerProperty that is bound to the given (fixed) base
data ID. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getId()
Get the ID of the base data, this model is bound to
|
int |
hashCode() |
javafx.beans.property.ReadOnlyIntegerProperty |
idProperty()
Get an
IntegerProperty that is bound to the given (fixed) base
data ID. |
abstract void |
update(D data)
Update value of model with new value
|
public javafx.beans.property.ReadOnlyIntegerProperty idProperty
IntegerProperty that is bound to the given (fixed) base
data ID.getId()public BaseModel(D data)
data - initial valuepublic abstract void update(D data)
data - public int getId()
public javafx.beans.property.ReadOnlyIntegerProperty idProperty()
IntegerProperty that is bound to the given (fixed) base
data ID.getId()Copyright © 2015 illucIT Software GmbH. All rights reserved.