Package coop.intergal.ui.components
Class QueryButtonsBar
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.polymertemplate.AbstractTemplate<M>
-
- com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>
-
- coop.intergal.ui.components.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryButtonsBar.ClearSearchEventstatic classQueryButtonsBar.SearchEvent
-
Constructor Summary
Constructors Constructor Description QueryButtonsBar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.shared.RegistrationaddClearSearchListener(com.vaadin.flow.component.ComponentEventListener<QueryButtonsBar.ClearSearchEvent> listener)com.vaadin.flow.shared.RegistrationaddSearchListener(com.vaadin.flow.component.ComponentEventListener<QueryButtonsBar.SearchEvent> listener)-
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
-
-
-
-
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)
-
-