Interface StyleAccessor.StyleBuilder<T,​B extends StyleAccessor.StyleBuilder<T,​B>>

Type Parameters:
T - The type of the style.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
StyleAccessor<T>

public static interface StyleAccessor.StyleBuilder<T,​B extends StyleAccessor.StyleBuilder<T,​B>>
Provides a builder method for a style property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withStyle​(T aStyle)
    Sets the style for the style property.
  • Method Details

    • withStyle

      B withStyle​(T aStyle)
      Sets the style for the style property.
      Parameters:
      aStyle - The style to be stored by the style property.
      Returns:
      The builder for applying multiple build operations.