org.wicketopia.persistence.editor.provider
Class EntityDropDownChoicePropertyEditorProvider
java.lang.Object
org.wicketopia.editor.provider.AbstractDropDownChoicePropertyEditorProvider
org.wicketopia.persistence.editor.provider.EntityDropDownChoicePropertyEditorProvider
- All Implemented Interfaces:
- PropertyEditorProvider
public class EntityDropDownChoicePropertyEditorProvider
- extends AbstractDropDownChoicePropertyEditorProvider
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityDropDownChoicePropertyEditorProvider
public EntityDropDownChoicePropertyEditorProvider()
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.