|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.wicket.jquery.ui.renderer.TextRenderer<T>
com.googlecode.wicket.jquery.ui.kendo.combobox.ComboBoxRenderer<T>
T - the model object typepublic class ComboBoxRenderer<T>
Provides the default ComboBox renderer.
| Constructor Summary | |
|---|---|
ComboBoxRenderer()
Constructor |
|
ComboBoxRenderer(String textExpression)
Constructor |
|
ComboBoxRenderer(String textExpression,
String valueExpression)
Constructor |
|
| Method Summary | |
|---|---|
String |
getTextField()
Gets the name of the field that acts as the 'dataTextField' in the JSON response. |
String |
getValue(T object)
Gets the value that should be renderer for the supplied object |
String |
getValueField()
Gets the name of the field that acts as the 'dataValueField' in the JSON response. |
| Methods inherited from class com.googlecode.wicket.jquery.ui.renderer.TextRenderer |
|---|
getExpression, getText, getText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComboBoxRenderer()
public ComboBoxRenderer(String textExpression)
textExpression - the property expression that will be resolved for the bean supplied to TextRenderer.getText(Object)
public ComboBoxRenderer(String textExpression,
String valueExpression)
textExpression - the property expression that will be resolved for the bean supplied to TextRenderer.getText(Object)valueExpression - the property expression that will be resolved for the bean supplied to getValue(Object)| Method Detail |
|---|
public String getTextField()
public String getValue(T object)
object - the T object
public String getValueField()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||