| Modifier and Type | Method and Description |
|---|---|
static DisplayMode |
DisplayMode.get(String mode) |
DisplayMode |
FormData.getMode() |
static DisplayMode |
DisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayMode[] |
DisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
FormField.display(DisplayMode mode,
String[] fieldNames) |
String |
FormSection.display(DisplayMode mode,
String[] fieldNames) |
String |
FormSubsection.display(DisplayMode mode,
String[] fieldNames) |
String |
FormGroup.display(DisplayMode mode,
String[] fieldNames) |
String |
FormElement.display(DisplayMode mode,
String[] fieldNames) |
String |
FormConditionalSubsection.display(DisplayMode mode,
String[] fieldNames) |
void |
FormData.setMode(DisplayMode mode) |
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.