Class QueryButtonsBar

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, Serializable

    @Tag("query-buttons-bar")
    @JsModule("./src/components/query-buttons-bar.js")
    public class QueryButtonsBar
    extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>
    Java wrapper of the polymer element `form-buttons-bar`
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryButtonsBar()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.flow.shared.Registration addClearSearchListener​(com.vaadin.flow.component.ComponentEventListener<QueryButtonsBar.ClearSearchEvent> listener)  
      com.vaadin.flow.shared.Registration addSearchListener​(com.vaadin.flow.component.ComponentEventListener<QueryButtonsBar.SearchEvent> listener)  
      • Methods inherited from class com.vaadin.flow.component.polymertemplate.PolymerTemplate

        getChildren
      • Methods inherited from class com.vaadin.flow.component.polymertemplate.AbstractTemplate

        getModel, getModelType, getModelType, getStateNode, initModel, isSupportedClass
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
    • Constructor Detail

      • QueryButtonsBar

        public QueryButtonsBar()
    • Method Detail

      • addSearchListener

        public com.vaadin.flow.shared.Registration addSearchListener​(com.vaadin.flow.component.ComponentEventListener<QueryButtonsBar.SearchEvent> listener)
      • addClearSearchListener

        public com.vaadin.flow.shared.Registration addClearSearchListener​(com.vaadin.flow.component.ComponentEventListener<QueryButtonsBar.ClearSearchEvent> listener)