类 NEMenuItemStates


  • public class NEMenuItemStates
    extends java.lang.Object
    菜单项状态查询帮助类
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int MENU_STATE_CHECKED
      菜单项"选中"状态
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static boolean isChecked​(int state)
      对应 state 是否处于 check 状态
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • MENU_STATE_CHECKED

        public static final int MENU_STATE_CHECKED
        菜单项"选中"状态
        另请参阅:
        常量字段值
    • 方法详细资料

      • isChecked

        public static boolean isChecked​(int state)
        对应 state 是否处于 check 状态
        参数:
        state - 菜单状态
        返回:
        是否选中