Klasse Form

java.lang.Object
uibooster.model.Form

public class Form extends Object
  • Konstruktordetails

  • Methodendetails

    • getById

      public FormElement getById(String id)
    • getByIndex

      public FormElement getByIndex(int index)
    • getByLabel

      public FormElement getByLabel(String label)
    • getElements

      public List<FormElement> getElements()
    • isClosedByUser

      public boolean isClosedByUser()
    • hide

      public Form hide()
      Hides the form window, but keeps the form data.
      Gibt zurück:
      the current FilledForm object for method chaining
    • show

      public Form 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

      public JDialog getWindow()