org.apache.wicket.examples.compref
Class ListChoicePage.Input

java.lang.Object
  extended by org.apache.wicket.examples.compref.ListChoicePage.Input
All Implemented Interfaces:
Serializable, IClusterable
Enclosing class:
ListChoicePage

public static class ListChoicePage.Input
extends Object
implements IClusterable

Simple data class that acts as a model for the input fields.

See Also:
Serialized Form

Field Summary
 String site
          the selected site.
 
Constructor Summary
ListChoicePage.Input()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

site

public String site
the selected site.

Constructor Detail

ListChoicePage.Input

public ListChoicePage.Input()
Method Detail

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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