Class NullableBooleanStyleableKey

All Implemented Interfaces:
ReadOnlyStyleableMapAccessor<Boolean>, WritableStyleableMapAccessor<Boolean>, Key<Boolean>, MapAccessor<Boolean>

public class NullableBooleanStyleableKey extends AbstractStyleableKey<Boolean> implements WritableStyleableMapAccessor<Boolean>
NonNullBooleanStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableBooleanStyleableKey

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

      public NullableBooleanStyleableKey(String key, Boolean defaultValue)
      Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
      Parameters:
      key - The name of the name. type parameters are given. Otherwise specify them in arrow brackets.
      defaultValue - The default value.
    • NullableBooleanStyleableKey

      public NullableBooleanStyleableKey(@Nullable String namespace, String key, Boolean defaultValue)
      Creates a new instance with the specified name, type token class, default value, and allowing or disallowing null values.
      Parameters:
      key - The name of the name. type parameters are given. Otherwise specify them in arrow brackets.
      defaultValue - The default value.
  • Method Details