public class PersonListModel extends BaseModel<ImmutablePerson>
ImmutablePerson to be displayed in a person dropdown
list.| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleStringProperty |
name
Get the property for the person name.
|
idProperty| Constructor and Description |
|---|
PersonListModel(ImmutablePerson person)
Create model.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.SimpleStringProperty |
nameProperty()
Get the property for the person name.
|
String |
toString() |
void |
update(ImmutablePerson person)
Update value of model with new value
|
equals, getId, hashCode, idPropertypublic javafx.beans.property.SimpleStringProperty nameProperty
public PersonListModel(ImmutablePerson person)
person - person datapublic void update(ImmutablePerson person)
BaseModelupdate in class BaseModel<ImmutablePerson>public javafx.beans.property.SimpleStringProperty nameProperty()
Copyright © 2015 illucIT Software GmbH. All rights reserved.