Package coop.intergal.ui
Class SubSubmenu
- 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.SubSubmenu
-
- 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("sub-submenu") @JsModule("./src/sub-submenu.js") @Route("ssubmenuGeneric") public class SubSubmenu extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel> implements com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle!!!! NO SE USA EN TYS *****, se usa el que esta en coop.intergal.tys.ui A Designer generated component for the sub-submenu template. Designer will add and remove fields with @Id mappings but does not overwrite or otherwise change this file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubSubmenu()SubSubmenu(String filter2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)StringgetPageTitle()ArrayList<String[]>getRowsColList()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
-
-
-
-
Constructor Detail
-
SubSubmenu
public SubSubmenu()
-
SubSubmenu
public SubSubmenu(String filter2)
-
-
Method Detail
-
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
-
-