public interface ItsNatHTMLComponentManager extends ItsNatComponentManager
ItsNatDocument.ItsNatHTMLDocument.getItsNatHTMLComponentManager()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, setSelectionOnComponentsUsesKeyboardItsNatHTMLLabel 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 © Innowhere Software, Jose Maria Arranz Santamaria.