Class TextBoxItem

    • Constructor Detail

      • TextBoxItem

        public TextBoxItem​(String name)
      • TextBoxItem

        public TextBoxItem​(String name,
                           String label)
    • Method Detail

      • attach

        public void attach()
        Description copied from class: AbstractFormItem
        Calls SuggestHandler.attach() in case there was one registered. If you override this method, please call super.attach() to keep this behaviour.
        Specified by:
        attach in interface Attachable
        Overrides:
        attach in class AbstractFormItem<String>
      • isEmpty

        public boolean isEmpty()
        Returns:
        if this form item has no value.
      • supportsExpressions

        public boolean supportsExpressions()