Interface DialogElement

All Known Implementing Classes:
DialogSelectElement, DialogTextAreaElement, DialogTextElement

public interface DialogElement
A dialog Form DialogElement such as text, textarea, or select or select.
See Also:
  • Method Details

    • getLabel

      String getLabel()
    • setLabel

      void setLabel(String label)
    • getName

      String getName()
    • setName

      void setName(String name)
    • getType

      String getType()
    • getValue

      String getValue()
    • setValue

      void setValue(String value)
    • getPlaceholder

      String getPlaceholder()
    • setPlaceholder

      void setPlaceholder(String placeholder)
    • isOptional

      boolean isOptional()
    • setOptional

      void setOptional(boolean isOptional)