Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UILUTCheckBoxBuilder<BackgroundType, PictureOffType, PictureOnType>

Interface for 'LUTCheckBox'-builder.

Index

Methods

addStyler

  • Make new Builder with an additional styler.

    Parameters

    Returns this

    New Builder

setAlignment

  • setAlignment(alignment: "horizontal" | "vertical"): UILUTCheckBoxBuilder<BackgroundType, PictureOffType, PictureOnType>
  • Make new UILUTCheckBoxBuilder with different alignment.

    Parameters

    • alignment: "horizontal" | "vertical"

      Alignment for UILUTCheckBox

    Returns UILUTCheckBoxBuilder<BackgroundType, PictureOffType, PictureOnType>

    New UILUTCheckBoxBuilder

setBackground

  • setBackground(newBackground: BackgroundConstructor<NewBackgroundType>): UILUTCheckBoxBuilder<NewBackgroundType, PictureOffType, PictureOnType>
  • Make new UILUTCheckBoxBuilder with different background.

    Type parameters

    • NewBackgroundType: BackgroundType & InternalBackground

    Parameters

    • newBackground: BackgroundConstructor<NewBackgroundType>

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

    Returns UILUTCheckBoxBuilder<NewBackgroundType, PictureOffType, PictureOnType>

setPictureOff

  • setPictureOff(newPictureOff: PrimitiveUiConstructor<NewPictureOffType>): UILUTCheckBoxBuilder<BackgroundType, NewPictureOffType, PictureOnType>
  • Make new UILUTCheckBoxBuilder with different Picture OFF.

    Type parameters

    • NewPictureOffType: PictureOffType

    Parameters

    • newPictureOff: PrimitiveUiConstructor<NewPictureOffType>

      Constructor for desired Picture OFF. See UIButtonPictures for a collection of options.

    Returns UILUTCheckBoxBuilder<BackgroundType, NewPictureOffType, PictureOnType>

    New UILUTCheckBoxBuilder with different Picture OFF.

setPictureOn

  • setPictureOn(newPictureOn: PrimitiveUiConstructor<NewPictureOnType>): UILUTCheckBoxBuilder<BackgroundType, PictureOffType, NewPictureOnType>
  • Make new UILUTCheckBoxBuilder with different Picture ON.

    Type parameters

    • NewPictureOnType: PictureOnType

    Parameters

    • newPictureOn: PrimitiveUiConstructor<NewPictureOnType>

    Returns UILUTCheckBoxBuilder<BackgroundType, PictureOffType, NewPictureOnType>

    New UILUTCheckBoxBuilder with different Picture ON.