
org.molgenis.ui.MolgenisUiMenu Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-core-ui Show documentation
Show all versions of molgenis-core-ui Show documentation
Spaghetti module containing core plugins and legacy UI components.
package org.molgenis.ui;
import java.util.List;
public interface MolgenisUiMenu extends MolgenisUiMenuItem
{
List getItems(); // FIXME iterable instead of list
boolean containsItem(String itemId);
MolgenisUiMenuItem getActiveItem();
List getBreadcrumb();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy