| Package | Description |
|---|---|
| org.itsnat.comp.label |
Contains interfaces of the label components.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItsNatFreeLabel
Is the interface of the default implementation of free labels.
|
interface |
ItsNatHTMLLabel
Is the interface of HTML <label> based components.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatLabel |
ItsNatLabelUI.getItsNatLabel()
Returns the associated component object.
|
| Modifier and Type | Method and Description |
|---|---|
ItsNatComponent |
ItsNatLabelEditor.getLabelEditorComponent(ItsNatLabel label,
Object value,
Element labelElem)
Returns the component used to edit in place the label value.
|
void |
ItsNatLabelRenderer.renderLabel(ItsNatLabel label,
Object value,
Element labelElem,
boolean isNew)
Renders as markup the specified value into the specified element, usually
as a text node.
|
void |
ItsNatLabelRenderer.unrenderLabel(ItsNatLabel label,
Element labelElem)
Unrenders the label markup.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.