| Package | Description |
|---|---|
| com.illucit.partyinvoice | |
| com.illucit.partyinvoice.model |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<PersonListModel> |
PartyInvoiceApp.getPersonNameList()
Get the observable list containing the person names of the current
project.
|
javafx.collections.ObservableList<PersonListModel> |
PartyInvoiceApp.getPersonNameListNullable()
Get the observable list containing the person names of the current
project, include an empty entry which can be interpretet as null.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<PersonListModel> |
ItemModel.paidByModelProperty()
Get the property for the "paid by" person model.
|
javafx.beans.property.SimpleObjectProperty<PersonListModel> |
InvoiceModel.paidByModelProperty()
Get the property for the "paid by" person model.
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.