Method Summary |
|
public String | getOverStyle() Returns the style that is added to a element under the mouse. |
protected Map | getParameters(Object elem) Returns the paramters to be used when rendering an element. |
abstract public String | getSelectStyle() Returns the style that is added to the selected element. |
public String | getTemplate() Returns the template. |
public String | getValue(Object elem) Returns the value to be displayed in the form field for the element. |
protected String | render() Returns the HTML fragment used to create the container component.
Optionally, the container element can be specified by assigning a class
name of "my-container" to the element. |
protected String | renderElement(Object elem) Renders the current element. |
public void | setTemplate(String template) Sets the template. |