Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UITextBoxBuilder<BackgroundType>

Interface for 'TextBox'-builder.

Index

Methods

addStyler

  • Make new Builder with an additional styler.

    Parameters

    Returns this

    New Builder

setBackground

  • setBackground(newBackground: BackgroundConstructor<NewBackgroundType>): UITextBoxBuilder<NewBackgroundType>
  • Make new TextBoxBuilder with different background

    Type parameters

    • NewBackgroundType: BackgroundType & InternalBackground

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

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

    Returns UITextBoxBuilder<NewBackgroundType>