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()
Gets the value of the property max.
|
T |
getMin()
Gets the value of the property min.
|
Property<T> |
maxProperty()
The maximum value.
|
Property<T> |
minProperty()
The minimum value.
|
void |
setMax(T max)
Sets the value of the property max.
|
void |
setMin(T min)
Sets the value of the property min.
|
bind, bindBidirectional, isBound, unbind, unbindBidirectional
getBean, getName
addListener, getValue, removeListener
addListener, removeListener
getValue, setValue
T getMin()
void setMin(T min)
T getMax()
void setMax(T max)
Copyright © 2012-2013 Drombler. All Rights Reserved.