Serialized Form


Package org.wicketstuff.modalx

Class org.wicketstuff.modalx.MessageBox extends ModalFormPanel implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.modalx.ModalContentPanel extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.modalx.ModalContentWindow extends ModalWindow implements Serializable

serialVersionUID: 1L

Serialized Fields

modalMgr

ModalMgr modalMgr

Class org.wicketstuff.modalx.ModalFormPanel extends ModalContentPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wicketstuff.modalx.ValidatingModalFormPanel extends ModalFormPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

components

FormComponent<T>[] components
Stores form components.


Package org.wicketstuff.modalx.optional

Class org.wicketstuff.modalx.optional.ModalXPage extends WebPage implements Serializable

serialVersionUID: 1L

Serialized Fields

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.