public interface LimitedProperty<T> extends Property<T>
Property with an optional minimum value and an optional maximum
 value.| Type | Property and Description | 
|---|---|
Property<T> | 
max
The maximum value. 
 | 
Property<T> | 
min
The minimum value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
getMax()  | 
T | 
getMin()  | 
Property<T> | 
maxProperty()
The maximum value. 
 | 
Property<T> | 
minProperty()
The minimum value. 
 | 
void | 
setMax(T max)  | 
void | 
setMin(T min)  | 
bind, bindBidirectional, isBound, unbind, unbindBidirectionalgetBean, getNameaddListener, getValue, removeListeneraddListener, removeListenergetValue, setValueT getMin()
void setMin(T min)
T getMax()
void setMax(T max)
Copyright © 2012–2016 Drombler. All rights reserved.