Package uibooster.model
Klasse Form
java.lang.Object
uibooster.model.Form
-
Konstruktorübersicht
KonstruktorBeschreibungForm
(JDialog dialog, List<FormElement> elements) Form
(JDialog dialog, List<FormElement> elements, FormCloseListener formCloseListener) Form
(SimpleDialog dialog, List<FormElement> formElements, List<String> initialElementsDisabled, FormCloseListener formCloseListener) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
Closes the form window and removes the form data.getByIndex
(int index) getByLabel
(String label) hide()
Hides the form window, but keeps the form data.boolean
show()
Shows the window again, if it's hidden
-
Konstruktordetails
-
Form
-
Form
-
Form
public Form(SimpleDialog dialog, List<FormElement> formElements, List<String> initialElementsDisabled, FormCloseListener formCloseListener)
-
-
Methodendetails
-
getById
-
getByIndex
-
getByLabel
-
getElements
-
isClosedByUser
public boolean isClosedByUser() -
hide
Hides the form window, but keeps the form data.- Gibt zurück:
- the current FilledForm object for method chaining
-
show
Shows the window again, if it's hidden- Gibt zurück:
- form
-
close
public void close()Closes the form window and removes the form data. -
getWindow
-