wicket.markup.html.form.model
Interface IChoice

All Known Implementing Classes:
ChoiceList.Choice

public interface IChoice

Interface implemented by choices in an IChoiceList.

Author:
Jonathan Locke

Method Summary
 java.lang.String getDisplayValue()
          Gets the display value for the choice
 java.lang.String getId()
           
 java.lang.Object getObject()
           
 

Method Detail

getDisplayValue

public java.lang.String getDisplayValue()
Gets the display value for the choice

Returns:
The display value

getId

public java.lang.String getId()
Returns:
The id for this choice

getObject

public java.lang.Object getObject()
Returns:
The actual object


Copyright © 2004-2005 Wicket developers. All Rights Reserved.