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

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

public static class ListChoicePage.Input
extends java.lang.Object
implements IClusterable

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

See Also:
Serialized Form

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

Field Detail

site

public java.lang.String site
the selected site.

Constructor Detail

ListChoicePage.Input

public ListChoicePage.Input()
Method Detail

toString

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


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