All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mmm.ui.api.widget.menu.UiMenu 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;

import io.github.mmm.ui.api.attribute.AttributeWriteText;

/**
 * {@link UiAbstractMenuEntry Navigation entry} that represents a group of other {@link UiAbstractMenuEntry navigation
 * entries}. If created via a {@link UiMenuBar} this will be a menu that can be opened and if created from a
 * {@link UiNavigationBar} it will be a link that collapses or expands its {@link #getChild(int) children}.
 * 
 * @since 1.0.0
 */
public interface UiMenu extends UiAbstractMenuEntry, UiAbstractMenuWithItems, AttributeWriteText {

  /**
   * The {@link io.github.mmm.ui.api.datatype.UiStyles#add(String) style} for this widget in {@link UiNavigationBar}.
   */
  static final String STYLE_NAV = "ui-navmenu";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy