Package it.tidalwave.ui.function
Class NonEmptyFunction
java.lang.Object
it.tidalwave.ui.function.BoundFunctionSupport<String,Boolean>
it.tidalwave.ui.function.UnaryBoundFunctionSupport<String,Boolean>
it.tidalwave.ui.function.NonEmptyFunction
- All Implemented Interfaces:
ChangingSource<Boolean>,Mutable,BoundFunction<String,Boolean>
- Since:
- 2.0-ALPHA-1
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.ui.function.UnaryBoundFunctionSupport
source, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Booleanstatic NonEmptyFunctionnonEmpty(ChangingSource<String> source) protected voidonSourceChange(String oldSourceValue, String newSourceValue) Methods inherited from class it.tidalwave.ui.function.UnaryBoundFunctionSupport
getMethods inherited from class it.tidalwave.ui.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
-
Constructor Details
-
NonEmptyFunction
-
-
Method Details
-
nonEmpty
-
onSourceChange
- Overrides:
onSourceChangein classUnaryBoundFunctionSupport<String,Boolean>
-
function
- Specified by:
functionin classUnaryBoundFunctionSupport<String,Boolean>
-