Class NullableStringStyleableKey

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

public class NullableStringStyleableKey extends AbstractStyleableKey<String> implements WritableStyleableMapAccessor<String>
NullableStringStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableStringStyleableKey

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

      public NullableStringStyleableKey(String namespace, @NonNull String name)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
    • NullableStringStyleableKey

      public NullableStringStyleableKey(String namespace, @NonNull String name, String helpText)
  • Method Details