Interface UIServiceComponentWriter

    • Method Detail

      • startForm

        void startForm​(UIFormSpec aFormSpec)
        Deprecated.
        Starts a new form.

        Caution:

        Parameters:
        aFormSpec - the specification for the form.
        Throws:
        IllegalStateException - if the form was already started.
      • addSubtitle

        void addSubtitle​(UserMessage aMessage)
        Deprecated.
        Adds a subtitle in the page. This is equivalent to HTML <h3>.

        The label of the user service is in the header of the workspace. All titles added in the page are considered as subtitles.

        The label of the user service in the header of the workspace can be changed with ServiceContext.setTitle(UserMessage).

        Parameters:
        aMessage - the text of the subtitle.
      • addSubSubtitle

        void addSubSubtitle​(UserMessage aMessage)
        Deprecated.
        Adds a title under subtitle level. This is equivalent to HTML <h4>.
        Parameters:
        aMessage - the text of the sub-subtitle.