Class UIFormLabelSpec

    • Constructor Detail

      • UIFormLabelSpec

        public UIFormLabelSpec​(String aLabelText)
        Creates a simple label. This method is equivalent to:
        UIFormLabelSpec(null, aLabelText)
      • UIFormLabelSpec

        public UIFormLabelSpec​(UserMessage aLabelMessage)
        Creates a simple label with a UserMessage. This method is equivalent to:
        UIFormLabelSpec(null, aLabelMessage)
    • Method Detail

      • setMandatoryIndicator

        public void setMandatoryIndicator()
        Sets the mandatory field indicator on this label.
        Since:
        5.2.3