org.efaps.ui.wicket.components.picker
Class PickerCallBack
java.lang.Object
org.efaps.ui.wicket.components.picker.PickerCallBack
- All Implemented Interfaces:
- Serializable, org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.WindowClosedCallback, org.apache.wicket.IClusterable
public class PickerCallBack
- extends Object
- implements org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.WindowClosedCallback
TODO comment!
- Version:
- $Id: PickerCallBack.java 5908 2010-12-03 04:26:24Z jan@moxter.net $
- Author:
- The eFaps Team
- See Also:
- Serialized Form
|
Method Summary |
void |
onClose(org.apache.wicket.ajax.AjaxRequestTarget _target)
The actual Javascript that will be executed on close of the modal window. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PickerCallBack
public PickerCallBack(UIPicker _picker,
String _targetMarkupId)
- Parameters:
_picker - picker this callback belongs to_targetMarkupId - MarkupId of the target
onClose
public void onClose(org.apache.wicket.ajax.AjaxRequestTarget _target)
- The actual Javascript that will be executed on close of the modal window.
- Specified by:
onClose in interface org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.WindowClosedCallback
- Parameters:
_target - Target
Copyright © 2003-2011 The eFaps Team. All Rights Reserved.