Class WordSetStyleableKey

All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<ImmutableSequencedSet<String>>, WritableStyleableMapAccessor<ImmutableSequencedSet<String>>, Key<ImmutableSequencedSet<String>>, MapAccessor<ImmutableSequencedSet<String>>, NonNullKey<ImmutableSequencedSet<String>>, NonNullMapAccessor<ImmutableSequencedSet<String>>

public class WordSetStyleableKey extends NonNullSetStyleableKey<String>
WordSetStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • WordSetStyleableKey

      public WordSetStyleableKey(@NonNull String name)
      Creates a new instance with the specified name and with null as the default value.
      Parameters:
      name - The name of the key.
    • WordSetStyleableKey

      public WordSetStyleableKey(@NonNull String name, @NonNull ImmutableSequencedSet<String> defaultValue)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
    • WordSetStyleableKey

      public WordSetStyleableKey(@NonNull String name, @NonNull CssConverter<ImmutableSequencedSet<String>> converter, @NonNull ImmutableSequencedSet<String> defaultValue)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.