java.lang.Object
it.tidalwave.ui.core.function.BoundFunctionSupport<String,Boolean>
it.tidalwave.ui.core.function.UnaryBoundFunctionSupport<String,Boolean>
it.tidalwave.ui.core.function.NonEmptyFunction
- All Implemented Interfaces:
ChangingSource<Boolean>,BoundFunction<String,,Boolean> Mutable
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.ui.core.function.UnaryBoundFunctionSupport
value -
Method Summary
Modifier and TypeMethodDescriptionprotected Booleanstatic NonEmptyFunctionnonEmpty(ChangingSource<String> source) protected voidonSourceChange(String oldSourceValue, String newSourceValue) Methods inherited from class it.tidalwave.ui.core.function.UnaryBoundFunctionSupport
getMethods inherited from class it.tidalwave.ui.core.function.BoundFunctionSupport
fireValueChanged, fireValueChanged, unbindAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface it.tidalwave.ui.core.ChangingSource
getPropertyChangeListenersMethods inherited from interface it.tidalwave.ui.core.Mutable
addListener, addListener1, addListener2, addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, hasListeners, removeListener, removePropertyChangeListener, removePropertyChangeListener
-
Method Details
-
nonEmpty
-
onSourceChange
- Overrides:
onSourceChangein classUnaryBoundFunctionSupport<String,Boolean>
-
function
- Specified by:
functionin classUnaryBoundFunctionSupport<String,Boolean>
-