|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ItsNatHTMLLabel
Is the interface of HTML <label> based components.
ItsNat provides a default implementation of this interface.
This component may be useful to forms with non-fixed labels (e.g. internationalized forms).
By default the component has the default renderer but no editor.
In place edition is not recommended with this kind of component because when a <label> is clicked the default behavior (specified by HTML) is to click the associated form control.
ItsNatHTMLComponentManager.createItsNatHTMLLabel(org.w3c.dom.html.HTMLLabelElement,org.itsnat.core.NameValue[])| Method Summary | |
|---|---|
ItsNatHTMLFormComponent |
getForComponent()
Returns the form based component pointed to by this label with the "for" attribute. |
org.w3c.dom.html.HTMLLabelElement |
getHTMLLabelElement()
Returns the associated DOM element to this component. |
| Methods inherited from interface org.itsnat.comp.ItsNatHTMLElementComponent |
|---|
getHTMLElement, getItsNatHTMLComponentManager, getItsNatHTMLElementComponentUI |
| Methods inherited from interface org.itsnat.comp.label.ItsNatLabel |
|---|
getEditorActivatorEvent, getItsNatLabelEditor, getItsNatLabelRenderer, getItsNatLabelUI, getValue, isEditing, isEditingEnabled, setEditingEnabled, setEditorActivatorEvent, setItsNatLabelEditor, setItsNatLabelRenderer, setValue, startEditing |
| Methods inherited from interface org.itsnat.comp.ItsNatElementComponent |
|---|
getElement, getItsNatElementComponentUI |
| Methods inherited from interface org.itsnat.core.ItsNatUserData |
|---|
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue |
| Method Detail |
|---|
org.w3c.dom.html.HTMLLabelElement getHTMLLabelElement()
ItsNatHTMLFormComponent getForComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||