Interface UserServiceWriter

    • Method Detail

      • newActionButton

        UIButtonSpecNavigation newActionButton​(String aLabel,
                                               UserServiceEvent aCallback)
        Creates a specification for an action button.
        Parameters:
        aLabel - the button label.
        aCallback - the callback.
        Returns:
        the button specification.
      • newActionButton

        UIButtonSpecNavigation newActionButton​(UserMessage aLabel,
                                               UserServiceEvent aCallback)
        Creates a specification for a localized action button.
        Parameters:
        aLabel - the button label.
        aCallback - the callback.
        Returns:
        the button specification.
      • addButton

        void addButton​(UIButtonSpec aButton)
        Adds a button.
        Parameters:
        aButton - the button specification.