com.hp.lft.sdk.sap.ui5

Class HeaderDescription

    • Constructor Detail

      • HeaderDescription

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

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

      • setText

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

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

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