|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComboitemRenderer
Identifies components that can be used as "rubber stamps" to paint
the cells in a Combobox.
If you need better control, your renderer can also implement
ComboitemRendererExt.
In addition, you could also
implement RendererCtrl. For example, starts an transaction,
and uses it to render all items for the same request.
ListModel,
Combobox,
ComboitemRendererExt| Method Summary | |
|---|---|
void |
render(Comboitem item,
java.lang.Object data)
Renders the data to the specified comboitem. |
| Method Detail |
|---|
void render(Comboitem item,
java.lang.Object data)
throws java.lang.Exception
item - the comboitem to render the result.data - that is returned from ListModel.getElementAt(int)
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||