Package coop.intergal.ui.views
Class GenericDynamicForm
- 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.views.GenericDynamicForm
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,Serializable
- Direct Known Subclasses:
DynamicForm
public class GenericDynamicForm extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.vaadin.flow.data.binder.Binder<DynamicDBean>binder
-
Constructor Summary
Constructors Constructor Description GenericDynamicForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindFields(Class<?> class1, Object object)protected voidbindFields(Class<?> class1, Object object, com.vaadin.flow.data.binder.Binder<DynamicDBean> altBinder, String prefix)com.vaadin.flow.data.binder.Binder<DynamicDBean>getBinder()FormButtonsBargetButtonsForm()com.vaadin.flow.component.dialog.DialoggetDialogForPick()DynamicViewGridgetDVGrid()ArrayList<String[]>getRowsColList()voidsetBinder(com.vaadin.flow.data.binder.Binder<DynamicDBean> binder)voidsetButtonsForm(FormButtonsBar buttonsForm)voidsetDialogForPick(com.vaadin.flow.component.dialog.Dialog dialogForPick)voidsetDVGrid(DynamicViewGrid dVGrid)voidsetRowsColList(ArrayList<String[]> rowsColList)-
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
-
-
-
-
Field Detail
-
binder
protected com.vaadin.flow.data.binder.Binder<DynamicDBean> binder
-
-
Method Detail
-
getBinder
public com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()
-
setBinder
public void setBinder(com.vaadin.flow.data.binder.Binder<DynamicDBean> binder)
-
getButtonsForm
public FormButtonsBar getButtonsForm()
-
setButtonsForm
public void setButtonsForm(FormButtonsBar buttonsForm)
-
getDVGrid
public DynamicViewGrid getDVGrid()
-
setDVGrid
public void setDVGrid(DynamicViewGrid dVGrid)
-
getDialogForPick
public com.vaadin.flow.component.dialog.Dialog getDialogForPick()
-
setDialogForPick
public void setDialogForPick(com.vaadin.flow.component.dialog.Dialog dialogForPick)
-
bindFields
protected void bindFields(Class<?> class1, Object object, com.vaadin.flow.data.binder.Binder<DynamicDBean> altBinder, String prefix)
-
-