Package uibooster.model
Klasse FilledForm
java.lang.Object
uibooster.model.FilledForm
-
Konstruktorübersicht
-
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.show()
Shows the window again, if it's hidden
-
Konstruktordetails
-
FilledForm
-
-
Methodendetails
-
getById
-
getByIndex
-
getByLabel
-
getElements
-
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:
-
close
public void close()Closes the form window and removes the form data. -
getWindow
-