All Superinterfaces:
Component, LabeledComponent
All Known Implementing Classes:
ActionWrapper, DefaultAction

@Deprecated public interface Action extends LabeledComponent
Deprecated.
  • Method Details

    • getPath

      String getPath()
      Deprecated.
    • setPath

      void setPath(String path)
      Deprecated.
    • getActionType

      String getActionType()
      Deprecated.
    • setActionType

      void setActionType(String actionType)
      Deprecated.
    • getIcon

      String getIcon()
      Deprecated.
    • setIcon

      void setIcon(String icon)
      Deprecated.
    • setProperties

      void setProperties(Map<String,Object> properties)
      Deprecated.
    • getProperties

      @Nullable @Nullable Map<String,Object> getProperties()
      Deprecated.
    • setGroupName

      void setGroupName(String groupName)
      Deprecated.
    • getGroupName

      String getGroupName()
      Deprecated.