Uses of Class
org.kalmeo.kuix.widget.PopupBox

Packages that use PopupBox
org.kalmeo.kuix.core   
 

Uses of PopupBox in org.kalmeo.kuix.core
 

Methods in org.kalmeo.kuix.core that return PopupBox
static PopupBox Kuix.alert(java.lang.String message)
          Open an alert box with the message text and default style class.
static PopupBox Kuix.alert(java.lang.String message, int options)
          Open an alert box with options.
static PopupBox Kuix.alert(java.lang.String message, int options, java.lang.String firstAction, java.lang.String secondAction)
          Create an open an alert box.
static PopupBox Kuix.alert(java.lang.String message, java.lang.Throwable throwable)
          Open an alert box with the Throwable object message and 'alerterror' style class.
static PopupBox Kuix.alert(java.lang.Throwable throwable)
          Open an alert box with the Throwable object message and 'alerterror' style class.
static PopupBox Kuix.showPopupBox(java.io.InputStream inputStream, DataProvider dataProvider)
          Create and display a PopupBox from its XML definition.
static PopupBox Kuix.showPopupBox(java.lang.String xmlFilePath, DataProvider dataProvider)
          Create and display a PopupBox from its XML definition.
static PopupBox Kuix.showPopupBox(java.lang.String styleClass, int duration, java.lang.Object content, java.lang.Object firstLabel, java.lang.String firstAction, java.lang.Object secondLabel, java.lang.String secondAction, java.lang.String onCloseAction)
          Create and display a PopupBox.
static PopupBox Kuix.splash(int duration, Widget content, java.lang.String onCloseAction)
          Display a splash PopupBox
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.