|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckboxFieldRenderer | |
com.taursys.html | This package contains HTML components for building web applications. |
com.taursys.html.render | This package contains rendering subcomponents which provide the rendering capabilities for the HTML components. |
com.taursys.xml | This package contains the core Mapper XML components and containers. |
Uses of CheckboxFieldRenderer in com.taursys.html |
Methods in com.taursys.html that return CheckboxFieldRenderer | |
protected CheckboxFieldRenderer |
HTMLCheckBox.createDefaultRenderer()
Creates the default CheckboxFieldRenderer for this component. |
Uses of CheckboxFieldRenderer in com.taursys.html.render |
Subclasses of CheckboxFieldRenderer in com.taursys.html.render | |
class |
HTMLCheckboxFieldRenderer
Subcomponent which can render a value from a CheckboxField to an HTML Checkbox. |
Uses of CheckboxFieldRenderer in com.taursys.xml |
Methods in com.taursys.xml that return CheckboxFieldRenderer | |
protected CheckboxFieldRenderer |
CheckboxField.createDefaultRenderer()
Creates the default CheckboxFieldRenderer for this component. |
CheckboxFieldRenderer |
CheckboxField.getRenderer()
Returns the renderer subcomponent used to render the value to the Document. |
Methods in com.taursys.xml with parameters of type CheckboxFieldRenderer | |
void |
CheckboxField.setRenderer(CheckboxFieldRenderer newRenderer)
Sets the renderer subcomponent used to render the value to the Document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |