com.hp.lft.sdk.sap.ui5

Class HeaderDescription.Init<T extends HeaderDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • text

        public T text(java.lang.String text)
        Initializes the text of the description instance.
        Parameters:
        text - the text of the description instance.
        Returns:
        the description instance with the update state (builder pattern).
      • text

        public T text(StringProperty text)
        Initializes the text of the description instance.
        Parameters:
        text - the text of the description instance.
        Returns:
        the description instance with the update state (builder pattern).