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