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

cn.mapway.ui.client.widget.menu.IMenuProvider Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.ui.client.widget.menu;


/**
 * 菜单数据提供者
 *
 * @author zhangjianshe
 */
public interface IMenuProvider {
    /**
     * 查找子菜单项
     *
     * @param parent the parent
     * @return menu item
     */
    IMenuItem findMenu(IMenuItem parent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy