Serialized Form
|
Package org.wicketstuff.modalx |
serialVersionUID: 1L
serialVersionUID: 1L
title
String title
- The title to be shown in the ModalContentWindow's caption.
initialWidth
int initialWidth
- Initial width of the form.
initialHeight
int initialHeight
- Initial height of the form.
windowCloseListener
IWindowCloseListener windowCloseListener
modalContentWindow
ModalContentWindow modalContentWindow
serialVersionUID: 1L
modalMgr
ModalMgr modalMgr
serialVersionUID: 1L
feedbackPanel
FeedbackPanel feedbackPanel
- Used to display errors to the user.
modalResult
int modalResult
- Stores the result of this modal form: ok or cancel.
form
Form<T> form
serialVersionUID: 1L
components
FormComponent<T>[] components
- Stores form components.
|
Package org.wicketstuff.modalx.optional |
serialVersionUID: 1L
modalContentWindows
ModalContentWindow[] modalContentWindows
- Array of ModalContentWindows - each stacked modal needs a unique ModalContentWindow otherwise
after closing the topmost one the one beneath it becomes unusable.
nextModalIdx
int nextModalIdx
- Index of the next modal window to be allocated.
Copyright © 2007-2013. All Rights Reserved.