public static class AbstractFieldFactory.BasicPage extends java.lang.Object implements FormFieldPage
FormFieldPage to be instantiated directly.| Constructor and Description |
|---|
BasicPage(int id,
java.lang.String label,
Image image) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Return the page's identifier.
|
Image |
getImage()
Return the page's image.
|
java.lang.String |
getLabel()
Return the page's label.
|
public java.lang.String getLabel()
FormFieldPagegetLabel in interface FormFieldPagepublic Image getImage()
FormFieldPagenull.getImage in interface FormFieldPagepublic int getId()
FormFieldPagegetId in interface FormFieldPage