com.hp.lft.sdk.sap.ui5

Class LabelDescription

    • Constructor Detail

      • LabelDescription

        public LabelDescription()
        Initializes a new instance of the LabelDescription class.
      • LabelDescription

        protected LabelDescription(LabelDescription.Init<?> init)
        Initializes a new instance of the LabelDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setText

        public void setText(StringProperty text)
        Sets the text of the label using a string property.
        Parameters:
        text - a StringProperty(or RegExpProperty) representing the text of the label.
      • setText

        public void setText(java.lang.String text)
        Sets the text of the label.
        Parameters:
        text - the text of the label.
      • getText

        public StringProperty getText()
        Returns the text of the label.
        Returns:
        The text of the label.