Package 

Class ActionItem


  • 
    public final class ActionItem
    
                        

    Created by leimi on 2022/5/5.

    • Constructor Summary

      Constructors 
      Constructor Description
      ActionItem(Integer actionIcon, Integer actionName, String actionType, Boolean isManual, Boolean disable)
      ActionItem(Integer actionIcon, Integer actionName, String actionType, Boolean isManual)
    • Method Summary

      Modifier and Type Method Description
      final Boolean getDisable()
      final Unit setDisable(Boolean disable)
      final Integer getActionIcon()
      final Integer getActionName()
      final String getActionType()
      final Boolean getIsManual()
      • Methods inherited from class java.lang.Object

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

      • ActionItem

        ActionItem(Integer actionIcon, Integer actionName, String actionType, Boolean isManual, Boolean disable)
      • ActionItem

        ActionItem(Integer actionIcon, Integer actionName, String actionType, Boolean isManual)