Uses of Class
org.wicketstuff.modalx.MessageBox

Packages that use MessageBox
org.wicketstuff.modalx   
 

Uses of MessageBox in org.wicketstuff.modalx
 

Methods in org.wicketstuff.modalx that return MessageBox
static MessageBox MessageBox.show(AjaxRequestTarget target, String message)
          Describe here
static MessageBox MessageBox.show(AjaxRequestTarget target, String message, String title)
          Describe here
static MessageBox MessageBox.show(AjaxRequestTarget target, String message, String title, int width, int height)
          Describe here
static MessageBox MessageBox.show(AjaxRequestTarget target, String message, String title, int width, int height, boolean autoHeight, int buttonConfig, IWindowCloseListener iWindowCloseListener)
          Describe here
static MessageBox MessageBox.showFixedHeight(AjaxRequestTarget target, String message, String title, int width, int height)
          Describe here
 



Copyright © 2007–2014. All rights reserved.