Class FieldTemplateComboRelatedForPick
- 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.metadata.ui.views.dev.lac.FieldTemplateComboRelatedForPick
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.router.HasDynamicTitle,Serializable
@Tag("combo-twin-for-pick") @JsModule("./src/views/dev/lac/combo-twin-for-pick.js") public class FieldTemplateComboRelatedForPick extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel> implements com.vaadin.flow.router.HasDynamicTitle- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldTemplateComboRelatedForPick.AcceptPickEvent
-
Constructor Summary
Constructors Constructor Description FieldTemplateComboRelatedForPick(com.vaadin.flow.component.polymertemplate.TemplateParser parser)FieldTemplateComboRelatedForPick(com.vaadin.flow.component.polymertemplate.TemplateParser parser, com.vaadin.flow.server.VaadinService service)FieldTemplateComboRelatedForPick(String childResourceName, String parentResourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.shared.RegistrationaddAcceptPickListener(com.vaadin.flow.component.ComponentEventListener<FieldTemplateComboRelatedForPick.AcceptPickEvent> listener)protected StringgetBasePage()protected com.vaadin.flow.data.binder.Binder<DynamicDBean>getBinder()StringgetMapedCols()StringgetPageTitle()ArrayList<String>getRowsColList()voidsetRowsColList(ArrayList<String> rowsColList)com.vaadin.flow.component.button.ButtonshowButtonClickedMessage()-
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
-
-
-
-
Constructor Detail
-
FieldTemplateComboRelatedForPick
public FieldTemplateComboRelatedForPick(String childResourceName, String parentResourceName)
-
FieldTemplateComboRelatedForPick
public FieldTemplateComboRelatedForPick(com.vaadin.flow.component.polymertemplate.TemplateParser parser, com.vaadin.flow.server.VaadinService service)
-
FieldTemplateComboRelatedForPick
public FieldTemplateComboRelatedForPick(com.vaadin.flow.component.polymertemplate.TemplateParser parser)
-
-
Method Detail
-
getBasePage
protected String getBasePage()
-
getBinder
protected com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()
-
showButtonClickedMessage
public com.vaadin.flow.component.button.Button showButtonClickedMessage()
-
getPageTitle
public String getPageTitle()
- Specified by:
getPageTitlein interfacecom.vaadin.flow.router.HasDynamicTitle
-
addAcceptPickListener
public com.vaadin.flow.shared.Registration addAcceptPickListener(com.vaadin.flow.component.ComponentEventListener<FieldTemplateComboRelatedForPick.AcceptPickEvent> listener)
-
getMapedCols
public String getMapedCols()
-
-