Package it.tidalwave.role.ui.function
Class NonEmptyFunction
java.lang.Object
it.tidalwave.role.ui.function.BoundFunctionSupport<String,Boolean>
it.tidalwave.role.ui.function.UnaryBoundFunctionSupport<String,Boolean>
it.tidalwave.role.ui.function.NonEmptyFunction
- All Implemented Interfaces:
ChangingSource<Boolean>
,BoundFunction<String,
Boolean>
- Author:
- Fabrizio Giudici
-
Field Summary
Fields inherited from class it.tidalwave.role.ui.function.UnaryBoundFunctionSupport
source, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Boolean
static NonEmptyFunction
nonEmpty
(ChangingSource<String> source) protected void
onSourceChange
(String oldSourceValue, String newSourceValue) Methods inherited from class it.tidalwave.role.ui.function.UnaryBoundFunctionSupport
get
Methods inherited from class it.tidalwave.role.ui.function.BoundFunctionSupport
fireValueChanged, fireValueChanged, unbindAll
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.tidalwave.role.ui.ChangingSource
addPropertyChangeListener, getPropertyChangeListeners, removePropertyChangeListener
-
Constructor Details
-
NonEmptyFunction
-
-
Method Details
-
nonEmpty
-
onSourceChange
- Overrides:
onSourceChange
in classUnaryBoundFunctionSupport<String,
Boolean>
-
function
- Specified by:
function
in classUnaryBoundFunctionSupport<String,
Boolean>
-