|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkplus.acegi.ShowWindowEventListener
public class ShowWindowEventListener
The default listener to show a modal window for login and other things.
The event data is the url page and it expects:
This implementation would automatically remove the added eventlistener from the target component.
| Constructor Summary | |
|---|---|
ShowWindowEventListener()
|
|
| Method Summary | |
|---|---|
void |
onEvent(Event event)
Notifies this listener that an event occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShowWindowEventListener()
| Method Detail |
|---|
public void onEvent(Event event)
EventListenerComponent.addEventListener(java.lang.String, org.zkoss.zk.ui.event.EventListener) or
Page.addEventListener(java.lang.String, org.zkoss.zk.ui.event.EventListener).
If you want to forward the event to other component,
use Events.sendEvent(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
onEvent in interface EventListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||