io.github.mmm.ui.api.widget.menu.UiAbstractMenuItem Maven / Gradle / Ivy
The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.ui.api.widget.menu;
/**
* {@link UiAbstractMenuEntry} for a menu item. It is a leaf in the menu or navigation tree and is one of the following
* items:
*
* - {@link UiMenuItem}
* - {@link UiMenuItemCheckbox}
* - {@link UiMenuItemRadioButton}
* - {@link UiMenuItemSeparator}
*
*
* @since 1.0.0
*/
public abstract interface UiAbstractMenuItem extends UiAbstractMenuEntry {
}