Class MenuBarView
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.demo.DemoView
-
- com.vaadin.flow.component.menubar.demo.MenuBarView
-
- All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasStyle,com.vaadin.flow.router.HasUrlParameter<String>,Serializable
@Route("vaadin-menu-bar") public class MenuBarView extends DemoViewView forMenuBardemo.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MenuBarView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitView()-
Methods inherited from class com.vaadin.flow.demo.DemoView
addCard, addCard, addVariantsDemo, onAttach, populateSources, setParameter
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-