Class ActionMenuItem

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum ActionMenuItem.MenuItemType

      Supported types of action menu items.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getItemId() Return the resource id for this menu item.
      Drawable getIcon() Returns Item's icon.
      String getLabel() Returns Item's label.
      ActionMenuItem.MenuItemType getItemType() Return type of the action menu item.
      boolean isEnabled() Returns True if this menu item is enabled, false otherwise.
      void setEnabled(boolean enabled) Sets the enabled state of this item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail