Creates an instance of
Comboitem for rendering.
The created component will be passed to
ComboitemRenderer.render .
Note: remember to invoke
Comboitem.applyProperties to initialize
the properties, defined in the component definition, properly.
If null is returned, the default comboitem is created as follow.
final Comboitem item = new Comboitem();
item.applyProperties();
return item;
Note: DO NOT call
Comboitem.setParent .
the comboitem if you'd like to create it differently, or nullif you want Comboitem to create it for you |