public abstract class NumericProperty<T,K> extends Property<T,K>
Constructor and Description |
---|
NumericProperty(String name) |
NumericProperty(String name,
Class genericType) |
NumericProperty(String name,
Class genericType,
T value) |
NumericProperty(String name,
T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
isNullable()
If the field is nullable
set(null) will fail |
K |
set(T value)
Sets the property value and potentially fires a change event
|
void |
setNullable(boolean nullable)
If the field is nullable
set(null) will fail |
addChangeListener, bindGlobalGetListener, bindGlobalSetListener, firePropertyChanged, getClientProperty, getGenericType, getLabel, getName, putClientProperty, removeChangeListener, setLabel, stopListening, validateCollectionType
public NumericProperty(String name)