We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.contextmenu.
Class MenuItem
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.contextmenu.MenuItem
-
All Implemented Interfaces:
AttachNotifier, ClickNotifier<MenuItem>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasText, Serializable
@Tag(value="vaadin-item") @HtmlImport(value="frontend://bower_components/vaadin-item/src/vaadin-item.html") public class MenuItem extends Component implements HasText, HasComponents, ClickNotifier<MenuItem>, HasEnabled
Item component used inside
ContextMenu
Author:
Vaadin Ltd.
See Also:
-
-
Method Summary
All Methods Modifier and Type Method and Description ContextMenuBase<?>
getContextMenu()
Gets the context-menu component that this item belongs to.
-
Methods inherited from class com.vaadin.flow.component.Component
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.flow.component.HasComponents
add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
-
Methods inherited from interface com.vaadin.flow.component.HasEnabled
isEnabled, setEnabled
-
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
-
Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener
-
Methods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListener
-
Methods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListener
-
-
-
-
Method Detail
-
getContextMenu
public ContextMenuBase<?> getContextMenu()
Gets the context-menu component that this item belongs to.
Returns:
the context-menu component
-
-