org.wicketopia.persistence.editor.provider
Class EntityDropDownChoicePropertyEditorProvider

java.lang.Object
  extended by org.wicketopia.editor.provider.AbstractDropDownChoicePropertyEditorProvider
      extended by org.wicketopia.persistence.editor.provider.EntityDropDownChoicePropertyEditorProvider
All Implemented Interfaces:
PropertyEditorProvider

public class EntityDropDownChoicePropertyEditorProvider
extends AbstractDropDownChoicePropertyEditorProvider


Constructor Summary
EntityDropDownChoicePropertyEditorProvider()
           
 
Method Summary
protected
<T> org.apache.wicket.model.IModel<? extends List<? extends T>>
createChoicesModel(Class<T> type, Context context)
           
protected
<T> org.apache.wicket.markup.html.form.IChoiceRenderer<T>
createRenderer(org.apache.wicket.markup.html.form.DropDownChoice<T> ddc, Class<T> type, Context context)
           
 
Methods inherited from class org.wicketopia.editor.provider.AbstractDropDownChoicePropertyEditorProvider
createDropDownChoice, createPropertyEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityDropDownChoicePropertyEditorProvider

public EntityDropDownChoicePropertyEditorProvider()
Method Detail

createChoicesModel

protected <T> org.apache.wicket.model.IModel<? extends List<? extends T>> createChoicesModel(Class<T> type,
                                                                                             Context context)
Specified by:
createChoicesModel in class AbstractDropDownChoicePropertyEditorProvider

createRenderer

protected <T> org.apache.wicket.markup.html.form.IChoiceRenderer<T> createRenderer(org.apache.wicket.markup.html.form.DropDownChoice<T> ddc,
                                                                                   Class<T> type,
                                                                                   Context context)
Specified by:
createRenderer in class AbstractDropDownChoicePropertyEditorProvider


Copyright © 2010-2013. All Rights Reserved.