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

java.lang.Object
  extended by org.apache.shale.examples.test.dialog.scxml.PopupData
All Implemented Interfaces:
Serializable

public class PopupData
extends Object
implements Serializable

Model data backing the "popup" dialog.

See Also:
Serialized Form

Constructor Summary
PopupData()
           
 
Method Summary
 City[] getCities()
          Return a list of cities for the currently selected state.
 String getState()
           
 javax.faces.model.SelectItem[] getStates()
           
 void setState(String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupData

public PopupData()
Method Detail

getCities

public City[] getCities()

Return a list of cities for the currently selected state.


getState

public String getState()

setState

public void setState(String state)

getStates

public javax.faces.model.SelectItem[] getStates()


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