Package | Description |
---|---|
org.omnifaces.util |
Modifier and Type | Method and Description |
---|---|
<C extends UIComponent> |
Components.ForEach.invoke(Callback.WithArgument<C> operation)
Invokes the given operation on the components as specified by the
query parameters set via this builder.
|
static void |
Events.subscribeToRequestAfterPhase(PhaseId phaseId,
Callback.WithArgument<PhaseEvent> callback)
Subscribe the given callback instance to the current request that get invoked after given phase ID.
|
static void |
Events.subscribeToRequestBeforePhase(PhaseId phaseId,
Callback.WithArgument<PhaseEvent> callback)
Subscribe the given callback instance to the current request that get invoked before given phase ID.
|
static void |
Events.subscribeToRequestComponentEvent(UIComponent component,
Class<? extends ComponentSystemEvent> type,
Callback.WithArgument<ComponentSystemEvent> callback)
Subscribe the given callback instance to the given component that get invoked only in the current request when
the given component system event type is published on the given component.
|
static void |
Events.subscribeToViewAfterPhase(PhaseId phaseId,
Callback.WithArgument<PhaseEvent> callback)
Subscribe the given callback instance to the current view that get invoked every time after given phase ID.
|
static void |
Events.subscribeToViewBeforePhase(PhaseId phaseId,
Callback.WithArgument<PhaseEvent> callback)
Subscribe the given callback instance to the current view that get invoked every time before given phase ID.
|
Copyright © 2012–2017 OmniFaces. All rights reserved.