Interface UICheckBoxBuilder<BackgroundType, PictureOffType, PictureOnType>

Interface for 'CheckBox'-builder.

Type Parameters

Hierarchy

Methods

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

  • Make new CheckBoxBuilder with different Picture OFF.

    Returns

    New CheckBoxBuilder with different Picture OFF.

    Type Parameters

    Parameters

    • newPictureOff: PrimitiveUiConstructor<NewPictureOffType>

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

    Returns UICheckBoxBuilder<BackgroundType, NewPictureOffType, PictureOnType>

  • Make new CheckBoxBuilder with different Picture ON.

    Returns

    New CheckBoxBuilder with different Picture ON.

    Type Parameters

    Parameters

    • newPictureOn: PrimitiveUiConstructor<NewPictureOnType>

    Returns UICheckBoxBuilder<BackgroundType, PictureOffType, NewPictureOnType>