Method Summary |
|
public ItsNatHTMLAnchor | createItsNatHTMLAnchor(HTMLAnchorElement element, NameValue[] artifacts) Creates a new HTML anchor component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLAnchorLabel | createItsNatHTMLAnchorLabel(HTMLAnchorElement element, NameValue[] artifacts) Creates a new HTML anchor component with label.
Parameters: element - the DOM element associated. |
public ItsNatHTMLButton | createItsNatHTMLButton(HTMLButtonElement element, NameValue[] artifacts) Creates a new HTML button component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLButtonLabel | createItsNatHTMLButtonLabel(HTMLButtonElement element, NameValue[] artifacts) Creates a new HTML button component with a label.
Parameters: element - the DOM element associated. |
public ItsNatHTMLForm | createItsNatHTMLForm(HTMLFormElement element, NameValue[] artifacts) Creates a new HTML form component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputButton | createItsNatHTMLInputButton(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input button component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputCheckBox | createItsNatHTMLInputCheckBox(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input check box component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputFile | createItsNatHTMLInputFile(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input file component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputHidden | createItsNatHTMLInputHidden(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input hidden component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputImage | createItsNatHTMLInputImage(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input image component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputPassword | createItsNatHTMLInputPassword(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input password component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputRadio | createItsNatHTMLInputRadio(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input radio button component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputReset | createItsNatHTMLInputReset(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input reset component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputSubmit | createItsNatHTMLInputSubmit(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input submit component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLInputText | createItsNatHTMLInputText(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input text component. |
public ItsNatHTMLInputTextFormatted | createItsNatHTMLInputTextFormatted(HTMLInputElement element, NameValue[] artifacts) Creates a new HTML input text component. |
public ItsNatHTMLLabel | createItsNatHTMLLabel(HTMLLabelElement element, NameValue[] artifacts) Creates a new HTML label component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLSelectComboBox | createItsNatHTMLSelectComboBox(HTMLSelectElement element, NameValue[] artifacts) Creates a new HTML select component as a combo box.
Parameters: element - the DOM element associated. |
public ItsNatHTMLSelectMult | createItsNatHTMLSelectMult(HTMLSelectElement element, NameValue[] artifacts) Creates a new HTML select component as a list.
Parameters: element - the DOM element associated. |
public ItsNatHTMLTable | createItsNatHTMLTable(HTMLTableElement element, ItsNatTableStructure structure, NameValue[] artifacts) Creates a new HTML table component. |
public ItsNatHTMLTextArea | createItsNatHTMLTextArea(HTMLTextAreaElement element, NameValue[] artifacts) Creates a new HTML text area component.
Parameters: element - the DOM element associated. |
public ItsNatHTMLDocument | getItsNatHTMLDocument() Returns the associated ItsNat HTML document (parent of this object). |