Interface IUITextComponent

    • Method Detail

      • createTextProp

        GProp<?> createTextProp()
        Component must return the text property to use with the name Atom.TEXT.

        Note: This method MUST be overridden by text supporting components.

        Returns:
        StringProp for plain strings, KStringProp for HTML support, PlainKStringProp for tagged plain strings or null for no text support.