Interface IUIPlainKStringComponent

All Superinterfaces:
IUITextComponent

public interface IUIPlainKStringComponent extends IUITextComponent
Interface implemented by plain string supporting components such as the UI Text and Text Area components.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    default GProp<?>
    Component must return the text property to use with the name Atom.TEXT.
  • Method Details

    • createTextProp

      default 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.

      Specified by:
      createTextProp in interface IUITextComponent
      Returns:
      StringProp for plain strings.