org.zkoss.zul
Interface OptionRenderer


public interface OptionRenderer

Identifies components that can be used to render the content of the cells in a Selectbox.

Since:
6.0.0
Author:
jumperchen

Method Summary
 String render(Object data)
          Renders the data to the specific cell.
 

Method Detail

render

String render(Object data)
              throws Exception
Renders the data to the specific cell.

Parameters:
data - that is returned from ListModel.getElementAt(int)
Throws:
Exception


Copyright © 2011. All Rights Reserved.