Package | Description |
---|---|
griffon.plugins.validation.constraints | |
griffon.types | |
org.codehaus.griffon.runtime.validation.constraints |
Modifier and Type | Method and Description |
---|---|
Range |
ConstrainedProperty.getRange() |
Range |
ConstrainedProperty.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
ConstrainedProperty.setRange(Range range) |
void |
ConstrainedProperty.setSize(Range size) |
Modifier and Type | Class and Description |
---|---|
class |
CharRange |
class |
DoubleRange |
class |
EnumRange<E extends Enum> |
class |
FloatRange |
class |
IntRange |
class |
LongRange |
Modifier and Type | Method and Description |
---|---|
Range<Character> |
CharRange.reverse() |
Range<Double> |
DoubleRange.reverse() |
Range<E> |
EnumRange.reverse() |
Range<Float> |
FloatRange.reverse() |
Range<Integer> |
IntRange.reverse() |
Range<Long> |
LongRange.reverse() |
abstract Range<T> |
Range.reverse() |
Modifier and Type | Method and Description |
---|---|
Range |
RangeConstraint.getRange() |