public interface ItsNatHTMLComponentManager extends ItsNatComponentManager
ItsNatDocument
.ItsNatHTMLDocument.getItsNatHTMLComponentManager()
Modifier and Type | Method and Description |
---|---|
ItsNatHTMLAnchor |
createItsNatHTMLAnchor(org.w3c.dom.html.HTMLAnchorElement element,
NameValue[] artifacts)
Creates a new HTML anchor component.
|
ItsNatHTMLAnchorLabel |
createItsNatHTMLAnchorLabel(org.w3c.dom.html.HTMLAnchorElement element,
NameValue[] artifacts)
Creates a new HTML anchor component with label.
|
ItsNatHTMLButton |
createItsNatHTMLButton(org.w3c.dom.html.HTMLButtonElement element,
NameValue[] artifacts)
Creates a new HTML button component.
|
ItsNatHTMLButtonLabel |
createItsNatHTMLButtonLabel(org.w3c.dom.html.HTMLButtonElement element,
NameValue[] artifacts)
Creates a new HTML button component with a label.
|
ItsNatHTMLForm |
createItsNatHTMLForm(org.w3c.dom.html.HTMLFormElement element,
NameValue[] artifacts)
Creates a new HTML form component.
|
ItsNatHTMLIFrame |
createItsNatHTMLIFrame(org.w3c.dom.html.HTMLIFrameElement element,
NameValue[] artifacts)
Creates a new HTML iframe component.
|
ItsNatHTMLInputButton |
createItsNatHTMLInputButton(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input button component.
|
ItsNatHTMLInputCheckBox |
createItsNatHTMLInputCheckBox(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input check box component.
|
ItsNatHTMLInputFile |
createItsNatHTMLInputFile(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input file component.
|
ItsNatHTMLInputHidden |
createItsNatHTMLInputHidden(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input hidden component.
|
ItsNatHTMLInputImage |
createItsNatHTMLInputImage(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input image component.
|
ItsNatHTMLInputPassword |
createItsNatHTMLInputPassword(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input password component.
|
ItsNatHTMLInputRadio |
createItsNatHTMLInputRadio(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input radio button component.
|
ItsNatHTMLInputReset |
createItsNatHTMLInputReset(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input reset component.
|
ItsNatHTMLInputSubmit |
createItsNatHTMLInputSubmit(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input submit component.
|
ItsNatHTMLInputText |
createItsNatHTMLInputText(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input text component.
|
ItsNatHTMLInputTextFormatted |
createItsNatHTMLInputTextFormatted(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input text component.
|
ItsNatHTMLLabel |
createItsNatHTMLLabel(org.w3c.dom.html.HTMLLabelElement element,
NameValue[] artifacts)
Creates a new HTML label component.
|
ItsNatHTMLSelectComboBox |
createItsNatHTMLSelectComboBox(org.w3c.dom.html.HTMLSelectElement element,
NameValue[] artifacts)
Creates a new HTML select component as a combo box.
|
ItsNatHTMLSelectMult |
createItsNatHTMLSelectMult(org.w3c.dom.html.HTMLSelectElement element,
NameValue[] artifacts)
Creates a new HTML select component as a list.
|
ItsNatHTMLTable |
createItsNatHTMLTable(org.w3c.dom.html.HTMLTableElement element,
ItsNatTableStructure structure,
NameValue[] artifacts)
Creates a new HTML table component.
|
ItsNatHTMLTextArea |
createItsNatHTMLTextArea(org.w3c.dom.html.HTMLTextAreaElement element,
NameValue[] artifacts)
Creates a new HTML text area component.
|
addCreateItsNatComponentListener, addExcludedNodeAsItsNatComponent, addItsNatComponent, addItsNatComponent, addItsNatComponent, addItsNatComponentById, addItsNatComponentById, buildItsNatComponents, buildItsNatComponents, createDefaultItsNatLabelEditor, createDefaultItsNatLabelRenderer, createDefaultItsNatListCellEditor, createDefaultItsNatListCellRenderer, createDefaultItsNatListStructure, createDefaultItsNatTableCellEditor, createDefaultItsNatTableCellRenderer, createDefaultItsNatTableHeaderCellRenderer, createDefaultItsNatTableStructure, createDefaultItsNatTreeCellEditor, createDefaultItsNatTreeCellRenderer, createDefaultItsNatTreeStructure, createItsNatButtonGroup, createItsNatComponent, createItsNatComponent, createItsNatComponentById, createItsNatComponentById, createItsNatFreeButtonNormal, createItsNatFreeButtonNormalLabel, createItsNatFreeCheckBox, createItsNatFreeCheckBoxLabel, createItsNatFreeComboBox, createItsNatFreeInclude, createItsNatFreeLabel, createItsNatFreeListMultSel, createItsNatFreeRadioButton, createItsNatFreeRadioButtonLabel, createItsNatFreeTable, createItsNatFreeTree, createItsNatFreeTree, createItsNatModalLayer, createItsNatModalLayer, createItsNatModalLayer, findItsNatComponent, findItsNatComponentById, getItsNatButtonGroup, getItsNatButtonGroup, getItsNatDocument, isAutoBuildComponents, isExcludedNodeAsItsNatComponent, isMarkupDrivenComponents, isSelectionOnComponentsUsesKeyboard, removeCreateItsNatComponentListener, removeExcludedNodeAsItsNatComponent, removeItsNatComponent, removeItsNatComponent, removeItsNatComponents, removeItsNatComponents, setAutoBuildComponents, setMarkupDrivenComponents, setSelectionOnComponentsUsesKeyboard
ItsNatHTMLLabel createItsNatHTMLLabel(org.w3c.dom.html.HTMLLabelElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new label is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLAnchor createItsNatHTMLAnchor(org.w3c.dom.html.HTMLAnchorElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new anchor is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLAnchorLabel createItsNatHTMLAnchorLabel(org.w3c.dom.html.HTMLAnchorElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new anchor is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLForm createItsNatHTMLForm(org.w3c.dom.html.HTMLFormElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new form is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputText createItsNatHTMLInputText(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input text is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputTextFormatted createItsNatHTMLInputTextFormatted(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input text is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputPassword createItsNatHTMLInputPassword(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input password is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputCheckBox createItsNatHTMLInputCheckBox(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input check box is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputRadio createItsNatHTMLInputRadio(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input radio is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputSubmit createItsNatHTMLInputSubmit(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input submit is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputReset createItsNatHTMLInputReset(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input reset is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputButton createItsNatHTMLInputButton(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input button is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputImage createItsNatHTMLInputImage(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input image is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputHidden createItsNatHTMLInputHidden(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input hidden is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLInputFile createItsNatHTMLInputFile(org.w3c.dom.html.HTMLInputElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new input file is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLSelectMult createItsNatHTMLSelectMult(org.w3c.dom.html.HTMLSelectElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new (empty) select is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLSelectComboBox createItsNatHTMLSelectComboBox(org.w3c.dom.html.HTMLSelectElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new (empty) select is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLTextArea createItsNatHTMLTextArea(org.w3c.dom.html.HTMLTextAreaElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new textarea is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLButton createItsNatHTMLButton(org.w3c.dom.html.HTMLButtonElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new button is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLButtonLabel createItsNatHTMLButtonLabel(org.w3c.dom.html.HTMLButtonElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new button is created.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLTable createItsNatHTMLTable(org.w3c.dom.html.HTMLTableElement element, ItsNatTableStructure structure, NameValue[] artifacts)
element
- the DOM element associated. If null a new (empty) table is created.structure
- the specified structure, if null then is obtained from artifacts ("useStructure"), if not defined then from markup ("useStructure" attribute), if not defined the default structure is used.artifacts
- artifacts used to construct the component. May be null.ItsNatHTMLIFrame createItsNatHTMLIFrame(org.w3c.dom.html.HTMLIFrameElement element, NameValue[] artifacts)
element
- the DOM element associated. If null a new iframe is created.artifacts
- artifacts used to construct the component. May be null.Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.