Class NullableSetStyleableKey<T>

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

NonNullSetStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableSetStyleableKey

      public NullableSetStyleableKey(@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