Uses of Interface
org.omnifaces.util.Callback.SerializableReturning
-
Packages that use Callback.SerializableReturning Package Description org.omnifaces.el -
-
Uses of Callback.SerializableReturning in org.omnifaces.el
Methods in org.omnifaces.el that return Callback.SerializableReturning Modifier and Type Method Description Callback.SerializableReturning<Object>
ReadOnlyValueExpression. getCallbackReturning()
Returns the functional interface that will be called when the value expression is resolvedMethods in org.omnifaces.el with parameters of type Callback.SerializableReturning Modifier and Type Method Description void
ReadOnlyValueExpression. setCallbackReturning(Callback.SerializableReturning<Object> callbackReturning)
Sets the functional interface that will be called when the value expression is resolvedConstructors in org.omnifaces.el with parameters of type Callback.SerializableReturning Constructor Description ReadOnlyValueExpression(Class<?> expectedType, Callback.SerializableReturning<Object> callback)
Construct a read only value expression.
-