public static final class Views.LibraryItems.Forms
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BOOK
This view COULD receive a
Book instance. |
static java.lang.String |
CD
This view COULD receive a
CD instance. |
static java.lang.String |
DVD
This view COULD receive a
DVD instance. |
static java.lang.String |
GAME
This view COULD receive a
Game instance. |
public static final java.lang.String BOOK
Book instance.
If one is passed, then the form is populated with the values present in the passed object.public static final java.lang.String CD
CD instance.
If one is passed, then the form is populated with the values present in the passed object.public static final java.lang.String DVD
DVD instance.
If one is passed, then the form is populated with the values present in the passed object.public static final java.lang.String GAME
Game instance.
If one is passed, then the form is populated with the values present in the passed object.