org.zkoss.bind.impl
Class BindComboitemRenderer

java.lang.Object
  extended by org.zkoss.bind.impl.BindComboitemRenderer
All Implemented Interfaces:
ComboitemRenderer

public class BindComboitemRenderer
extends java.lang.Object
implements ComboitemRenderer

comboitem renderer for binding.

Author:
henrichen

Constructor Summary
BindComboitemRenderer()
           
 
Method Summary
 void render(Comboitem item, java.lang.Object data)
          Renders the data to the specified comboitem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindComboitemRenderer

public BindComboitemRenderer()
Method Detail

render

public void render(Comboitem item,
                   java.lang.Object data)
            throws java.lang.Exception
Description copied from interface: ComboitemRenderer
Renders the data to the specified comboitem.

Specified by:
render in interface ComboitemRenderer
Parameters:
item - the comboitem to render the result.
data - that is returned from ListModel.getElementAt(int)
Throws:
java.lang.Exception


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo