Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeEnter​(com.vaadin.flow.router.BeforeEnterEvent event)  
      String getPageTitle()  
      ArrayList<String[]> getRowsColList()  
      void setRowsColList​(ArrayList<String[]> rowsColList)  
      • Methods inherited from class com.vaadin.flow.component.polymertemplate.PolymerTemplate

        getChildren
      • 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
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
    • Constructor Detail

      • SubSubmenu

        public SubSubmenu()
      • SubSubmenu

        public SubSubmenu​(String filter2)
    • Method Detail

      • setRowsColList

        public void setRowsColList​(ArrayList<String[]> rowsColList)
      • beforeEnter

        public void beforeEnter​(com.vaadin.flow.router.BeforeEnterEvent event)
        Specified by:
        beforeEnter in interface com.vaadin.flow.router.internal.BeforeEnterHandler
      • getPageTitle

        public String getPageTitle()
        Specified by:
        getPageTitle in interface com.vaadin.flow.router.HasDynamicTitle