Interface UILUTCheckBoxBuilder<BackgroundType, PictureOffType, PictureOnType>

Interface for 'LUTCheckBox'-builder.

Type Parameters

Hierarchy

Methods

  • Make new UILUTCheckBoxBuilder with different alignment.

    Returns

    New UILUTCheckBoxBuilder

    Parameters

    • alignment: "horizontal" | "vertical"

      Alignment for UILUTCheckBox

    Returns UILUTCheckBoxBuilder<BackgroundType, PictureOffType, PictureOnType>

  • Make new UILUTCheckBoxBuilder 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 UILUTCheckBoxBuilder<NewBackgroundType, PictureOffType, PictureOnType>

  • Make new UILUTCheckBoxBuilder with different Picture OFF.

    Returns

    New UILUTCheckBoxBuilder with different Picture OFF.

    Type Parameters

    Parameters

    • newPictureOff: PrimitiveUiConstructor<NewPictureOffType>

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

    Returns UILUTCheckBoxBuilder<BackgroundType, NewPictureOffType, PictureOnType>

  • Make new UILUTCheckBoxBuilder with different Picture ON.

    Returns

    New UILUTCheckBoxBuilder with different Picture ON.

    Type Parameters

    Parameters

    • newPictureOn: PrimitiveUiConstructor<NewPictureOnType>

    Returns UILUTCheckBoxBuilder<BackgroundType, PictureOffType, NewPictureOnType>