Package | Description |
---|---|
org.omnifaces.taghandler | |
org.omnifaces.util |
Constructor and Description |
---|
TargetFormInvoker(UIComponent parent,
Callback.WithArgument<UIForm> operation) |
Modifier and Type | Method and Description |
---|---|
void |
Components.ForEach.invoke(Callback.WithArgument<UIComponent> operation)
Invokes the given operation on the components as specified by the
query parameters set via this builder.
|
static void |
Events.subscribeToApplicationEvent(Class<? extends SystemEvent> type,
Callback.WithArgument<SystemEvent> callback)
Subscribe the given callback to the current application that get invoked every time when the given
system event type is published in the current application.
|
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.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.
|
static void |
Events.subscribeToViewEvent(Class<? extends SystemEvent> type,
Callback.WithArgument<SystemEvent> callback)
Subscribe the given callback to the current view that get invoked every time when the given
system event type is published on the current view.
|
Copyright © 2012–2014 OmniFaces. All rights reserved.