|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.bind.impl.BindListitemRenderer
public class BindListitemRenderer
Listitem renderer for binding.
| Constructor Summary | |
|---|---|
BindListitemRenderer()
|
|
| Method Summary | |
|---|---|
void |
render(Listitem item,
java.lang.Object data)
Renders the data to the specified list item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindListitemRenderer()
| Method Detail |
|---|
public void render(Listitem item,
java.lang.Object data)
throws java.lang.Exception
ListitemRenderer
render in interface ListitemRendereritem - the listitem to render the result.
Note: when this method is called, the listitem has no child
at all, unless you don't return
ListitemRendererExt.DETACH_ON_RENDER when
ListitemRendererExt.getControls() is called.
You can invoke Listitem.setLabel(java.lang.String) to create
Listcell implicitly, or create one or multiple
Listcell explicitly.
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 | |||||||||