Class NullableListStyleableKey<T>

Type Parameters:
T - the element type of the list
All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<ImmutableList<T>>, WritableStyleableMapAccessor<ImmutableList<T>>, Key<ImmutableList<T>>, MapAccessor<ImmutableList<T>>, NullableKey<ImmutableList<T>>

public class NullableListStyleableKey<T> extends AbstractReadOnlyStyleableKey<ImmutableList<T>> implements WritableStyleableMapAccessor<ImmutableList<T>>, NullableKey<ImmutableList<T>>
Nullable NonNullListStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableListStyleableKey

      public NullableListStyleableKey(@NonNull String name, @NonNull Type elementType, @NonNull CssConverter<T> elementConverter)
      Creates a new instance with the specified name and with an empty list as the default value.
      Parameters:
      name - The name of the key.
      elementType - the class of the type
      elementConverter - String converter for a list element