T
- the property typepublic 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()
Gets the maximum value.
|
T |
getMin()
Gets the minimum value.
|
Property<T> |
maxProperty()
The maximum value.
|
Property<T> |
minProperty()
The minimum value.
|
void |
setMax(T max)
Sets the maximum value.
|
void |
setMin(T min)
Sets the minimum value.
|
bind, bindBidirectional, isBound, unbind, unbindBidirectional
getBean, getName
addListener, getValue, removeListener
addListener, removeListener
getValue, setValue
T getMin()
void setMin(T min)
min
- the minimum valueT getMax()
void setMax(T max)
max
- the maximum valueCopyright © 2012–2019 Drombler. All rights reserved.