Package coop.intergal.ui.views
Class DynamicQryGridDisplay
- 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.DynamicQryGridDisplay
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasElement,com.vaadin.flow.router.BeforeEnterObserver,com.vaadin.flow.router.HasDynamicTitle,com.vaadin.flow.router.internal.BeforeEnterHandler,Serializable
@Tag("dynamic-qry-grid-display") @JsModule("./src/views/generic/layout/dynamic-qry-grid-display.js") @CssImport(value="./styles/tysstyle.css",themeFor="dynamic-qry-grid-display") @CssImport(value="./styles/tysstyle-form-layout.css",themeFor="vaadin-form-layout") @Route("dynamicQGD") public class DynamicQryGridDisplay extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel> implements com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynamicQryGridDisplay.BeaconEventstatic classDynamicQryGridDisplay.BeaconHandler
-
Constructor Summary
Constructors Constructor Description DynamicQryGridDisplay()DynamicQryGridDisplay(com.vaadin.flow.component.polymertemplate.TemplateParser parser)DynamicQryGridDisplay(com.vaadin.flow.component.polymertemplate.TemplateParser parser, com.vaadin.flow.server.VaadinService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)voidbrowserIsLeaving()com.vaadin.flow.component.ComponentcreateContent()com.vaadin.flow.component.ComponentcreateContent(Boolean isSubform)StringgetAddFormClassName()protected StringgetBasePage()protected com.vaadin.flow.data.binder.Binder<DynamicDBean>getBinder()StringgetDisplayFormClassName()com.vaadin.flow.component.splitlayout.SplitLayoutgetDisplaySplitSubGrid()com.vaadin.flow.component.html.DivgetDivDisplay()ObjectgetDivInDisplay()com.vaadin.flow.component.html.DivgetDivQuery()Hashtable<String,DynamicViewGrid>getDvgIntheForm()StringgetFilter()DynamicViewGridgetGrid()com.vaadin.flow.component.splitlayout.SplitLayoutgetGridSplitDisplay()StringgetIdMenu()StringgetPageTitle()StringgetQueryFormClassName()com.vaadin.flow.component.html.DivgetQuerySplitGrid()StringgetResourceName()ArrayList<String>getRowsColList()protected voidonAttach(com.vaadin.flow.component.AttachEvent attachEvent)protected voidonDetach(com.vaadin.flow.component.DetachEvent detachEvent)voidprepareLayout(String queryFormClassName, String displayFormClassName, String addFormClassName, String gridClassName, Boolean isSubform)voidsetAddFormClassName(String addFormClassName)voidsetDisplayFormClassName(String displayFormClassName)voidsetDisplaySplitSubGrid(com.vaadin.flow.component.splitlayout.SplitLayout displaySplitSubGrid)voidsetDivDisplay(com.vaadin.flow.component.html.Div divDisplay)voidsetDivInDisplay(Object divInDisplay)voidsetDivQuery(com.vaadin.flow.component.html.Div divQuery)voidsetDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)voidsetFilter(String filter)voidsetGrid(DynamicViewGrid grid)voidsetGridSplitDisplay(com.vaadin.flow.component.splitlayout.SplitLayout gridSplitDisplay)voidsetIdMenu(String idMenu)voidsetQueryFormClassName(String queryFormClassName)voidsetQuerySplitGrid(com.vaadin.flow.component.html.Div querySplitGrid)voidsetResourceName(String resourceName)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, onEnabledStateChanged, set, setElement, setId, setVisible
-
-
-
-
Constructor Detail
-
DynamicQryGridDisplay
public DynamicQryGridDisplay()
-
DynamicQryGridDisplay
public DynamicQryGridDisplay(com.vaadin.flow.component.polymertemplate.TemplateParser parser, com.vaadin.flow.server.VaadinService service)
-
DynamicQryGridDisplay
public DynamicQryGridDisplay(com.vaadin.flow.component.polymertemplate.TemplateParser parser)
-
-
Method Detail
-
getDvgIntheForm
public Hashtable<String,DynamicViewGrid> getDvgIntheForm()
-
setDvgIntheForm
public void setDvgIntheForm(Hashtable<String,DynamicViewGrid> dvgIntheForm)
-
getDivDisplay
public com.vaadin.flow.component.html.Div getDivDisplay()
-
setDivDisplay
public void setDivDisplay(com.vaadin.flow.component.html.Div divDisplay)
-
getGrid
public DynamicViewGrid getGrid()
-
setGrid
public void setGrid(DynamicViewGrid grid)
-
getDivQuery
public com.vaadin.flow.component.html.Div getDivQuery()
-
getDisplaySplitSubGrid
public com.vaadin.flow.component.splitlayout.SplitLayout getDisplaySplitSubGrid()
-
setDisplaySplitSubGrid
public void setDisplaySplitSubGrid(com.vaadin.flow.component.splitlayout.SplitLayout displaySplitSubGrid)
-
getQuerySplitGrid
public com.vaadin.flow.component.html.Div getQuerySplitGrid()
-
setQuerySplitGrid
public void setQuerySplitGrid(com.vaadin.flow.component.html.Div querySplitGrid)
-
getGridSplitDisplay
public com.vaadin.flow.component.splitlayout.SplitLayout getGridSplitDisplay()
-
setGridSplitDisplay
public void setGridSplitDisplay(com.vaadin.flow.component.splitlayout.SplitLayout gridSplitDisplay)
-
getDivInDisplay
public Object getDivInDisplay()
-
setDivInDisplay
public void setDivInDisplay(Object divInDisplay)
-
setDivQuery
public void setDivQuery(com.vaadin.flow.component.html.Div divQuery)
-
getBasePage
protected String getBasePage()
-
getIdMenu
public String getIdMenu()
-
setIdMenu
public void setIdMenu(String idMenu)
-
getBinder
protected com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()
-
showButtonClickedMessage
public com.vaadin.flow.component.button.Button showButtonClickedMessage()
-
getResourceName
public String getResourceName()
-
setResourceName
public void setResourceName(String resourceName)
-
getFilter
public String getFilter()
-
setFilter
public void setFilter(String filter)
-
getDisplayFormClassName
public String getDisplayFormClassName()
-
setDisplayFormClassName
public void setDisplayFormClassName(String displayFormClassName)
-
getAddFormClassName
public String getAddFormClassName()
-
setAddFormClassName
public void setAddFormClassName(String addFormClassName)
-
getQueryFormClassName
public String getQueryFormClassName()
-
setQueryFormClassName
public void setQueryFormClassName(String queryFormClassName)
-
beforeEnter
public void beforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)
- Specified by:
beforeEnterin interfacecom.vaadin.flow.router.internal.BeforeEnterHandler
-
createContent
public com.vaadin.flow.component.Component createContent(Boolean isSubform)
-
createContent
public com.vaadin.flow.component.Component createContent()
-
prepareLayout
public void prepareLayout(String queryFormClassName, String displayFormClassName, String addFormClassName, String gridClassName, Boolean isSubform)
-
getPageTitle
public String getPageTitle()
- Specified by:
getPageTitlein interfacecom.vaadin.flow.router.HasDynamicTitle
-
browserIsLeaving
@ClientCallable public void browserIsLeaving()
-
onAttach
protected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
- Overrides:
onAttachin classcom.vaadin.flow.component.Component
-
onDetach
protected void onDetach(com.vaadin.flow.component.DetachEvent detachEvent)
- Overrides:
onDetachin classcom.vaadin.flow.component.Component
-
-