Class ActionDTO


  • public class ActionDTO
    extends Object
    • Constructor Detail

      • ActionDTO

        public ActionDTO​(String type,
                         String text)
        The constructor used to create one Action
      • ActionDTO

        public ActionDTO​(String type,
                         String text,
                         int maxGroupVisualButtonsCount,
                         List<ActionDTO> actions,
                         String icon,
                         boolean showOnlyIcon)
        The constructor used to create group of Actions
    • Method Detail