Class NullableIntegerStyleableKey

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

public class NullableIntegerStyleableKey extends NullableObjectStyleableKey<Integer> implements WritableStyleableMapAccessor<Integer>
NullableIntegerStyleableKey.
Author:
Werner Randelshofer
  • Constructor Details

    • NullableIntegerStyleableKey

      public NullableIntegerStyleableKey(String name)
    • NullableIntegerStyleableKey

      public NullableIntegerStyleableKey(String xmlName, String cssName)
    • NullableIntegerStyleableKey

      public NullableIntegerStyleableKey(String xmlName, String cssName, CssConverter<Integer> converter)