Package coop.intergal.ui.views
Class DynamicDisplayOnly
- 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.DynamicDisplayOnly
-
- 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-display-only") @JsModule("./src/views/generic/layout/dynamic-display-only.js") @CssImport(value="./styles/tysstyle.css", themeFor="dynamic-display-only") public class DynamicDisplayOnly 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
-
-
Constructor Summary
Constructors Constructor Description DynamicDisplayOnly()DynamicDisplayOnly(com.vaadin.flow.component.polymertemplate.TemplateParser parser)DynamicDisplayOnly(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)protected StringgetBasePage()protected com.vaadin.flow.data.binder.Binder<DynamicDBean>getBinder()FormButtonsBargetButtons()com.vaadin.flow.component.splitlayout.SplitLayoutgetDisplaySplitSubGrid()com.vaadin.flow.component.html.DivgetDivDisplay()ObjectgetDivInDisplay()com.vaadin.flow.component.html.DivgetDivSubGrid()StringgetPageTitle()ArrayList<String>getRowsColList()voidsetButtons(FormButtonsBar buttons)voidsetDisplaySplitSubGrid(com.vaadin.flow.component.splitlayout.SplitLayout displaySplitSubGrid)voidsetDivDisplay(com.vaadin.flow.component.html.Div divDisplay)voidsetDivInDisplay(Object divInDisplay)voidsetDivSubGrid(com.vaadin.flow.component.html.Div divSubGrid)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
-
DynamicDisplayOnly
public DynamicDisplayOnly()
-
DynamicDisplayOnly
public DynamicDisplayOnly(com.vaadin.flow.component.polymertemplate.TemplateParser parser, com.vaadin.flow.server.VaadinService service)
-
DynamicDisplayOnly
public DynamicDisplayOnly(com.vaadin.flow.component.polymertemplate.TemplateParser parser)
-
-
Method Detail
-
getDivDisplay
public com.vaadin.flow.component.html.Div getDivDisplay()
-
setDivDisplay
public void setDivDisplay(com.vaadin.flow.component.html.Div divDisplay)
-
getDivSubGrid
public com.vaadin.flow.component.html.Div getDivSubGrid()
-
setDivSubGrid
public void setDivSubGrid(com.vaadin.flow.component.html.Div divSubGrid)
-
getButtons
public FormButtonsBar getButtons()
-
setButtons
public void setButtons(FormButtonsBar buttons)
-
getDisplaySplitSubGrid
public com.vaadin.flow.component.splitlayout.SplitLayout getDisplaySplitSubGrid()
-
setDisplaySplitSubGrid
public void setDisplaySplitSubGrid(com.vaadin.flow.component.splitlayout.SplitLayout displaySplitSubGrid)
-
getDivInDisplay
public Object getDivInDisplay()
-
setDivInDisplay
public void setDivInDisplay(Object divInDisplay)
-
getBasePage
protected String getBasePage()
-
getBinder
protected com.vaadin.flow.data.binder.Binder<DynamicDBean> getBinder()
-
showButtonClickedMessage
public com.vaadin.flow.component.button.Button showButtonClickedMessage()
-
beforeEnter
public void beforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)
- Specified by:
beforeEnterin interfacecom.vaadin.flow.router.internal.BeforeEnterHandler
-
getPageTitle
public String getPageTitle()
- Specified by:
getPageTitlein interfacecom.vaadin.flow.router.HasDynamicTitle
-
-