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 |
java.lang.String |
render(java.lang.Object data)
Renders the data to the specific cell. |
render
java.lang.String render(java.lang.Object data)
throws java.lang.Exception
- Renders the data to the specific cell.
- Parameters:
data - that is returned from ListModel.getElementAt(int)
- Throws:
java.lang.Exception
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.