Interface UITextBoxBuilder<BackgroundType>

Interface for 'TextBox'-builder.

Type Parameters

Hierarchy

Methods

  • Make new TextBoxBuilder with different background

    Type Parameters

    • NewBackgroundType extends UIBackground<NewBackgroundType> & InternalBackground<NewBackgroundType>

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

      Constructor for desired Background. See UIBackgrounds for a collection of options.

    Returns UITextBoxBuilder<NewBackgroundType>