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

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

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

/**
 * 菜單方向.
 *
 * @author zhangjianshe
 */
public enum MenuDirection {

    /**
     * 水平.
     */
    HORIZONTAL,
    /**
     * 垂直.
     */
    VERTICAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy