Package | Description |
---|---|
org.omnifaces.el | |
org.omnifaces.util |
Modifier and Type | Method and Description |
---|---|
Callback.ReturningWithArgument<Object,ELContext> |
ReadOnlyValueExpression.getCallbackWithArgument()
Returns the functional interface that will be called when the value expression is resolved
and which receives the proper ELContext.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyValueExpression.setCallbackWithArgument(Callback.ReturningWithArgument<Object,ELContext> callbackWithArgument)
Sets the functional interface that will be called when the value expression is resolved and
which receives the proper ELContext.
|
Constructor and Description |
---|
ReadOnlyValueExpression(Class<?> expectedType,
Callback.ReturningWithArgument<Object,ELContext> callbackWithArgument) |
Modifier and Type | Method and Description |
---|---|
<C extends UIComponent> |
Components.ForEach.invoke(Callback.ReturningWithArgument<VisitResult,C> operation)
Invokes the given operation on the components as specified by the
query parameters set via this builder.
|
Copyright © 2012–2016 OmniFaces. All rights reserved.