Package | Description |
---|---|
org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
Modifier and Type | Method and Description |
---|---|
ItsNatComponent |
ItsNatComponentManager.addItsNatComponent(org.w3c.dom.Node node,
java.lang.String compType,
NameValue[] artifacts)
Creates and adds to the manager registry a new component object associated to the specified node.
|
ItsNatComponent |
ItsNatComponentManager.addItsNatComponentById(java.lang.String id,
java.lang.String compType,
NameValue[] artifacts)
Creates and adds to the manager registry a new component object associated to the node with the specified id attribute.
|
ItsNatComponent |
CreateItsNatComponentListener.before(org.w3c.dom.Node node,
java.lang.String compType,
NameValue[] artifacts,
ItsNatComponentManager compMgr)
Is called before calling the default component
factory of the framework.
|
ItsNatComponent |
ItsNatComponentManager.createItsNatComponent(org.w3c.dom.Node node,
java.lang.String compType,
NameValue[] artifacts)
Creates a new component object associated to the specified node.
|
ItsNatComponent |
ItsNatComponentManager.createItsNatComponentById(java.lang.String id,
java.lang.String compType,
NameValue[] artifacts)
Creates a new component object associated to the node with the specified id attribute.
|
ItsNatFreeButtonNormal |
ItsNatComponentManager.createItsNatFreeButtonNormal(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free normal button component.
|
ItsNatFreeButtonNormalLabel |
ItsNatComponentManager.createItsNatFreeButtonNormalLabel(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free normal button component with a label.
|
ItsNatFreeCheckBox |
ItsNatComponentManager.createItsNatFreeCheckBox(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free check box component.
|
ItsNatFreeCheckBoxLabel |
ItsNatComponentManager.createItsNatFreeCheckBoxLabel(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free check box component with a label.
|
ItsNatFreeComboBox |
ItsNatComponentManager.createItsNatFreeComboBox(org.w3c.dom.Element element,
ItsNatListStructure structure,
NameValue[] artifacts)
Creates a new free combo box component.
|
ItsNatFreeInclude |
ItsNatComponentManager.createItsNatFreeInclude(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free include component.
|
ItsNatFreeLabel |
ItsNatComponentManager.createItsNatFreeLabel(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free label component.
|
ItsNatFreeListMultSel |
ItsNatComponentManager.createItsNatFreeListMultSel(org.w3c.dom.Element element,
ItsNatListStructure structure,
NameValue[] artifacts)
Creates a new free list component.
|
ItsNatFreeRadioButton |
ItsNatComponentManager.createItsNatFreeRadioButton(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free radio button component.
|
ItsNatFreeRadioButtonLabel |
ItsNatComponentManager.createItsNatFreeRadioButtonLabel(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free radio buttom component with a label.
|
ItsNatFreeTable |
ItsNatComponentManager.createItsNatFreeTable(org.w3c.dom.Element element,
ItsNatTableStructure structure,
NameValue[] artifacts)
Creates a new free table component.
|
ItsNatFreeTree |
ItsNatComponentManager.createItsNatFreeTree(org.w3c.dom.Element element,
boolean treeTable,
boolean rootless,
ItsNatTreeStructure structure,
NameValue[] artifacts)
Creates a new free tree component.
|
ItsNatFreeTree |
ItsNatComponentManager.createItsNatFreeTree(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new free tree component.
|
ItsNatHTMLAnchor |
ItsNatHTMLComponentManager.createItsNatHTMLAnchor(org.w3c.dom.html.HTMLAnchorElement element,
NameValue[] artifacts)
Creates a new HTML anchor component.
|
ItsNatHTMLAnchorLabel |
ItsNatHTMLComponentManager.createItsNatHTMLAnchorLabel(org.w3c.dom.html.HTMLAnchorElement element,
NameValue[] artifacts)
Creates a new HTML anchor component with label.
|
ItsNatHTMLButton |
ItsNatHTMLComponentManager.createItsNatHTMLButton(org.w3c.dom.html.HTMLButtonElement element,
NameValue[] artifacts)
Creates a new HTML button component.
|
ItsNatHTMLButtonLabel |
ItsNatHTMLComponentManager.createItsNatHTMLButtonLabel(org.w3c.dom.html.HTMLButtonElement element,
NameValue[] artifacts)
Creates a new HTML button component with a label.
|
ItsNatHTMLForm |
ItsNatHTMLComponentManager.createItsNatHTMLForm(org.w3c.dom.html.HTMLFormElement element,
NameValue[] artifacts)
Creates a new HTML form component.
|
ItsNatHTMLIFrame |
ItsNatHTMLComponentManager.createItsNatHTMLIFrame(org.w3c.dom.html.HTMLIFrameElement element,
NameValue[] artifacts)
Creates a new HTML iframe component.
|
ItsNatHTMLInputButton |
ItsNatHTMLComponentManager.createItsNatHTMLInputButton(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input button component.
|
ItsNatHTMLInputCheckBox |
ItsNatHTMLComponentManager.createItsNatHTMLInputCheckBox(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input check box component.
|
ItsNatHTMLInputFile |
ItsNatHTMLComponentManager.createItsNatHTMLInputFile(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input file component.
|
ItsNatHTMLInputHidden |
ItsNatHTMLComponentManager.createItsNatHTMLInputHidden(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input hidden component.
|
ItsNatHTMLInputImage |
ItsNatHTMLComponentManager.createItsNatHTMLInputImage(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input image component.
|
ItsNatHTMLInputPassword |
ItsNatHTMLComponentManager.createItsNatHTMLInputPassword(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input password component.
|
ItsNatHTMLInputRadio |
ItsNatHTMLComponentManager.createItsNatHTMLInputRadio(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input radio button component.
|
ItsNatHTMLInputReset |
ItsNatHTMLComponentManager.createItsNatHTMLInputReset(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input reset component.
|
ItsNatHTMLInputSubmit |
ItsNatHTMLComponentManager.createItsNatHTMLInputSubmit(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input submit component.
|
ItsNatHTMLInputText |
ItsNatHTMLComponentManager.createItsNatHTMLInputText(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input text component.
|
ItsNatHTMLInputTextFormatted |
ItsNatHTMLComponentManager.createItsNatHTMLInputTextFormatted(org.w3c.dom.html.HTMLInputElement element,
NameValue[] artifacts)
Creates a new HTML input text component.
|
ItsNatHTMLLabel |
ItsNatHTMLComponentManager.createItsNatHTMLLabel(org.w3c.dom.html.HTMLLabelElement element,
NameValue[] artifacts)
Creates a new HTML label component.
|
ItsNatHTMLSelectComboBox |
ItsNatHTMLComponentManager.createItsNatHTMLSelectComboBox(org.w3c.dom.html.HTMLSelectElement element,
NameValue[] artifacts)
Creates a new HTML select component as a combo box.
|
ItsNatHTMLSelectMult |
ItsNatHTMLComponentManager.createItsNatHTMLSelectMult(org.w3c.dom.html.HTMLSelectElement element,
NameValue[] artifacts)
Creates a new HTML select component as a list.
|
ItsNatHTMLTable |
ItsNatHTMLComponentManager.createItsNatHTMLTable(org.w3c.dom.html.HTMLTableElement element,
ItsNatTableStructure structure,
NameValue[] artifacts)
Creates a new HTML table component.
|
ItsNatHTMLTextArea |
ItsNatHTMLComponentManager.createItsNatHTMLTextArea(org.w3c.dom.html.HTMLTextAreaElement element,
NameValue[] artifacts)
Creates a new HTML text area component.
|
ItsNatModalLayer |
ItsNatComponentManager.createItsNatModalLayer(org.w3c.dom.Element element,
boolean cleanBelow,
float opacity,
java.lang.String background,
NameValue[] artifacts)
Creates a new modal layer component using the specified element if provided.
|
ItsNatModalLayer |
ItsNatComponentManager.createItsNatModalLayer(org.w3c.dom.Element element,
boolean cleanBelow,
int zIndex,
float opacity,
java.lang.String background,
NameValue[] artifacts)
Creates a new modal layer component using the specified element if provided.
|
ItsNatModalLayer |
ItsNatComponentManager.createItsNatModalLayer(org.w3c.dom.Element element,
NameValue[] artifacts)
Creates a new modal layer component using the specified element if provided
By default cleanBelow is false unless "cleanBelow" is defined as artifact or as a markup attribute.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.