| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.element | |
| org.kuali.rice.krad.uif.lifecycle | |
| org.kuali.rice.krad.uif.widget |
| Modifier and Type | Method and Description |
|---|---|
void |
PageValidationMessages.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent,
View view,
Object model,
LifecycleElement eventElement)
Check for message keys that are not matched anywhere on the page, these unmatched messages must still be
displayed at the page level.
|
| Modifier and Type | Method and Description |
|---|---|
ViewLifecycle.LifecycleEvent |
ViewLifecycle.EventRegistration.getEvent()
Event the registration is for.
|
ViewLifecycle.LifecycleEvent |
ViewLifecyclePhase.getEventToNotify()
Gets the event to notify on completion.
|
ViewLifecycle.LifecycleEvent |
RenderComponentPhase.getEventToNotify()
Gets the event to notify on completion.
|
ViewLifecycle.LifecycleEvent |
PreProcessElementPhase.getEventToNotify()
Gets the event to notify on completion.
|
ViewLifecycle.LifecycleEvent |
InitializeComponentPhase.getEventToNotify()
Gets the event to notify on completion.
|
ViewLifecycle.LifecycleEvent |
FinalizeComponentPhase.getEventToNotify()
Gets the event to notify on completion.
|
ViewLifecycle.LifecycleEvent |
ApplyModelComponentPhase.getEventToNotify()
Gets the event to notify on completion.
|
static ViewLifecycle.LifecycleEvent |
ViewLifecycle.LifecycleEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewLifecycle.LifecycleEvent[] |
ViewLifecycle.LifecycleEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewLifecycle.invokeEventListeners(ViewLifecycle.LifecycleEvent event,
View view,
Object model,
LifecycleElement eventElement)
Invoked when an event occurs to invoke registered listeners.
|
void |
LifecycleEventListener.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent,
View view,
Object model,
LifecycleElement eventElement)
Invoked on a component listener when an event occurs for the given event component.
|
void |
ViewLifecycle.EventRegistration.setEvent(ViewLifecycle.LifecycleEvent event)
Sets the registered Event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuickFinder.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent,
View view,
Object model,
LifecycleElement eventComponent)
Adds post context data for the quickfinder so when the lookup return occurs the focus and jump point
of the quickfinder action can be retrieved.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.