org.apache.shale.examples.test.dialog.scxml
Class Popup

java.lang.Object
  extended by org.apache.shale.examples.test.dialog.scxml.Popup

public class Popup
extends Object

Event handlers for the "PopUp" dialog.


Constructor Summary
Popup()
           
 
Method Summary
 String cancel()
          Cancel the popup dialog.
 String refresh()
          Refresh the list of cities for the currently selected state.
 String select()
          Select the row corresponding to this button.
 String setup()
          Set up the data for this dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Popup

public Popup()
Method Detail

cancel

public String cancel()

Cancel the popup dialog.


refresh

public String refresh()

Refresh the list of cities for the currently selected state.


setup

public String setup()

Set up the data for this dialog.


select

public String select()

Select the row corresponding to this button.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.