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
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.