org.zeroexchange.web.components.dictionary
Class DictionaryItemChoiceRenderer

java.lang.Object
  extended by org.zeroexchange.web.components.dictionary.DictionaryItemChoiceRenderer
All Implemented Interfaces:
Serializable, org.apache.wicket.markup.html.form.IChoiceRenderer<DictionaryItem>, org.apache.wicket.util.io.IClusterable

public class DictionaryItemChoiceRenderer
extends Object
implements org.apache.wicket.markup.html.form.IChoiceRenderer<DictionaryItem>

Author:
black
See Also:
Serialized Form

Constructor Summary
DictionaryItemChoiceRenderer(LocalizationReader localizationReader)
           
 
Method Summary
 Object getDisplayValue(DictionaryItem object)
           
 String getIdValue(DictionaryItem object, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionaryItemChoiceRenderer

public DictionaryItemChoiceRenderer(LocalizationReader localizationReader)
Method Detail

getDisplayValue

public Object getDisplayValue(DictionaryItem object)
Specified by:
getDisplayValue in interface org.apache.wicket.markup.html.form.IChoiceRenderer<DictionaryItem>

getIdValue

public String getIdValue(DictionaryItem object,
                         int index)
Specified by:
getIdValue in interface org.apache.wicket.markup.html.form.IChoiceRenderer<DictionaryItem>


Copyright © 2013. All Rights Reserved.