public static final class Views.Cells
extends java.lang.Object
ListViews.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOOKING_ITEM
This view represents a library item with a button to book it if possible.
|
static java.lang.String |
CLIENT
This view represents a single client with the main information about him/her displayed.
|
static java.lang.String |
FINE
This view represents a single fine with the main information about it displayed.
|
static java.lang.String |
ITEM
This view represents a single library item with the main information about it displayed.
|
static java.lang.String |
ITEM_SUMMARY
This view represents a simple summary of the information of a library item.
|
static java.lang.String |
LOG
This view represents a single log with the main information about it displayed.
|
static java.lang.String |
RATING
This view represents a rating given by a client for a library item.
|
static java.lang.String |
SUBSCRIPTION
This view represents a single subscription with the main information about it displayed.
|
public static final java.lang.String ITEM_SUMMARY
LibraryItem
when created.public static final java.lang.String BOOKING_ITEM
Pair of
LibraryItem and Client
when created.public static final java.lang.String RATING
ClientBorrowedItemsController.ObservableRating
when created.Views.Cells,
Constant Field Valuespublic static final java.lang.String CLIENT
Client when created.Views.Cells,
Constant Field Valuespublic static final java.lang.String ITEM
LibraryItem when created.Views.Cells,
Constant Field Valuespublic static final java.lang.String LOG
Log when created.Views.Cells,
Constant Field Valuespublic static final java.lang.String SUBSCRIPTION
Subscription when created.Views.Cells,
Constant Field Valuespublic static final java.lang.String FINE
Fine when created.Views.Cells,
Constant Field Values