org.zkoss.zkplus.acegi
Class ShowWindowEventListener
java.lang.Object
org.zkoss.zkplus.acegi.ShowWindowEventListener
- All Implemented Interfaces:
- org.zkoss.zk.ui.event.EventListener
public class ShowWindowEventListener
- extends java.lang.Object
- implements org.zkoss.zk.ui.event.EventListener
The default listener to show a modal window for login and other things.
The event data is the url page and it expects:
- The url page must be a zul defined page (*.zul).
- The url page must enclosed with a window component so it can be doModal().
This implementation would automatically remove the added eventlistener from the target component.
- Author:
- Henri
|
Method Summary |
void |
onEvent(org.zkoss.zk.ui.event.Event event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowWindowEventListener
public ShowWindowEventListener()
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event)
- Specified by:
onEvent in interface org.zkoss.zk.ui.event.EventListener
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.