Class StringStyleableKey

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

StringStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • StringStyleableKey

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

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

      public StringStyleableKey(String name, String defaultValue, String helpText)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
      helpText - the help text
    • StringStyleableKey

      public StringStyleableKey(String namespace, String name, String defaultValue, String helpText)
  • Method Details