Class FileItem

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasValueChangeHandlers<elemental2.dom.File>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.TakesValue<elemental2.dom.File>, com.google.gwt.user.client.ui.Focusable, com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.user.client.ui.HasName, com.google.gwt.user.client.ui.HasValue<elemental2.dom.File>, Attachable, FormItem<elemental2.dom.File>

    public class FileItem
    extends AbstractFormItem<elemental2.dom.File>
    • Constructor Detail

    • 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<elemental2.dom.File>
      • isEmpty

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

        public boolean supportsExpressions()