Class NullableCssSizeStyleableKey

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

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

    • NullableCssSizeStyleableKey

      public NullableCssSizeStyleableKey(String name, @Nullable CssSize defaultValue)
      Creates a new instance with the specified name, mask and default value.
      Parameters:
      name - The name of the key.
      defaultValue - The default value.
  • Method Details