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,
java.lang.Object value,
org.w3c.dom.Element labelElem)
Returns the component used to edit in place the label value.
|
void |
ItsNatLabelRenderer.renderLabel(ItsNatLabel label,
java.lang.Object value,
org.w3c.dom.Element labelElem,
boolean isNew)
Renders as markup the specified value into the specified element, usually
as a text node.
|
void |
ItsNatLabelRenderer.unrenderLabel(ItsNatLabel label,
org.w3c.dom.Element labelElem)
Unrenders the label markup.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.