A B C D E F G H I L M N O P R S T U V X 

A

addAsynchronousTask(Runnable, boolean, int, EventTarget, EventListener, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ClientDocument
Executes the specified task in a new thread and ensures that any DOM modification performed by this task is sent to the client when the task ends.
addAsynchronousTask(Runnable, EventListener) - Method in interface org.itsnat.core.ClientDocument
Executes the specified task in a new thread and ensures that any DOM modification performed by this task is sent to the client when the task ends.
addButton(ItsNatComponent) - Method in interface org.itsnat.comp.button.ItsNatButtonGroup
Adds the specified button to this group.
addCodeToSend(Object) - Method in interface org.itsnat.core.ClientDocument
Add JavaScript code to send to the client (pending code).
addCodeToSend(Object) - Method in interface org.itsnat.core.ItsNatDocument
Add JavaScript code to send to any client (owner or remote control) bound to this document (pending code).
addCodeToSend(Object) - Method in interface org.itsnat.core.ItsNatServletResponse
Add JavaScript code to send to the client as return of this request.
addCodeToSendListener(CodeToSendListener) - Method in interface org.itsnat.core.ClientDocument
Registers a new CodeToSendListener, this listener is called every time ClientDocument.addCodeToSend(Object) is called.
addCodeToSendListener(CodeToSendListener) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new CodeToSendListener, this listener is called every time ItsNatDocument.addCodeToSend(Object) is called.
addColumn() - Method in interface org.itsnat.core.domutil.ElementTable
Adds a new column at the end of columns using the cell pattern.
addColumn(Object[]) - Method in interface org.itsnat.core.domutil.ElementTable
Adds a new column at the end of columns using the cell pattern, and renders the specified values using the current structure and renderer.
addColumn(List<Object>) - Method in interface org.itsnat.core.domutil.ElementTable
Adds a new column at the end of columns using the cell pattern, and renders the specified values using the current structure and renderer.
addColumn(Element[]) - Method in interface org.itsnat.core.domutil.ElementTableFree
Adds a new column at the end of columns.
addContinueEventListener(EventTarget, EventListener) - Method in interface org.itsnat.core.ClientDocument
Registers a "continue" EventListener with the document default communication mode and event timeout, no extra parameters and no custom JavaScript code.
addContinueEventListener(EventTarget, EventListener, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ClientDocument
Registers a "continue" EventListener.
addCreateItsNatComponentListener(CreateItsNatComponentListener) - Method in interface org.itsnat.comp.ItsNatComponentManager
Adds a new user defined component factory.
addCreateItsNatComponentListener(CreateItsNatComponentListener) - Method in interface org.itsnat.core.ItsNatServlet
Adds a new user defined component factory.
addCreateItsNatComponentListener(CreateItsNatComponentListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Adds a new user defined component factory.
addElement(Object) - Method in interface org.itsnat.comp.list.ItsNatComboBox
Adds a new value to the list model.
addElement() - Method in interface org.itsnat.core.domutil.ElementList
Adds a new child element at the end of the list using the pattern (the new element is a clone).
addElement(Object) - Method in interface org.itsnat.core.domutil.ElementList
Adds a new child element at the end of the list and renders the specified value using the current structure and renderer.
addElement(Element) - Method in interface org.itsnat.core.domutil.ElementListFree
Adds a new child element at the end of the list.
addEventListener(String, EventListener, boolean) - Method in interface org.itsnat.comp.ItsNatComponent
Registers the specified event listener to the component node.
addEventListener(String, EventListener) - Method in interface org.itsnat.comp.ItsNatComponent
Registers the specified event listener to the component node.
addEventListener(ClientDocument, String, EventListener, boolean) - Method in interface org.itsnat.comp.ItsNatComponent
Registers the specified event listener to the component node for the specific client.
addEventListener(ClientDocument, String, EventListener) - Method in interface org.itsnat.comp.ItsNatComponent
Registers the specified event listener to the component node for the specific client.
addEventListener(EventTarget, String, EventListener, boolean) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener with the document default communication mode and timeout, no extra parameters and no custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, int) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener with no extra parameters and no custom JavaScript code, and document default event timeout.
addEventListener(EventTarget, String, EventListener, boolean, ParamTransport) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener with document default communication mode and timeout, the specified extra parameter and no custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, ParamTransport[]) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener with document default communication mode and timeout, the specified extra parameters and no custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, String) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener with document default communication mode and event timeout, no extra parameters and the specified custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener.
addEventListener(EventListener) - Method in interface org.itsnat.core.ClientDocument
Adds a global event listener to this client.
addEventListener(EventListener) - Method in interface org.itsnat.core.CometNotifier
Adds an event listener to this Comet notifier.
addEventListener(EventTarget, String, EventListener, boolean) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener with the document default communication mode and timeout, no extra parameters and no custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, int) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener with no extra parameters and no custom JavaScript code, and document default event timeout.
addEventListener(EventTarget, String, EventListener, boolean, ParamTransport) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener with document default communication mode and timeout, the specified extra parameter and no custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, ParamTransport[]) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener with document default communication mode and timeout, the specified extra parameters and no custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, String) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener with document default communication mode and event timeout, no extra parameters and the specified custom JavaScript code.
addEventListener(EventTarget, String, EventListener, boolean, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener.
addEventListener(EventListener) - Method in interface org.itsnat.core.ItsNatDocument
Adds a global event listener to this document.
addEventListener(EventListener) - Method in interface org.itsnat.core.ItsNatServlet
Adds a global event listener to this servlet.
addEventListener(EventListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Adds a global event listener to this template.
addExcludedNodeAsItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Registers the specified node in the excluded registry.
addItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener) - Method in interface org.itsnat.core.ItsNatDocument
Adds a remote control listener to this document.
addItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener) - Method in interface org.itsnat.core.ItsNatServlet
Adds a remote control listener to this servlet.
addItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Adds a remote control listener to this template.
addItsNatComponent(Node, String, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates and adds to the manager registry a new component object associated to the specified node.
addItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates and adds to the manager registry a new component object associated to the specified node.
addItsNatComponent(ItsNatComponent) - Method in interface org.itsnat.comp.ItsNatComponentManager
Adds to the manager registry the specified component object.
addItsNatComponentById(String) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates and adds to the manager registry a new component object associated to the node with the specified id attribute.
addItsNatComponentById(String, String, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates and adds to the manager registry a new component object associated to the node with the specified id attribute.
addItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Registers a new request listener to be executed when the file upload request is received.
addItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.core.ItsNatServlet
Registers a new ItsNat request listener.
addItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Registers a new ItsNat request listener.
addLabelMarkup() - Method in interface org.itsnat.core.domutil.ElementLabel
Adds the label pattern markup inside the label element.
addLabelMarkup(Object) - Method in interface org.itsnat.core.domutil.ElementLabel
Adds the label pattern markup inside the label element and renders the specified value.
addMutationEventListener(EventTarget, EventListener, boolean) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener to receive any node mutation as a mutation event fired by the client, using the default communication mode and timeout of the document and no custom JavaScript code.
addMutationEventListener(EventTarget, EventListener, boolean, int, String, long) - Method in interface org.itsnat.core.ClientDocument
Registers a new DOM org.w3c.dom.events.EventListener to receive any node mutation as a mutation event fired by the client.
addMutationEventListener(EventTarget, EventListener, boolean) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener to receive any node mutation as a mutation event fired by the client, using the default communication mode and timeout of the document and no custom JavaScript code.
addMutationEventListener(EventTarget, EventListener, boolean, int, String, long) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new DOM org.w3c.dom.events.EventListener to receive any node mutation as a mutation event fired by the client.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.itsnat.comp.ItsNatComponent
Registers a new property change listener listening for any property change.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.itsnat.comp.ItsNatComponent
Registers a new property change listener listening for the specified property name.
addReferrerItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.core.ItsNatDocument
Registers a new ItsNat referrer request listener.
addRootNode() - Method in interface org.itsnat.core.domutil.ElementTree
Adds a root tree node.
addRootNode(Object) - Method in interface org.itsnat.core.domutil.ElementTree
Adds a root tree node and renders the value using the current structure and renderer.
addRow() - Method in interface org.itsnat.core.domutil.ElementTable
Adds a new row element at the end of the table using the row pattern (the new row is a clone).
addRow(Object[]) - Method in interface org.itsnat.core.domutil.ElementTable
Adds a new row element at the end of the table using the row pattern, and renders the specified values using the current structure and renderer.
addRow(List<Object>) - Method in interface org.itsnat.core.domutil.ElementTable
Adds a new row element at the end of the table using the row pattern, and renders the specified values using the current structure and renderer.
addRow(Element) - Method in interface org.itsnat.core.domutil.ElementTableFree
Adds a new row element at the end of the table.
addTreeExpansionListener(TreeExpansionListener) - Method in interface org.itsnat.comp.tree.ItsNatTree
Registers a new tree expansion listener.
addTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Adds a new child tree node at the end of the list using the pattern (the new tree node markup is a clone).
addTreeNode(Object) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Adds a new child tree node at the end of the list and renders the specified value using the current structure and renderer.
addTreeWillExpandListener(TreeWillExpandListener) - Method in interface org.itsnat.comp.tree.ItsNatTree
Registers a new "tree will expand" listener.
addUnexpectedEventListener(EventListener) - Method in interface org.itsnat.comp.layer.ItsNatModalLayer
Registers an event listener to catch events received by elements "hidden" by this modal layer.
addUserEventListener(EventTarget, String, EventListener, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ClientDocument
Registers a "user" EventListener.
addUserEventListener(EventTarget, String, EventListener) - Method in interface org.itsnat.core.ClientDocument
Registers a "user" EventListener.
addUserEventListener(EventTarget, String, EventListener, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatDocument
Registers a "user" EventListener.
addUserEventListener(EventTarget, String, EventListener) - Method in interface org.itsnat.core.ItsNatDocument
Registers a "user" EventListener.
addVetoableChangeListener(VetoableChangeListener) - Method in interface org.itsnat.comp.ItsNatComponent
Registers a new vetoable property change listener listening for any property change.
after(ItsNatComponent) - Method in interface org.itsnat.comp.CreateItsNatComponentListener
Is called after a component was created (user or framework defined).
appendString(String) - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Appends a new string at the end.

B

before(Node, String, NameValue[], ItsNatComponentManager) - Method in interface org.itsnat.comp.CreateItsNatComponentListener
Is called before calling the default component factory of the framework.
blur() - Method in interface org.itsnat.comp.button.normal.ItsNatHTMLAnchor
Removes focus from this element.
blur() - Method in interface org.itsnat.comp.ItsNatHTMLInput
Removes focus from this element.
blur() - Method in interface org.itsnat.comp.list.ItsNatHTMLSelect
Removes focus from this element.
blur() - Method in interface org.itsnat.comp.text.ItsNatHTMLTextArea
Removes focus from this element.
buildItsNatComponents(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Navigates recursively the subtree below the specified node (included) and for every node tries to create and register the built-in component associated to the node.
buildItsNatComponents() - Method in interface org.itsnat.comp.ItsNatComponentManager
Navigates recursively the document tree and for every node tries to create and register the built-in component associated to the node.

C

cancel() - Method in interface org.itsnat.core.event.ItsNatTimerHandle
Cancels this timer task.
cancel() - Method in interface org.itsnat.core.ItsNatTimer
Terminates this timer manager, discarding any currently scheduled tasks.
changeSelection(int, int, boolean, boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Updates the selection models of the table, depending on the state of the two flags: toggle and extend.
clearSelection() - Method in interface org.itsnat.comp.table.ItsNatTable
Clears any row or column selection.
click() - Method in interface org.itsnat.comp.ItsNatHTMLInput
Simulate a mouse-click.
ClientDocument - Interface in org.itsnat.core
Represents the document/page of the brower.
ClientErrorMode - Class in org.itsnat.core
Contains the constants used to declare the whether the browser catches JavaScript errors and if they are shown to the user using a JavaScript alert call.
ClientErrorMode() - Constructor for class org.itsnat.core.ClientErrorMode
 
CodeToSendEvent - Interface in org.itsnat.core.event
This event is fired when new code is being added or was added to the document or client.
CodeToSendListener - Interface in org.itsnat.core.event
This listener is called when a new JavaScript code is being added to an ItsNatDocument or ClientDocument.
collapseNode(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Marks the specified node as collapsed.
collapsePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Collapses the specified node and node parents.
CometNotifier - Interface in org.itsnat.core
Is used to implement the COMET or server push technique to notify the client to be updated usually when the document is changed.
COMMIT - Static variable in interface org.itsnat.comp.text.ItsNatFormattedTextField
Constant identifying that when focus is lost, commitEdit should be invoked.
COMMIT_OR_REVERT - Static variable in interface org.itsnat.comp.text.ItsNatFormattedTextField
Constant identifying that when focus is lost, commitEdit should be invoked.
commitEdit() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Forces the current value to be taken from the control and set as the current value converted first using the current ItsNatFormattedTextField.ItsNatFormatter.
CommMode - Class in org.itsnat.core
Contains the constants used to declare the communication modes (AJAX and SCRIPT) for events.
CommMode() - Constructor for class org.itsnat.core.CommMode
 
containsUserValueName(String) - Method in interface org.itsnat.core.ItsNatUserData
Informs whether the registry contains one pair name/value with the specified name.
context - Variable in exception org.itsnat.core.ItsNatException
 
continueChain() - Method in interface org.itsnat.core.event.ItsNatEventListenerChain
If called, the listener dispatching flow will follow this path, that is to say, next listeners will be executed before returning this method.
createCometNotifier() - Method in interface org.itsnat.core.ClientDocument
Creates a COMET notifier bound to this client and to the server document associated.
createCometNotifier(long) - Method in interface org.itsnat.core.ClientDocument
Creates a COMET notifier bound to this client and to the server document associated.
createCometNotifier(int, long) - Method in interface org.itsnat.core.ClientDocument
Creates a COMET notifier bound to this client and to the server document associated.
createDefaultButtonModel() - Method in interface org.itsnat.comp.button.ItsNatButton
Creates a data model instance appropriated to this component.
createDefaultDocument() - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Create a new instance of the default data model.
createDefaultElementLabelRenderer() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element label renderer.
createDefaultElementListRenderer() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element list renderer.
createDefaultElementListStructure() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element list structure.
createDefaultElementRenderer() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element renderer.
createDefaultElementTableRenderer() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element table renderer.
createDefaultElementTableStructure() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element table structure.
createDefaultElementTreeNodeRenderer() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element table renderer.
createDefaultElementTreeNodeStructure() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates the default DOM element tree node structure.
createDefaultItsNatFormatterFactory() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Creates a new default ItsNat formatter factory.
createDefaultItsNatLabelEditor(ItsNatComponent) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a default label editor instance using the specified component as the editor.
createDefaultItsNatLabelRenderer() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default label renderer.
createDefaultItsNatListCellEditor(ItsNatComponent) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a default list editor instance using the specified component as the editor.
createDefaultItsNatListCellRenderer() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default list element content renderer.
createDefaultItsNatListStructure() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default list structure manager.
createDefaultItsNatTableCellEditor(ItsNatComponent) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a default table editor instance using the specified component as the editor.
createDefaultItsNatTableCellRenderer() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default table cell content renderer.
createDefaultItsNatTableHeaderCellRenderer() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default table header cell content renderer.
createDefaultItsNatTableStructure() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default table structure manager.
createDefaultItsNatTreeCellEditor(ItsNatComponent) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a default tree node editor instance using the specified component as the editor.
createDefaultItsNatTreeCellRenderer() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default tree node content renderer.
createDefaultItsNatTreeStructure() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new default tree structure manager.
createDefaultListModel() - Method in interface org.itsnat.comp.list.ItsNatList
Creates a data model instance appropriated to this component.
createDefaultTableModel() - Method in interface org.itsnat.comp.table.ItsNatTable
Creates a data model instance appropriated to this component.
createDefaultTreeModel() - Method in interface org.itsnat.comp.tree.ItsNatTree
Creates a data model instance appropriated to this component.
createElement(String, String, Document) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Creates a new DOM Element with the specified tag name containing a text node with the specified text.
createElementLabel(Element, boolean, ElementLabelRenderer) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element label.
createElementList(Element, boolean, ElementListStructure, ElementListRenderer) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element list.
createElementList(Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element list.
createElementListFree(Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a DOM element list manager.
createElementNS(String, String, String, Document) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Creates a new DOM Element with the specified namespace URI and qualified name containing a text node with the specified text.
createElementTable(Element, boolean, ElementTableStructure, ElementTableRenderer) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element table.
createElementTable(Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element table.
createElementTableFree(Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a DOM element table manager.
createElementTree(boolean, Element, boolean, ElementTreeNodeStructure, ElementTreeNodeRenderer) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element tree.
createElementTree(boolean, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element tree.
createElementTreeNode(Element, boolean, ElementTreeNodeStructure, ElementTreeNodeRenderer) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element tree node.
createElementTreeNode(Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based DOM element tree node.
createElementTreeNodeList(boolean, Element, boolean, ElementTreeNodeStructure, ElementTreeNodeRenderer) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based rootless DOM element tree.
createElementTreeNodeList(boolean, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementGroupManager
Creates a pattern based rootless DOM element tree.
createEvent(String) - Method in interface org.itsnat.core.ItsNatDocument
Create a remote event to be dispatched locally or to the client.
createItsNatButtonGroup() - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new ItsNat button group with a generated name and a new javax.swing.ButtonGroup.
createItsNatComponent(Node, String, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new component object associated to the specified node.
createItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new component object associated to the specified node.
createItsNatComponentById(String) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new component object associated to the node with the specified id attribute.
createItsNatComponentById(String, String, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new component object associated to the node with the specified id attribute.
CreateItsNatComponentListener - Interface in org.itsnat.comp
This listener type is used to add new user defined components to the framework.
createItsNatFormatter(Format) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Creates an ItsNat formatter wrapping the specified java.text.Format.
createItsNatFreeButtonNormal(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free normal button component.
createItsNatFreeButtonNormalLabel(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free normal button component with a label.
createItsNatFreeCheckBox(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free check box component.
createItsNatFreeCheckBoxLabel(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free check box component with a label.
createItsNatFreeComboBox(Element, ItsNatListStructure, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free combo box component.
createItsNatFreeInclude(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free include component.
createItsNatFreeLabel(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free label component.
createItsNatFreeListMultSel(Element, ItsNatListStructure, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free list component.
createItsNatFreeRadioButton(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free radio button component.
createItsNatFreeRadioButtonLabel(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free radio buttom component with a label.
createItsNatFreeTable(Element, ItsNatTableStructure, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free table component.
createItsNatFreeTree(Element, boolean, boolean, ItsNatTreeStructure, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free tree component.
createItsNatFreeTree(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new free tree component.
createItsNatHTMLAnchor(HTMLAnchorElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML anchor component.
createItsNatHTMLAnchorLabel(HTMLAnchorElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML anchor component with label.
createItsNatHTMLButton(HTMLButtonElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML button component.
createItsNatHTMLButtonLabel(HTMLButtonElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML button component with a label.
createItsNatHTMLForm(HTMLFormElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML form component.
createItsNatHTMLIFrame(HTMLIFrameElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML iframe component.
createItsNatHTMLInputButton(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input button component.
createItsNatHTMLInputCheckBox(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input check box component.
createItsNatHTMLInputFile(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input file component.
createItsNatHTMLInputHidden(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input hidden component.
createItsNatHTMLInputImage(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input image component.
createItsNatHTMLInputPassword(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input password component.
createItsNatHTMLInputRadio(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input radio button component.
createItsNatHTMLInputReset(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input reset component.
createItsNatHTMLInputSubmit(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input submit component.
createItsNatHTMLInputText(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input text component.
createItsNatHTMLInputTextFormatted(HTMLInputElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML input text component.
createItsNatHTMLLabel(HTMLLabelElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML label component.
createItsNatHTMLSelectComboBox(HTMLSelectElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML select component as a combo box.
createItsNatHTMLSelectMult(HTMLSelectElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML select component as a list.
createItsNatHTMLTable(HTMLTableElement, ItsNatTableStructure, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML table component.
createItsNatHTMLTextArea(HTMLTextAreaElement, NameValue[]) - Method in interface org.itsnat.comp.ItsNatHTMLComponentManager
Creates a new HTML text area component.
createItsNatModalLayer(Element, boolean, int, float, String, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new modal layer component using the specified element if provided.
createItsNatModalLayer(Element, boolean, float, String, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
Creates a new modal layer component using the specified element if provided.
createItsNatModalLayer(Element, NameValue[]) - Method in interface org.itsnat.comp.ItsNatComponentManager
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.
createItsNatServlet(Servlet) - Method in interface org.itsnat.core.ItsNat
Creates a new ItsNat servlet wrapping the specified servlet object.
createItsNatTimer() - Method in interface org.itsnat.core.ClientDocument
Creates a timer utility object associated to this client.
createItsNatVariableResolver() - Method in interface org.itsnat.core.ItsNatDocument
Creates a variable resolver bound to this document.
createItsNatVariableResolver(boolean) - Method in interface org.itsnat.core.ItsNatDocument
Creates a variable resolver bound to this document if the disconnected parameter is set to false.
createItsNatVariableResolver() - Method in interface org.itsnat.core.ItsNatServletContext
Creates a variable resolver bound to this context.
createItsNatVariableResolver() - Method in interface org.itsnat.core.ItsNatServletRequest
Creates a variable resolver bound to this request.
createItsNatVariableResolver() - Method in interface org.itsnat.core.ItsNatSession
Creates a variable resolver bound to this session.
createItsNatVariableResolver() - Method in interface org.itsnat.core.ItsNatVariableResolver
Creates a variable resolver as a child of this resolver (bound to this resolver).
createScriptExpr(Object) - Method in interface org.itsnat.core.script.ScriptUtil
Creates a new script expression object wrapping the specified object.
createServletRequest(ServletRequest, Map<String, String[]>) - Method in interface org.itsnat.core.ItsNatServlet
Creates a new request object wrapping the provided request object replacing parameters with the provided collection.
CustomParamTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport one value from client to server using an event fired on the client and listened in the server.
CustomParamTransport(String, String) - Constructor for class org.itsnat.core.event.CustomParamTransport
Creates a new instance ready to transport a value obtained in the client using the specified name and the specified JavaScript code.

D

disableEventListener(String) - Method in interface org.itsnat.comp.ItsNatComponent
Disables the component to receive events of the specified type.
disableEventListener(ClientDocument, String) - Method in interface org.itsnat.comp.ItsNatComponent
Disables the component to receive events of the specified type and client.
disableSendCode() - Method in interface org.itsnat.core.ClientDocument
Disables the ClientDocument.addCodeToSend(Object) method, no new code can be added to send to the client.
disableSendCode() - Method in interface org.itsnat.core.ItsNatDocument
Disables the ItsNatDocument.addCodeToSend(Object) method, no new code can be added to send to the client.
disconnectChildNodesFromClient(Node) - Method in interface org.itsnat.core.ItsNatDocument
Removes the child nodes of the specified node to save server memory but not in client.
dispatchEvent(EventTarget, Event) - Method in interface org.itsnat.core.ClientDocument
Sends the specified event to the browser and waits until this event is dispatched calling dispatchEvent (W3C browsers) or fireEvent (MSIE) on the browser.
dispatchEvent(EventTarget, Event, int, long) - Method in interface org.itsnat.core.ClientDocument
Sends the specified event to the browser and waits until this event is dispatched calling dispatchEvent (W3C browsers) or fireEvent (MSIE) on the browser.
dispatchEvent(EventTarget, Event) - Method in interface org.itsnat.core.ItsNatDocument
Dispatches the specified event to the specified node target.
dispatchEventLocally(EventTarget, Event) - Method in interface org.itsnat.core.ItsNatDocument
Dispatches the specified event to the specified node target directly on the server.
dispose() - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Disposes this component.
dispose() - Method in interface org.itsnat.comp.ItsNatComponent
Disposes this component.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.itsnat.core.http.HttpServletWrapper
Handles the HTTP GET method.
DOM_VK_0 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_1 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_2 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_3 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_4 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_5 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_6 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_7 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_8 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_9 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_A - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_ADD - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_ALT - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_B - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_BACK_QUOTE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_BACK_SLASH - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_BACK_SPACE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_C - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_CANCEL - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_CAPS_LOCK - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_CLEAR - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_CLOSE_BRACKET - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_COMMA - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_CONTEXT_MENU - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_CONTROL - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_D - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_DECIMAL - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_DELETE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_DIVIDE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_DOWN - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_E - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_END - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_ENTER - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_EQUALS - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_ESCAPE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F1 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F10 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F11 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F12 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F13 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F14 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F15 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F16 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F17 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F18 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F19 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F2 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F20 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F21 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F22 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F23 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F24 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F3 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F4 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F5 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F6 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F7 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F8 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_F9 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_G - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_H - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_HELP - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_HOME - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_I - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_INSERT - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_J - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_K - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_L - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_LEFT - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_M - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_META - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_MULTIPLY - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_N - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUM_LOCK - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD0 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD1 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD2 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD3 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD4 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD5 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD6 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD7 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD8 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_NUMPAD9 - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_O - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_OPEN_BRACKET - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_P - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_PAGE_DOWN - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_PAGE_UP - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_PAUSE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_PERIOD - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_PRINTSCREEN - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_Q - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_QUOTE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_R - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_RETURN - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_RIGHT - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_S - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SCROLL_LOCK - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SEMICOLON - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SEPARATOR - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SHIFT - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SLASH - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SPACE - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_SUBTRACT - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_T - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_TAB - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_U - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_UP - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_V - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_W - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_X - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_Y - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
DOM_VK_Z - Static variable in interface org.itsnat.core.event.ItsNatKeyEvent
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.itsnat.core.http.HttpServletWrapper
Handles the HTTP POST method.

E

ElementGroup - Interface in org.itsnat.core.domutil
This interface is the base of several interface oriented to manage groups of DOM elements such as element lists, tables and trees.
ElementGroupManager - Interface in org.itsnat.core.domutil
Utility interface used as factory of ElementGroup objects and related resources.
ElementLabel - Interface in org.itsnat.core.domutil
This utility interface is used to render a value inside the associated DOM element using a pattern.
ElementLabelRenderer - Interface in org.itsnat.core.domutil
Used by ElementLabel objects to render the associated value.
ElementList - Interface in org.itsnat.core.domutil
Manages a pattern based DOM Element list.
ElementListBase - Interface in org.itsnat.core.domutil
This utility interface represents and manages an integer indexed DOM Element list, a list of consecutive elements with a single parent element.
ElementListFree - Interface in org.itsnat.core.domutil
Represents an integer indexed DOM Element list, child elements can have different tag names (the meaning of "free").
ElementListRenderer - Interface in org.itsnat.core.domutil
Used by ElementList objects to render the values associated to child elements.
ElementListStructure - Interface in org.itsnat.core.domutil
Used by ElementList objects to obtain the content parent element of a child element of the list.
ElementRenderer - Interface in org.itsnat.core.domutil
Is used to render values as markup into DOM elements.
ElementTable - Interface in org.itsnat.core.domutil
Manages a pattern based DOM Element table.
ElementTableBase - Interface in org.itsnat.core.domutil
This utility interface represents and manages an integer indexed DOM Element table, a row list of consecutive elements with a single parent element, every row element contains again an element list (cells).
ElementTableFree - Interface in org.itsnat.core.domutil
Represents an integer indexed DOM Element table, row elements and cell elements can have different tag names (the meaning of "free").
ElementTableRenderer - Interface in org.itsnat.core.domutil
Used by ElementTable objects to render the values associated to cell elements.
ElementTableStructure - Interface in org.itsnat.core.domutil
Used by ElementTable objects to obtain row and cell content elements.
ElementTree - Interface in org.itsnat.core.domutil
Represents a pattern based DOM tree with a removable root.
ElementTreeNode - Interface in org.itsnat.core.domutil
Represents a pattern based DOM tree node.
ElementTreeNodeList - Interface in org.itsnat.core.domutil
Represents a pattern based DOM tree node list.
ElementTreeNodeRenderer - Interface in org.itsnat.core.domutil
Used by ElementTreeNode objects to render the value associated to the tree node.
ElementTreeNodeStructure - Interface in org.itsnat.core.domutil
Used by ElementTreeNode objects to obtain the required element of the tree node markup.
enableEventListener(String) - Method in interface org.itsnat.comp.ItsNatComponent
Enable the component to receive events of the specified type.
enableEventListener(ClientDocument, String) - Method in interface org.itsnat.comp.ItsNatComponent
Enable the component to receive events of the specified type and client.
enableSendCode() - Method in interface org.itsnat.core.ClientDocument
Enables the ClientDocument.addCodeToSend(Object) method, new code can be added to send to the client.
enableSendCode() - Method in interface org.itsnat.core.ItsNatDocument
Enables the ItsNatDocument.addCodeToSend(Object) method, new code can be added to send to the client.
encodeURIComponent(String) - Method in interface org.itsnat.core.script.ScriptUtil
Is a Java implementation of the JavaScript encodeURIComponent function.
encodeURIComponent(char) - Method in interface org.itsnat.core.script.ScriptUtil
Is a Java implementation of the JavaScript encodeURIComponent function applied to a Java char.
enumerateSessions(ItsNatSessionCallback) - Method in interface org.itsnat.core.ItsNatServletContext
Enumerates all ItsNat sessions associated to this context.
expand(boolean) - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Sets the new expand state.
expandNode(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Marks the specified node as expanded.
expandPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Expands the specified node and node parents.
extractChildren(Node) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Removes and returns the content of the specified node.

F

FileUploadRequest - Interface in org.itsnat.comp.iframe
The default implementation of this interface parses the headers of a file upload request and exposes the file being uploaded as an input stream.
findItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Returns the registered component associated to the specified node.
findItsNatComponentById(String) - Method in interface org.itsnat.comp.ItsNatComponentManager
Returns the registered component associated to the node which id attribute is specified.
focus() - Method in interface org.itsnat.comp.button.normal.ItsNatHTMLAnchor
Gives focus to this element.
focus() - Method in interface org.itsnat.comp.ItsNatHTMLInput
Gives focus to this element.
focus() - Method in interface org.itsnat.comp.list.ItsNatHTMLSelect
Gives focus to this element.
focus() - Method in interface org.itsnat.comp.text.ItsNatHTMLTextArea
Gives focus to this element.

G

get() - Static method in class org.itsnat.core.ItsNatBoot
Returns the default instance (a singleton) of the default implementation of the ItsNat root interface.
getAltKey() - Method in interface org.itsnat.core.event.ItsNatKeyEvent
If the alternative (Alt) key modifier is activated.
getArtifact(String) - Method in interface org.itsnat.comp.ItsNatComponent
Returns the artifact with the specified name.
getArtifact(String, boolean) - Method in interface org.itsnat.comp.ItsNatComponent
Returns the artifact with the specified name.
getArtifact(String) - Method in interface org.itsnat.core.ItsNatDocument
Returns the artifact with the specified name.
getArtifact(String, boolean) - Method in interface org.itsnat.core.ItsNatDocument
Returns the artifact with the specified name.
getArtifact(String) - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the artifact with the specified name.
getArtifact(String) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the artifact with the specified name.
getArtifact(String, boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the artifact with the specified name.
getAttribute(String) - Method in interface org.itsnat.core.ItsNatDocument
Returns the value associated to the specified attribute name.
getAttribute(String) - Method in interface org.itsnat.core.ItsNatSession
Returns the object bound with the specified name in this session ItsNatHttpSession implementation delegates to HttpSession.getAttribute(String)
getAttributeNames() - Method in interface org.itsnat.core.ItsNatDocument
Returns an enumeration with the registered attribute names and values.
getAttributeNames() - Method in interface org.itsnat.core.ItsNatSession
Returns a String enumeration of names of all the objects bound to this session.
getAttrName() - Method in class org.itsnat.core.event.NodePropertyTransport
Returns the attribute name.
getBodyElement(ItsNatTable, Element) - Method in interface org.itsnat.comp.table.ItsNatTableStructure
Returns the table body element.
getBodyElement() - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the element used as parent of the table body.
getButton(int) - Method in interface org.itsnat.comp.button.ItsNatButtonGroup
Returns the button at the specified position.
getButtonCount() - Method in interface org.itsnat.comp.button.ItsNatButtonGroup
Returns the number of buttons of this group.
getButtonGroup() - Method in interface org.itsnat.comp.button.ItsNatButtonGroup
Returns the Swing ButtonGroup object of this button group.
getButtonModel() - Method in interface org.itsnat.comp.button.ItsNatButton
Returns the current data model of this component.
getCallMethodCode(String, Object[], boolean) - Method in interface org.itsnat.core.script.ScriptExpr
Generates the JavaScript code to call the specified method of the result of this expression.
getCallMethodCode(String, Object[]) - Method in interface org.itsnat.core.script.ScriptExpr
Generates the JavaScript code to call the specified method of the result of this expression.
getCallMethodCode(Object, String, Object[], boolean) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the appropriated code to call the specified object method at the client.
getCallMethodCode(Object, String, Object[]) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the appropriated code to call the specified object method at the client.
getCellContentElement() - Method in interface org.itsnat.comp.table.ItsNatTableCellUI
Returns the content element of this table cell.
getCellContentElement(ItsNatTable, int, int, Element) - Method in interface org.itsnat.comp.table.ItsNatTableStructure
Returns the content element of a table cell.
getCellContentElement(ElementTable, int, int, Element) - Method in interface org.itsnat.core.domutil.ElementTableStructure
Returns the content element of a cell.
getCellContentElementAt(int, int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the content element of the cell.
getCellContentElementAt(int, int) - Method in interface org.itsnat.core.domutil.ElementTable
Returns the "content" element of the cell, this element is used to render below the associated value of the cell.
getCellContentPatternFragment() - Method in interface org.itsnat.core.domutil.ElementTable
Returns the pattern used to render values if ElementTable.isUsePatternMarkupToRender() is true.
getCellElement() - Method in interface org.itsnat.comp.table.ItsNatTableCellUI
Returns the cell DOM element.
getCellElement() - Method in interface org.itsnat.core.domutil.TableCellElementInfo
Returns the cell DOM element.
getCellElementAt(int, int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the cell element at the specified row and column.
getCellElementAt(int, int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the cell element at the specified row and column.
getCellElementListOfRow(int) - Method in interface org.itsnat.core.domutil.ElementTableFree
Returns the cell elements of the specified row as an element list.
getCellElementsOfColumn(int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the cell elements of the specified column as an array.
getCellElementsOfColumn(int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the cell elements of the specified column as an array.
getCellElementsOfRow(int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the cell elements of the specified row as an array.
getCellElementsOfRow(int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the cell elements of the specified row as an array.
getCellPatternElement() - Method in interface org.itsnat.core.domutil.ElementTable
Returns the element used as a cell pattern.
getCharCode() - Method in interface org.itsnat.core.event.ItsNatKeyEvent
Returns the Unicode value of a character key that was pressed as part of a keypress event.
getChildContentPatternFragment() - Method in interface org.itsnat.core.domutil.ElementList
Returns the pattern used to render values if ElementList.isUsePatternMarkupToRender() is true.
getChildCount() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the number of direct child nodes of this node.
getChildElementCount(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the number of child elements of the specified node.
getChildItsNatTreeCellUIAt(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the direct child tree node UI at the specified position.
getChildListElement(ItsNatTree, int, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeStructure
Returns the element containing the child tree nodes of the specified tree node.
getChildListElement() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the parent element of the child tree nodes.
getChildListElement(ElementTreeNode, Element) - Method in interface org.itsnat.core.domutil.ElementTreeNodeStructure
Returns the element containing the child tree nodes of the specified tree node.
getChildPatternElement() - Method in interface org.itsnat.core.domutil.ElementList
Returns the element used as a pattern.
getChildPatternElement() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the element used as a pattern.
getChildTreeNodeList() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the child tree node list of this tree node.
getClientDocument() - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Returns the client document which originated this file upload request.
getClientDocument() - Method in interface org.itsnat.core.CometNotifier
Returns the parent client document this object belongs to.
getClientDocument() - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the associated client document target of this event.
getClientDocument() - Method in interface org.itsnat.core.ItsNatServletRequest
Returns the client document, this object mirrors the user (client) document/page sending this request.
getClientDocument() - Method in interface org.itsnat.core.ItsNatTimer
Returns the parent client document this object belongs to.
getClientDocumentOwner() - Method in interface org.itsnat.core.ItsNatDocument
Returns the document proxy of the owner of this document.
getClientErrorMode() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the default client error mode.
getClientErrorMode() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the default client error mode.
getCode() - Method in interface org.itsnat.core.event.CodeToSendEvent
Returns the code being added or was added.
getCode() - Method in interface org.itsnat.core.script.ScriptExpr
Returns the JavaScript code of this expression.
getColumnCount() - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the number of columns.
getColumnCount() - Method in interface org.itsnat.core.domutil.ElementTable
Returns the number of columns.
getColumnIndex() - Method in interface org.itsnat.comp.table.ItsNatTableCellUI
Returns the column index of the cell.
getColumnIndex() - Method in interface org.itsnat.core.domutil.TableCellElementInfo
Returns the column index of the cell.
getColumns() - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Returns the max number of visible columns of the text area.
getColumns() - Method in interface org.itsnat.comp.text.ItsNatTextFieldUI
Returns the max number of visible columns of the field.
getColumnSelectionModel() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the current column selection model.
getComboBoxModel() - Method in interface org.itsnat.comp.list.ItsNatComboBox
Returns the current data model of this component.
getCommMode() - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the communication mode used to send this event.
getCommMode() - Method in interface org.itsnat.core.ItsNatDocument
Returns the default communication mode, AJAX or SCRIPT, for events.
getCommMode() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the default communication mode, AJAX or SCRIPT, for events.
getCommMode() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the default communication mode, AJAX or SCRIPT, for events.
getContainerNode() - Method in interface org.itsnat.core.ItsNatDocument
Returns the node containing this document.
getContentDocument() - Method in interface org.itsnat.core.html.ItsNatHTMLAppletElement
Returns the child document loaded by this node.
getContentDocument() - Method in interface org.itsnat.core.html.ItsNatHTMLEmbedElement
Returns the child document loaded by this node.
getContentElement() - Method in interface org.itsnat.comp.list.ItsNatListCellUI
Returns the content element of this list element.
getContentElement(ItsNatList, int, Element) - Method in interface org.itsnat.comp.list.ItsNatListStructure
Returns the content element of an item element.
getContentElement() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderCellUI
Returns the content element of this cell.
getContentElement() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the content element of this tree node.
getContentElement(ItsNatTree, int, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeStructure
Returns the content element of a tree node.
getContentElement(ElementList, int, Element) - Method in interface org.itsnat.core.domutil.ElementListStructure
Returns the content element of a child element.
getContentElement() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the content element.
getContentElement(ElementTreeNode, Element) - Method in interface org.itsnat.core.domutil.ElementTreeNodeStructure
Returns the content element of a tree node.
getContentElementAt(int) - Method in interface org.itsnat.comp.list.ItsNatListUI
Returns the "content" element, this element is used to render below the associated value of the child element.
getContentElementAt(int) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Returns the "content" element, this element is used to render below the associated value of the header column element.
getContentElementAt(int) - Method in interface org.itsnat.core.domutil.ElementList
Returns the "content" element, this element is used to render below the associated value of the child element.
getContentElementFromRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the content element of the tree node at the specified row position seeing the tree as a list (root node is 0).
getContentElementFromTreePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the content element of the tree node specified by the tree path.
getContentPatternFragment() - Method in interface org.itsnat.core.domutil.ElementLabel
Returns the pattern used to render values if ElementLabel.isUsePatternMarkupToRender() is true.
getContentType() - Method in interface org.itsnat.comp.iframe.FileUploadRequest
Returns the content type of the file being uploaded as specified by browser.
getContext() - Method in exception org.itsnat.core.ItsNatException
Returns the object context of this exception, for instance the DOM node related with the exception.
getCreationTime() - Method in interface org.itsnat.core.ClientDocument
Returns the time in milliseconds when this object was created.
getCreationTime() - Method in interface org.itsnat.core.ItsNatDocument
Returns the time in milliseconds when this object was created.
getCtrlKey() - Method in interface org.itsnat.core.event.ItsNatKeyEvent
If the Ctrl key modifier is activated.
getCurrentTarget() - Method in interface org.itsnat.core.event.ItsNatNormalEvent
Returns the node target of this event.
getDeepLevel() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the deep (number of parents) of this node.
getDeepLevel() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the number of levels (parents) above.
getDefaultDateFormat() - Method in interface org.itsnat.core.ItsNatDocument
Returns the default data format used by components such as ItsNatHTMLInputTextFormatted.
getDefaultDateFormat() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the default date format used by components such as ItsNatHTMLInputTextFormatted.
getDefaultDateFormat() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the default data format used by components such as ItsNatHTMLInputTextFormatted.
getDefaultEncoding() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the encoding used.
getDefaultFormatter() - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Returns the ItsNat formatter to use as a last resort, eg in case a display, edit or null formatter has not been specified.
getDefaultNumberFormat() - Method in interface org.itsnat.core.ItsNatDocument
Returns the default number format used by components such as ItsNatHTMLInputTextFormatted.
getDefaultNumberFormat() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the default number format used by components such as ItsNatHTMLInputTextFormatted.
getDefaultNumberFormat() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the default number format used by components such as ItsNatHTMLInputTextFormatted.
getDisplayFormatter() - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Returns the ItsNat formatter to use if the ItsNatFormattedTextField is not being edited (ItsNatFormattedTextField.hasFocus() returns false) and either the value is not-null, or the value is null and a null formatter has not been specified.
getDocument() - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Returns the current data model of this component.
getDocument() - Method in interface org.itsnat.core.ItsNatDocument
Returns the org.w3c.dom.Document wrapped by this object.
getEditFormatter() - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Returns the ItsNat formatter to use if the ItsNatFormattedTextField is being edited (ItsNatFormattedTextField.hasFocus() returns true) and either the value is not-null, or the value is null and a null formatter has has not been specified.
getEditingColumn() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the column of the cell being edited.
getEditingIndex() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the index of the list item being edited.
getEditingPath() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the path of the tree node being edited.
getEditingRow() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the row of the cell being edited.
getEditingRow() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the row index of the tree node being edited.
getEditorActivatorEvent() - Method in interface org.itsnat.comp.label.ItsNatLabel
Returns the event type used to activate the label edition process by the user.
getEditorActivatorEvent() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the event type used to activate the list item edition process by the user.
getEditorActivatorEvent() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the event type used to activate the table cell edition process by the user.
getEditorActivatorEvent() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the event type used to activate the tree node edition process by the user.
getElement() - Method in interface org.itsnat.comp.ItsNatElementComponent
Returns the associated DOM element to this component.
getElement() - Method in interface org.itsnat.comp.list.ItsNatListCellUI
Returns the DOM element object parent of this cell.
getElement() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderCellUI
Returns the DOM element object parent of this cell.
getElement() - Method in interface org.itsnat.core.domutil.ListElementInfo
Returns the DOM element object parent of this child.
getElementAt(int) - Method in interface org.itsnat.comp.list.ItsNatListUI
Returns the child element at the specified index.
getElementAt(int) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Returns the header column element at the specified index.
getElementAt(int) - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the element at the specified index.
getElementById(String, Node) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Returns the first element with the specified id attribute below or the same as the specified node.
getElementFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the child element of the list containing the specified node.
getElementGroupManager() - Method in interface org.itsnat.core.ItsNatDocument
Returns the element group manager utility.
getElementLabelRenderer() - Method in interface org.itsnat.core.domutil.ElementLabel
Returns the current renderer used by this label.
getElementListRenderer() - Method in interface org.itsnat.core.domutil.ElementList
Returns the current renderer used by this list.
getElementListStructure() - Method in interface org.itsnat.core.domutil.ElementList
Returns the current structure used by this list.
getElementRenderer() - Method in interface org.itsnat.comp.button.ItsNatButtonLabel
Returns the current renderer used to render the label as markup.
getElementRows() - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the row element list as an array.
getElements() - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the element list as an array.
getElementTableRenderer() - Method in interface org.itsnat.core.domutil.ElementTable
Returns the current renderer used by this table.
getElementTableStructure() - Method in interface org.itsnat.core.domutil.ElementTable
Returns the current structure used by this table.
getElementTreeNodeFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementTree
Returns the tree node containing the specified node.
getElementTreeNodeFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns this tree node or the tree node containing the specified node.
getElementTreeNodeFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the tree node containing the specified node.
getElementTreeNodeFromRow(int) - Method in interface org.itsnat.core.domutil.ElementTree
Returns the tree node at the specified row position seeing the tree as a list (root node is 0).
getElementTreeNodeParent() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the parent tree node if exists.
getElementTreeNodeRenderer() - Method in interface org.itsnat.core.domutil.ElementTree
Returns the current renderer defined in this tree.
getElementTreeNodeRenderer() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the current renderer used by this tree node.
getElementTreeNodeRenderer() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the current renderer defined in this tree node list.
getElementTreeNodeStructure() - Method in interface org.itsnat.core.domutil.ElementTree
Returns the current structure defined in this tree.
getElementTreeNodeStructure() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the current structure used by this tree node.
getElementTreeNodeStructure() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the current structure defined in this tree node list.
getEncoding() - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Returns the encoding used.
getEventDispatcherMaxWait() - Method in interface org.itsnat.core.ItsNatDocument
Returns the default max wait until a server fired event calling ClientDocument.dispatchEvent(org.w3c.dom.events.EventTarget,org.w3c.dom.events.Event,int,long) is processed by the client and returns.
getEventDispatcherMaxWait() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the default max wait until a server fired event with ItsNatDocument.dispatchEvent(org.w3c.dom.events.EventTarget,org.w3c.dom.events.Event) is processed by the client and returns.
getEventDispatcherMaxWait() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the default max wait until a server fired event with ItsNatDocument.dispatchEvent(org.w3c.dom.events.EventTarget,org.w3c.dom.events.Event) is processed by the client and returns.
getEventTimeout() - Method in interface org.itsnat.core.CometNotifier
Returns the default timeout in client of COMET AJAX/SCRIPT events.
getEventTimeout() - Method in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Returns the timeout in client of asynchronous AJAX/SCRIPT events used for remote control.
getEventTimeout() - Method in interface org.itsnat.core.ItsNatDocument
Returns the default timeout in client of asynchronous AJAX/SCRIPT events.
getEventTimeout() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the default timeout in client of asynchronous AJAX/SCRIPT events.
getEventTimeout() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the default timeout in client of asynchronous AJAX/SCRIPT events.
getExpirationDelay() - Method in interface org.itsnat.core.CometNotifier
Returns the maximum expiration delay.
getExtraParam(String) - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the remote value carried alongside this event with the specified name.
getExtraParamMultiple(String) - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the remote values carried alongside this event with the specified name in case of multiple values.
getFeature(String) - Method in interface org.itsnat.core.ItsNat
Returns the feature value of given name.
getFieldName() - Method in interface org.itsnat.comp.iframe.FileUploadRequest
Returns the value of the name attribute specified in the <input type=file> element which was used for file uploading.
getFileName() - Method in interface org.itsnat.comp.iframe.FileUploadRequest
Returns the file name as it was specified by end user in the <input type=file> element which was used for file uploading.
getFileSize() - Method in interface org.itsnat.comp.iframe.FileUploadRequest
Returns the file size of the file being uploaded.
getFileUploadInputStream() - Method in interface org.itsnat.comp.iframe.FileUploadRequest
Returns a stream of the file being uploaded.
getFirstChildElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the first direct child org.w3c.dom.Element below the specified node.
getFirstChildElementWithTagName(Node, String) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the first direct child element with the specified tag name.
getFirstChildElementWithTagNameNS(Node, String, String) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the first direct child element with the specified namespace and local name.
getFirstDeepestChildElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the first and deepest element below the specified node.
getFirstElement() - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the first child element (element at position 0).
getFirstRowElement() - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the first row element (row at position 0).
getFirstTime() - Method in interface org.itsnat.core.event.ItsNatTimerHandle
Returns the time, in the format returned by Date.getTime(), at which the task was (or is going to be) executed by the first time.
getFirstTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the first child tree node (position 0).
getFocusLostBehavior() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Returns the behavior when focus is lost.
getForComponent() - Method in interface org.itsnat.comp.label.ItsNatHTMLLabel
Returns the form based component pointed to by this label with the "for" attribute.
getGetPropertyCode(String, boolean) - Method in interface org.itsnat.core.script.ScriptExpr
Generates the JavaScript code to get the value of the specified property of the result of this expression.
getGetPropertyCode(String) - Method in interface org.itsnat.core.script.ScriptExpr
Generates the JavaScript code to get the value of the specified property of the result of this expression.
getGetPropertyCode(Object, String, boolean) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the JavaScript code to get the value of the specified property.
getGetPropertyCode(Object, String) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the JavaScript code to get the value of the specified property.
getHandleElement() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the handle element of this tree node.
getHandleElement(ItsNatTree, int, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeStructure
Returns the handle element of a tree node.
getHandleElement() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the handle element.
getHandleElement(ElementTreeNode, Element) - Method in interface org.itsnat.core.domutil.ElementTreeNodeStructure
Returns the handle element of a tree node.
getHandleElementFromRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the handle element of the tree node at the specified row position seeing the tree as a list (root node is 0).
getHandleElementFromTreePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the handle element of the tree node specified by the tree path.
getHeadElement(ItsNatTable, Element) - Method in interface org.itsnat.comp.table.ItsNatTableStructure
Returns the table head element.
getHeaderColumnContentElement(ItsNatTableHeader, int, Element) - Method in interface org.itsnat.comp.table.ItsNatTableStructure
Returns the content element of a table header column.
getHTMLAnchorElement() - Method in interface org.itsnat.comp.button.normal.ItsNatHTMLAnchor
Returns the associated DOM element to this component.
getHTMLButtonElement() - Method in interface org.itsnat.comp.button.normal.ItsNatHTMLButton
Returns the associated DOM element to this component.
getHTMLDocument() - Method in interface org.itsnat.core.html.ItsNatHTMLDocument
Returns the org.w3c.dom.html.HTMLDocument wrapped by this object.
getHTMLElement() - Method in interface org.itsnat.comp.ItsNatHTMLElementComponent
Returns the associated DOM element to this component.
getHTMLFormElement() - Method in interface org.itsnat.comp.ItsNatHTMLForm
Returns the associated DOM element to this component.
getHTMLIFrameElement() - Method in interface org.itsnat.comp.iframe.ItsNatHTMLIFrame
Returns the associated DOM element to this component.
getHTMLIFrameFileUpload(ClientDocument, HTMLInputElement) - Method in interface org.itsnat.comp.iframe.ItsNatHTMLIFrame
Creates a file upload task associated to this iframe component and to the specified <input type=file> element.
getHTMLIFrameFileUpload(HTMLInputElement) - Method in interface org.itsnat.comp.iframe.ItsNatHTMLIFrame
Creates a file upload task associated to this iframe component and to the specified <input type=file> element.
getHTMLInputElement() - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Returns the input type=file element being used for file upload.
getHTMLInputElement() - Method in interface org.itsnat.comp.ItsNatHTMLInput
Returns the associated DOM element to this component.
getHTMLLabelElement() - Method in interface org.itsnat.comp.label.ItsNatHTMLLabel
Returns the associated DOM element to this component.
getHTMLOptionElementAt(int) - Method in interface org.itsnat.comp.list.ItsNatHTMLSelectUI
Returns the child option element at the specified index.
getHTMLSelectElement() - Method in interface org.itsnat.comp.list.ItsNatHTMLSelect
Returns the associated DOM element to this component.
getHTMLTableCellElementAt(int) - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeaderUI
Returns the <td> or <th> element at the specified column.
getHTMLTableCellElementAt(int, int) - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the <td> element at the specified row and column.
getHTMLTableCellElementsOfColumn(int) - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the <td> elements of the specified column as an array.
getHTMLTableCellElementsOfRow(int) - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the <td> elements of the specified row as an array.
getHTMLTableElement() - Method in interface org.itsnat.comp.table.ItsNatHTMLTable
Returns the associated DOM element to this component.
getHTMLTableRowElement() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeader
Returns the row parent element (the <row>) of the header cells.
getHTMLTableRowElement() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeaderUI
Returns the <row> element.
getHTMLTableRowElementAt(int) - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the <row> element at the specified index.
getHTMLTableSectionElement() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeader
Returns the table section element (the <thead>) of this header.
getHTMLTableSectionElement() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeaderUI
Returns the <thead> element.
getHTMLTableSectionElement() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the <tbody> element.
getHTMLTextAreaElement() - Method in interface org.itsnat.comp.text.ItsNatHTMLTextArea
Returns the associated DOM element to this component.
getHttpServlet() - Method in interface org.itsnat.core.http.ItsNatHttpServlet
Returns the wrapped javax.servlet.http.HttpServlet object.
getHttpServletRequest() - Method in interface org.itsnat.core.http.ItsNatHttpServletRequest
Returns the wrapped javax.servlet.http.HttpServletRequest object.
getHttpServletResponse() - Method in interface org.itsnat.core.http.ItsNatHttpServletResponse
Returns the wrapped javax.servlet.http.HttpServletResponse object.
getHttpSession() - Method in interface org.itsnat.core.http.ItsNatHttpSession
Returns the wrapped javax.servlet.http.HttpSession object.
getIconElement() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the icon element of this tree node.
getIconElement(ItsNatTree, int, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeStructure
Returns the icon element of a tree node.
getIconElement() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the icon element.
getIconElement(ElementTreeNode, Element) - Method in interface org.itsnat.core.domutil.ElementTreeNodeStructure
Returns the icon element of a tree node.
getIconElementFromRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the icon element of the tree node at the specified row position seeing the tree as a list (root node is 0).
getIconElementFromTreePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the icon element of the tree node specified by the tree path.
getId() - Method in interface org.itsnat.core.ClientDocument
Returns the client identity.
getId() - Method in interface org.itsnat.core.ItsNatDocument
Returns the client identity.
getId() - Method in interface org.itsnat.core.ItsNatSession
Returns the client identity.
getIncludedFragmentName() - Method in interface org.itsnat.comp.inc.ItsNatInclude
Returns the name of the current included fragment.
getIndex() - Method in interface org.itsnat.comp.list.ItsNatListCellUI
Returns the element index.
getIndex() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderCellUI
Returns the element index.
getIndex() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the zero based index of this node as a child relative to the parent.
getIndex() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the index of this node as a child of its node parent.
getIndex() - Method in interface org.itsnat.core.domutil.ListElementInfo
Returns the element index.
getInputStream(ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.core.tmpl.TemplateSource
Returns the input stream to read the markup going to be used as template to create documents or fragments.
getItemListeners() - Method in interface org.itsnat.comp.list.ItsNatComboBox
Returns all ItemListener objects registered.
getItsNat() - Method in interface org.itsnat.core.ItsNatServlet
Returns the ItsNat "root" object used to create this servlet.
getItsNat() - Method in interface org.itsnat.core.ItsNatServletContext
Returns the ItsNat "root" object used to create this object.
getItsNatButton() - Method in interface org.itsnat.comp.button.ItsNatButtonUI
Returns the associated component object.
getItsNatButtonGroup() - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonRadio
Returns the button group this button belongs to.
getItsNatButtonGroup(String) - Method in interface org.itsnat.comp.ItsNatComponentManager
Returns the ItsNat button group with the specified name.
getItsNatButtonGroup(ButtonGroup) - Method in interface org.itsnat.comp.ItsNatComponentManager
Returns the ItsNat button group with the specified Swing button group.
getItsNatButtonUI() - Method in interface org.itsnat.comp.button.ItsNatButton
Returns the user interface manager of this component.
getItsNatComponent() - Method in interface org.itsnat.comp.ItsNatComponentUI
Returns the associated component object.
getItsNatComponentManager() - Method in interface org.itsnat.comp.ItsNatComponent
Returns the ItsNat component manager parent of this component.
getItsNatComponentManager() - Method in interface org.itsnat.core.ItsNatDocument
Returns the component manager utility.
getItsNatComponentUI() - Method in interface org.itsnat.comp.ItsNatComponent
Returns the user interface manager of this component.
getItsNatDocFragmentTemplate(String) - Method in interface org.itsnat.core.ItsNatServlet
Returns the document fragment template registered with the specified name.
getItsNatDocument() - Method in interface org.itsnat.comp.ItsNatComponent
Returns the ItsNat document this document is associated to.
getItsNatDocument() - Method in interface org.itsnat.comp.ItsNatComponentManager
Returns the associated ItsNat document (parent of this object).
getItsNatDocument() - Method in interface org.itsnat.core.ClientDocument
Returns the ItsNat document associated.
getItsNatDocument() - Method in interface org.itsnat.core.CometNotifier
Returns the asociated document.
getItsNatDocument() - Method in interface org.itsnat.core.domutil.ElementGroup
Returns the ItsNat document used to create this element group.
getItsNatDocument() - Method in interface org.itsnat.core.domutil.ElementGroupManager
Returns the parent document this object belongs to.
getItsNatDocument() - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the associated ItsNat document target of this event.
getItsNatDocument() - Method in interface org.itsnat.core.ItsNatNode
Returns the ItsNat document object containing this DOM node.
getItsNatDocument() - Method in interface org.itsnat.core.ItsNatServletRequest
Returns the ItsNat document associated to this request.
getItsNatDocument() - Method in interface org.itsnat.core.ItsNatServletResponse
Returns the ItsNat document associated to this response.
getItsNatDocument() - Method in interface org.itsnat.core.ItsNatTimer
Returns the parent document this object belongs to.
getItsNatDocumentById(String) - Method in interface org.itsnat.core.ItsNatSession
Returns the "live" ItsNat document with the given id loaded by this session.
getItsNatDocumentCount() - Method in interface org.itsnat.core.ItsNatSession
Returns the number of live ItsNat documents loaded by this session.
getItsNatDocumentReferrer() - Method in interface org.itsnat.core.ItsNatServletRequest
Returns the document referrer.
getItsNatDocuments() - Method in interface org.itsnat.core.ItsNatSession
Returns all live ItsNat documents loaded by this session.
getItsNatDocumentTemplate() - Method in interface org.itsnat.core.ItsNatDocument
Returns the template this document is based on.
getItsNatDocumentTemplate(String) - Method in interface org.itsnat.core.ItsNatServlet
Returns the document template registered with the specified name.
getItsNatElementComponent() - Method in interface org.itsnat.comp.ItsNatElementComponentUI
Returns the associated component object.
getItsNatElementComponentUI() - Method in interface org.itsnat.comp.ItsNatElementComponent
Returns the user interface manager of this component.
getItsNatEventListenerChain() - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the event listener chain flow control object associated to this event.
getItsNatFormatter() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
This method is called when the component needs to convert an Object value from/to String.
getItsNatFormatter(ItsNatFormattedTextField) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField.ItsNatFormatterFactory
Returns an appropiated formatter to the specified formatted text field.
getItsNatFormatterFactory() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Returns the current ItsNat formatter factory.
getItsNatFreeTable() - Method in interface org.itsnat.comp.table.ItsNatFreeTableHeader
Returns the table component this header belongs to.
getItsNatFreeTableHeader() - Method in interface org.itsnat.comp.table.ItsNatFreeTable
Returns the table header sub-component.
getItsNatHTMLComponentManager() - Method in interface org.itsnat.comp.ItsNatHTMLElementComponent
Returns the ItsNat HTML component manager parent of this component.
getItsNatHTMLComponentManager() - Method in interface org.itsnat.core.html.ItsNatHTMLDocument
Returns the HTML component manager utility.
getItsNatHTMLElementComponent() - Method in interface org.itsnat.comp.ItsNatHTMLElementComponentUI
Returns the associated component object.
getItsNatHTMLElementComponentUI() - Method in interface org.itsnat.comp.ItsNatHTMLElementComponent
Returns the user interface manager of this component.
getItsNatHTMLForm() - Method in interface org.itsnat.comp.ItsNatHTMLFormComponent
Returns the HTML form component parent of this component.
getItsNatHTMLIFrame() - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Returns the parent iframe component which created this instance.
getItsNatHTMLSelect() - Method in interface org.itsnat.comp.list.ItsNatHTMLSelectUI
Returns the associated component object.
getItsNatHTMLSelectUI() - Method in interface org.itsnat.comp.list.ItsNatHTMLSelect
Returns the user interface manager of this component.
getItsNatHTMLTable() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeader
Returns the table component this header belongs to.
getItsNatHTMLTable() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the associated component object.
getItsNatHTMLTableHeader() - Method in interface org.itsnat.comp.table.ItsNatHTMLTable
Returns the table header sub-component.
getItsNatHTMLTableHeader() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeaderUI
Returns the associated component object.
getItsNatHTMLTableHeaderUI() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableHeader
Returns the user interface manager of this component.
getItsNatHTMLTableHeaderUI() - Method in interface org.itsnat.comp.table.ItsNatHTMLTableUI
Returns the header user interface manager of this component.
getItsNatHTMLTableUI() - Method in interface org.itsnat.comp.table.ItsNatHTMLTable
Returns the user interface manager of this component.
getItsNatHttpServlet() - Method in class org.itsnat.core.http.HttpServletWrapper
Returns the ItsNat servlet wrapping this servlet.
getItsNatHttpServlet() - Method in interface org.itsnat.core.http.ItsNatHttpServletRequest
Returns the ItsNat HTTP servlet associated to this request.
getItsNatHttpServlet() - Method in interface org.itsnat.core.http.ItsNatHttpServletResponse
Returns the ItsNat HTTP servlet associated to this response.
getItsNatHttpSession() - Method in interface org.itsnat.core.http.ItsNatHttpServletRequest
Returns the ItsNat HTTP session associated to this request.
getItsNatHttpSession() - Method in interface org.itsnat.core.http.ItsNatHttpServletResponse
Returns the ItsNat HTTP session associated to this response.
getItsNatLabel() - Method in interface org.itsnat.comp.label.ItsNatLabelUI
Returns the associated component object.
getItsNatLabelEditor() - Method in interface org.itsnat.comp.label.ItsNatLabel
Returns the current label editor.
getItsNatLabelRenderer() - Method in interface org.itsnat.comp.label.ItsNatLabel
Returns the current component renderer.
getItsNatLabelUI() - Method in interface org.itsnat.comp.label.ItsNatLabel
Returns the user interface manager of this component.
getItsNatList() - Method in interface org.itsnat.comp.list.ItsNatListUI
Returns the associated component object.
getItsNatListCellEditor() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the current list item editor.
getItsNatListCellRenderer() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the current component renderer.
getItsNatListCellUIAt(int) - Method in interface org.itsnat.comp.list.ItsNatListUI
Returns an object info of the child element at the specified position.
getItsNatListCellUIFromNode(Node) - Method in interface org.itsnat.comp.list.ItsNatListUI
Returns an object info of the child element containing the specified node (or the node is itself an element of the list).
getItsNatListStructure() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the component structure.
getItsNatListUI() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the user interface manager of this component.
getItsNatListUI() - Method in interface org.itsnat.comp.list.ItsNatListCellUI
Returns the parent list UI this object belongs to.
getItsNatServlet() - Method in interface org.itsnat.core.ItsNatServletRequest
Returns the ItsNat servlet associated to this request.
getItsNatServlet() - Method in interface org.itsnat.core.ItsNatServletResponse
Returns the ItsNat servlet associated to this response.
getItsNatServlet() - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Returns the ItsNat servlet where the template was registered.
getItsNatServletConfig() - Method in interface org.itsnat.core.ItsNatServlet
Returns the utility object used to setup the ItsNat servlet.
getItsNatServletContext() - Method in interface org.itsnat.core.ItsNatServlet
Returns the ItsNat application context this ItsNat servlet belongs to.
getItsNatServletContext() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the application context.
getItsNatServletContext() - Method in interface org.itsnat.core.ItsNatSession
Returns the ItsNat servlet context of this ItsNat application.
getItsNatServletRequest() - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the associated ItsNat Servlet Request of this event.
getItsNatServletResponse() - Method in interface org.itsnat.core.event.ItsNatEvent
Returns the associated ItsNat Servlet Response of this event.
getItsNatSession() - Method in interface org.itsnat.core.ClientDocument
Returns the parent ItsNat session.
getItsNatSession() - Method in interface org.itsnat.core.ItsNatServletRequest
Returns the ItsNat session associated to this request.
getItsNatSession() - Method in interface org.itsnat.core.ItsNatServletResponse
Returns the ItsNat session associated to this response.
getItsNatTable() - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Returns the table component this header belongs to.
getItsNatTable() - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the associated component object.
getItsNatTableCellEditor() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the current table cell editor.
getItsNatTableCellRenderer() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the current component renderer.
getItsNatTableCellUIAt(int, int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns an object info of the cell element at the specified row and column.
getItsNatTableCellUIFromNode(Node) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns an object info of the cell element containing the specified node (or the node is itself an element of the table body).
getItsNatTableHeader() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the table header sub-component.
getItsNatTableHeader() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Returns the associated component object.
getItsNatTableHeaderCellRenderer() - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Returns the current component renderer.
getItsNatTableHeaderCellUIAt(int) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Returns an object info of the header column element at the specified position.
getItsNatTableHeaderCellUIFromNode(Node) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Returns an object info of the header column element containing the specified node (or the node is itself an element of the list).
getItsNatTableHeaderUI() - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Returns the user interface manager of this component.
getItsNatTableHeaderUI() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderCellUI
Returns the parent table header UI this object belongs to.
getItsNatTableHeaderUI() - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the header user interface manager of this component.
getItsNatTableStructure() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the component structure.
getItsNatTableUI() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the user interface manager of this component.
getItsNatTableUI() - Method in interface org.itsnat.comp.table.ItsNatTableCellUI
Returns the parent table UI this object belongs to.
getItsNatTextArea() - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Returns the associated component object.
getItsNatTextAreaUI() - Method in interface org.itsnat.comp.text.ItsNatTextArea
Returns the user interface manager of this component.
getItsNatTextComponent() - Method in interface org.itsnat.comp.text.ItsNatTextComponentUI
Returns the associated component object.
getItsNatTextComponentUI() - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Returns the user interface manager of this component.
getItsNatTextField() - Method in interface org.itsnat.comp.text.ItsNatTextFieldUI
Returns the associated component object.
getItsNatTextFieldUI() - Method in interface org.itsnat.comp.text.ItsNatTextField
Returns the user interface manager of this component.
getItsNatTimer() - Method in interface org.itsnat.core.event.ItsNatTimerHandle
Returns the timer manager this scheduled task belongs to.
getItsNatTimerHandle() - Method in interface org.itsnat.core.event.ItsNatTimerEvent
Returns the timer handle associated to this timer event.
getItsNatTree() - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the associated component object.
getItsNatTreeCellEditor() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the current tree node label editor.
getItsNatTreeCellRenderer() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the current component renderer.
getItsNatTreeCellUIFromNode(Node) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the object info of the tree node containing the specified node.
getItsNatTreeCellUIFromRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the object info of the tree node at the specified row position seeing the tree as a list (root node is 0).
getItsNatTreeCellUIFromTreePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the object info of the tree node specified by the tree path.
getItsNatTreeStructure() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the component structure.
getItsNatTreeUI() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the user interface manager of this component.
getItsNatTreeUI() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the parent tree UI this object belongs to.
getJavaSetMethodName() - Method in class org.itsnat.core.event.NodePropertyTransport
Returns the method name used to synchronize using reflection.
getKeyCode() - Method in interface org.itsnat.core.event.ItsNatKeyEvent
Returns the Unicode value of a non-character key in a keypress event or any key in any other type of keyboard event.
getLabelContentPatternFragment() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the pattern used to render values if ElementTreeNode.isUsePatternMarkupToRender() is true.
getLabelEditorComponent(ItsNatLabel, Object, Element) - Method in interface org.itsnat.comp.label.ItsNatLabelEditor
Returns the component used to edit in place the label value.
getLabelElement() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the label element of this tree node.
getLabelElement(ItsNatTree, int, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeStructure
Returns the label element of a tree node.
getLabelElement() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the label element.
getLabelElement(ElementTreeNode, Element) - Method in interface org.itsnat.core.domutil.ElementTreeNodeStructure
Returns the label element of a tree node.
getLabelElementFromRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the label element of the tree node at the specified row position seeing the tree as a list (root node is 0).
getLabelElementFromTreePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the label element of the tree node specified by the tree path.
getLabelValue() - Method in interface org.itsnat.comp.button.ItsNatButtonLabel
Returns the current label.
getLastChildElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the last direct child org.w3c.dom.Element below the specified node.
getLastElement() - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the last child element (element at position getLength() - 1).
getLastPath() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the last node (tree order)
getLastRequestTime() - Method in interface org.itsnat.core.ClientDocument
Returns the time in milliseconds of the last access to the document using this client.
getLastRowElement() - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the last row element (row at position length - 1).
getLastTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the last child tree node (position getLength() - 1).
getLength() - Method in interface org.itsnat.comp.list.ItsNatListUI
Returns the number of child elements.
getLength() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Returns the number of header columns.
getLength() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the number of child tree nodes in the list.
getListCellEditorComponent(ItsNatList, int, Object, boolean, Element) - Method in interface org.itsnat.comp.list.ItsNatListCellEditor
Returns the component used to edit in place the list item value.
getListElementInfoAt(int) - Method in interface org.itsnat.core.domutil.ElementListBase
Returns an object info of the child element at the specified position.
getListElementInfoFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementListBase
Returns an object info of the child element containing the specified node (or the node is itself an element of the list).
getListModel() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the current data model of this component.
getListSelectionModel() - Method in interface org.itsnat.comp.list.ItsNatListMultSel
Returns the current selection model.
getListSelectionModel() - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Returns the current header selection model.
getLocalVariable(String) - Method in interface org.itsnat.core.ItsNatVariableResolver
Returns the value associated to the specified name, only the local registry of this resolver is searched.
getMaxOpenClientsByDocument() - Method in interface org.itsnat.core.ItsNatDocument
Returns the max number of open clients (owner and attached) associated to a document in server.
getMaxOpenClientsByDocument() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the max number of open clients (owner and attached) associated to a document in server.
getMaxOpenClientsByDocument() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns the max number of open clients (owner and attached) associated to a document in server.
getMaxOpenDocumentsBySession() - Method in interface org.itsnat.core.ItsNatServletContext
Returns the max number of open documents in a user web session (documents saving state on the server).
getMetaKey() - Method in interface org.itsnat.core.event.ItsNatKeyEvent
If the Meta key modifier is activated.
getMIME() - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Returns the template MIME type.
getName() - Method in interface org.itsnat.comp.button.ItsNatButtonGroup
Returns the name of this button group.
getName() - Method in interface org.itsnat.core.event.ItsNatUserEvent
Returns the user defined event/listener name.
getName() - Method in class org.itsnat.core.event.SingleParamTransport
Returns the item name for instance a property or attribute name.
getName() - Method in class org.itsnat.core.NameValue
Returns the name of the pair name/value.
getName() - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Returns the used name to register the template.
getNextElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the next org.w3c.dom.Element following the specified node in document order.
getNextNode(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the next node following the specified node in document order.
getNextPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the path of the next node seeing the data model as a list (tree order).
getNextSiblingElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the next sibling org.w3c.dom.Element following the specified node.
getNextSiblingPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the path of the next sibling node.
getNextSiblingTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the tree node immediately following this tree node (same level).
getNextTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the next tree node in the logical order of the tree (seen as a list).
getNode() - Method in interface org.itsnat.comp.ItsNatComponent
Returns the associated DOM node to this component.
getNodeReference(Node) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the appropriated code to locate the specified DOM node at the client.
getNullFormatter() - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Returns the ItsNat formatter to use if the component value (ItsNatFormattedTextField.getValue()) is null.
getOffendingNode() - Method in exception org.itsnat.core.ItsNatDOMException
Returns the node involved.
getParentElement() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the parent element containing this tree node.
getParentElement() - Method in interface org.itsnat.core.domutil.ElementGroup
Returns the parent element of this element group.
getParentElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the first parent org.w3c.dom.Element of specified node.
getParentElementFromRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the parent element of the tree node at the specified row position seeing the tree as a list (root node is 0).
getParentElementFromTreePath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the parent element of the tree node specified by the tree path.
getParentList() - Method in interface org.itsnat.core.domutil.ListElementInfo
Returns the parent list this object belongs to.
getParentTable() - Method in interface org.itsnat.core.domutil.TableCellElementInfo
Returns the parent table this object belongs to.
getPassword() - Method in interface org.itsnat.comp.text.ItsNatPasswordField
Returns the password value contained in this component as a char array.
getPeriod() - Method in interface org.itsnat.core.event.ItsNatTimerHandle
Returns the time in milliseconds between successive task executions.
getPhase() - Method in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Returns the life cycle phase/notification type of this event.
getPreviousElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the previous org.w3c.dom.Element following the specified node in document order.
getPreviousNode(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the previous node following the specified node in document order.
getPreviousPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the previous path seeing the data model as a list (tree order).
getPreviousSiblingElement(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Returns the previous sibling org.w3c.dom.Element following the specified node.
getPreviousSiblingPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the path of the previous sibling node.
getPreviousSiblingTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the tree node immediately preceding this tree node (same level).
getPreviousTreeNode() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the previous tree node in the logical order of the tree (seen as a list).
getPropertyChangeListeners() - Method in interface org.itsnat.comp.ItsNatComponent
Returns all registered listeners listening for any property change.
getPropertyChangeListeners(String) - Method in interface org.itsnat.comp.ItsNatComponent
Returns all registered listeners listening for changes in the specified property.
getRefreshInterval() - Method in interface org.itsnat.core.event.ItsNatAttachedClientTimerEvent
Returns the refresh interval.
getRootNode() - Method in interface org.itsnat.core.domutil.ElementTree
Returns the root tree node.
getRootPatternElement() - Method in interface org.itsnat.core.domutil.ElementTree
Returns the element used as a pattern.
getRow() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the row index of this node seeing the tree as a list. 0 if this node is the root regardless this tree is rootless or not (if rootless never returns 0 because root node has not markup/tree node UI).
getRow(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the row index of the specified tree node.
getRow(int, TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the row index of the child tree node at the specified position below the parent tree node specified by its path.
getRow() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the row index of this node seeing the tree as a list.
getRowContentElement(ItsNatTable, int, Element) - Method in interface org.itsnat.comp.table.ItsNatTableStructure
Returns the content element of a table row.
getRowContentElement(ElementTable, int, Element) - Method in interface org.itsnat.core.domutil.ElementTableStructure
Returns the content element of a row.
getRowContentElementAt(int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the content row element.
getRowContentElementAt(int) - Method in interface org.itsnat.core.domutil.ElementTable
Returns the "content" element of the row, this element is the parent of the row cells This element is obtained using the current structure.
getRowCount() - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the number of rows.
getRowCount() - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the number of rows in the tree.
getRowCount(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the number of rows contained below the specified node including itself.
getRowCount(int, TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Returns the number of rows contained in the child tree node at the specified position below the parent tree node specified by its path.
getRowCount() - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the number of rows.
getRowCount() - Method in interface org.itsnat.core.domutil.ElementTree
Returns the number of rows in the tree.
getRowCount() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Returns the number of rows below this tree node including itself.
getRowCount() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the number of rows in the list.
getRowElement() - Method in interface org.itsnat.comp.table.ItsNatTableCellUI
Returns the row DOM element (top) parent of the cell.
getRowElement() - Method in interface org.itsnat.core.domutil.TableCellElementInfo
Returns the row DOM element (top) parent of the cell.
getRowElementAt(int) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Returns the row element at the specified index.
getRowElementAt(int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the row element at the specified index.
getRowElementFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the row element of the table containing the specified node.
getRowForPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the row position of the specified path.
getRowIndex() - Method in interface org.itsnat.comp.table.ItsNatTableCellUI
Returns the row index of the cell.
getRowIndex() - Method in interface org.itsnat.core.domutil.TableCellElementInfo
Returns the row index of the cell.
getRowListElementInfoAt(int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns an object info of the row element at the specified position.
getRowListElementInfoFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns an object info of the row element containing the specified node (or the node is itself a row element).
getRowMapper() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the built-in row mapper.
getRowPatternElement() - Method in interface org.itsnat.core.domutil.ElementTable
Returns the element used as a row pattern.
getRows() - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Returns the max number of visible rows of the text area.
getRowSelectionModel() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the current row selection model.
getScriptCode() - Method in class org.itsnat.core.event.CustomParamTransport
Returns the JavaScript code used to obtain the value to send to the server.
getScriptUtil() - Method in interface org.itsnat.core.ClientDocument
Returns the scripting utility.
getScriptUtil() - Method in interface org.itsnat.core.ItsNatDocument
Returns the scripting utility.
getSelectedColumn() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the index of the first selected column.
getSelectedColumns() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns an array with indices of the current selected columns.
getSelectedIndex() - Method in interface org.itsnat.comp.list.ItsNatList
Returns the index of the first selected list item.
getSelectedIndex() - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Returns the index of the first selected header column.
getSelectedIndices() - Method in interface org.itsnat.comp.list.ItsNatListMultSel
Returns an array with indices of the current selected elements.
getSelectedItem() - Method in interface org.itsnat.comp.list.ItsNatComboBox
Returns the current selected item.
getSelectedRow() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the index of the first selected row.
getSelectedRows() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns an array with indices of the current selected rows.
getServlet() - Method in interface org.itsnat.core.ItsNatServlet
Returns the wrapped javax.servlet.Servlet object.
getServletConfig() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns the servlet configuration object wrapped.
getServletContext() - Method in interface org.itsnat.core.ItsNatServletContext
Returns the standard servlet context wrapped.
getServletInfo() - Method in class org.itsnat.core.http.HttpServletWrapper
Returns a short description of the servlet.
getServletRequest() - Method in interface org.itsnat.core.ItsNatServletRequest
Returns the wrapped javax.servlet.ServletRequest object.
getServletResponse() - Method in interface org.itsnat.core.ItsNatServletResponse
Returns the wrapped javax.servlet.ServletResponse object.
getSetPropertyCode(String, Object, boolean) - Method in interface org.itsnat.core.script.ScriptExpr
Generates the JavaScript code to set a value to the specified property of the result of this expression.
getSetPropertyCode(String, Object) - Method in interface org.itsnat.core.script.ScriptExpr
Generates the JavaScript code to set a value to the specified property of the result of this expression.
getSetPropertyCode(Object, String, Object, boolean) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the JavaScript code to set a value to the specified property.
getSetPropertyCode(Object, String, Object) - Method in interface org.itsnat.core.script.ScriptUtil
Generates the JavaScript code to set a value to the specified property.
getShiftKey() - Method in interface org.itsnat.core.event.ItsNatKeyEvent
If the Shift key modifier is activated.
getSource() - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Returns the source specified to load the template.
getTableCellEditorComponent(ItsNatTable, int, int, Object, boolean, Element) - Method in interface org.itsnat.comp.table.ItsNatTableCellEditor
Returns the component used to edit in place the table cell value.
getTableCellElementInfoAt(int, int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns an object info of the cell element specified by the row and column indexes.
getTableCellElementInfoFromNode(Node) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns an object info of the cell element containing the specified node (or the node is itself a cell element of the table).
getTableModel() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns the current data model of this component.
getText() - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Returns the text contained in this component.
getText(int, int) - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Fetches the text contained within the given portion of the text of this component.
getText() - Method in interface org.itsnat.comp.text.ItsNatTextComponentUI
Returns the current text saved in markup.
getTextContent(Element) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Returns the string content of the text node inside the specified Element.
getToggleButtonModel() - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonToggle
Returns the current data model of this component.
getToggleClickCount() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the number of mouse clicks needed to expand or close a node.
getTransportableCharLiteral(char) - Method in interface org.itsnat.core.script.ScriptUtil
Converts the specified Java String to a JavaScript string literal, this string can be sent to the client.
getTransportableStringLiteral(String) - Method in interface org.itsnat.core.script.ScriptUtil
Converts the specified Java String to a JavaScript string literal, this string can be sent to the client.
getTreeCellEditorComponent(ItsNatTree, int, Object, boolean, boolean, boolean, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeCellEditor
Returns the component used to edit in place the tree node value.
getTreeExpansionListeners() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns all registered "tree expansion" listeners
getTreeModel() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the current data model of this component.
getTreeNodeAt(int) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the tree node at the specified index.
getTreeNodeCount() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the number of nodes.
getTreeNodes() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Returns the tree node list as an array.
getTreeNodeUIParent() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the parent tree node UI of this node.
getTreeNodeUIPath() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns an array with tree node UI objects from this node to the top most (usually the root).
getTreePath() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the tree path of this node.
getTreePathForRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the path of the node at the specified row position.
getTreeSelectionModel() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the current selection model.
getTreeWillExpandListeners() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns all registered tree "tree will expand" listeners
getType() - Method in class org.itsnat.core.event.NodePropertyTransport
Returns the class type of the property value when using reflection to synchronize.
getUseGZip() - Method in interface org.itsnat.core.ItsNatServletConfig
Returns whether JavaScript code and/or markup sent to the client is automatically compressed if the browser accepts this encoding.
getUseGZip() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Returns whether JavaScript code and/or markup sent to the client is automatically compressed if the browser accepts this encoding.
getUserAgent() - Method in interface org.itsnat.core.http.ItsNatHttpSession
Returns the user agent that started this session.
getUserValue(String) - Method in interface org.itsnat.core.ItsNatUserData
Returns the value associated to the specified name.
getUserValueNames() - Method in interface org.itsnat.core.ItsNatUserData
Returns all registered names.
getValue() - Method in interface org.itsnat.comp.label.ItsNatLabel
Returns the current value.
getValue() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Returns the last valid value.
getValue() - Method in class org.itsnat.core.NameValue
Returns the value of the pair name/value.
getVariable(String) - Method in interface org.itsnat.core.ItsNatVariableResolver
Returns the value associated to the specified name.
getVersion() - Method in interface org.itsnat.core.ItsNat
Returns the ItsNat version with format: X.X.X.X (this format may vary)
getVetoableChangeListeners() - Method in interface org.itsnat.comp.ItsNatComponent
Returns all registered listeners listening for any vetoable property change.
getWaitDocTimeout() - Method in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Returns the maximum time in milliseconds the remote control request will wait to the document to be bound if this document is not in server yet.
getZIndex() - Method in interface org.itsnat.comp.layer.ItsNatModalLayer
Returns the z-index associated to the modal layer.

H

handleEvent(ItsNatAttachedClientEvent) - Method in interface org.itsnat.core.event.ItsNatAttachedClientEventListener
Handles the received remote control event.
handleSession(ItsNatSession) - Method in interface org.itsnat.core.ItsNatSessionCallback
Is called by ItsNatServletContext.enumerateSessions(ItsNatSessionCallback) to do some processing with the submitted session.
hasChildElements(Node) - Static method in class org.itsnat.core.domutil.ItsNatTreeWalker
Informs whether the specified node has child elements.
hasFocus() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Informs whether this component has the focus.
hasLabelMarkup() - Method in interface org.itsnat.comp.label.ItsNatLabelUI
Informs whether this label contains markup.
hasLabelMarkup() - Method in interface org.itsnat.core.domutil.ElementLabel
Informs whether this label contains markup.
hasTreeNodeRoot() - Method in interface org.itsnat.core.domutil.ElementTree
Informs whether the current tree has a root tree node (not empty).
HTMLIFrameFileUpload - Interface in org.itsnat.comp.iframe
An instance of this interface represents a file uploading task associated to an iframe component and an input type=file element.
HttpServletWrapper - Class in org.itsnat.core.http
Simplifies the development of new ItsNat based servlets.
HttpServletWrapper() - Constructor for class org.itsnat.core.http.HttpServletWrapper
Creates a new instance of HttpServletWrapper

I

includeFragment(String, boolean) - Method in interface org.itsnat.comp.inc.ItsNatInclude
Includes a new markup fragment.
includeFragment(String) - Method in interface org.itsnat.comp.inc.ItsNatInclude
Includes a new markup fragment.
indexOf(Object) - Method in interface org.itsnat.comp.list.ItsNatList
Returns the zero based position in the list of the specified value.
indexOfElement(Element) - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the position of the specified element.
indexOfRowElement(Element) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the position of the specified row element.
init(ServletConfig) - Method in class org.itsnat.core.http.HttpServletWrapper
Initializes the ItsNat servlet wrapping this servlet.
initKeyEvent(String, boolean, boolean, AbstractView, boolean, boolean, boolean, boolean, int, int) - Method in interface org.itsnat.core.event.ItsNatKeyEvent
The initKeyEvent method is used to initialize the value of a ItsNatKeyEvent.
insertColumnAt(int) - Method in interface org.itsnat.core.domutil.ElementTable
Inserts a new column at the specified position using the cell pattern.
insertColumnAt(int, Object[]) - Method in interface org.itsnat.core.domutil.ElementTable
Inserts a new column at the specified position using the cell pattern, and renders the specified values using the current structure and renderer.
insertColumnAt(int, List<Object>) - Method in interface org.itsnat.core.domutil.ElementTable
Inserts a new column at the specified position using the cell pattern, and renders the specified values using the current structure and renderer.
insertColumnAt(int, Element[]) - Method in interface org.itsnat.core.domutil.ElementTableFree
Inserts a new column at the specified position.
insertElementAt(int, Object) - Method in interface org.itsnat.comp.list.ItsNatComboBox
Inserts a new value in the list model at the specified position.
insertElementAt(int) - Method in interface org.itsnat.core.domutil.ElementList
Inserts a new child element at the specified position using the pattern (the new element is a clone).
insertElementAt(int, Object) - Method in interface org.itsnat.core.domutil.ElementList
Inserts a new child element at the specified position and renders the specified value using the current structure and renderer.
insertElementAt(int, Element) - Method in interface org.itsnat.core.domutil.ElementListFree
Inserts a new child element at the specified position.
insertRowAt(int) - Method in interface org.itsnat.core.domutil.ElementTable
Inserts a new row element at the specified position using the row pattern.
insertRowAt(int, Object[]) - Method in interface org.itsnat.core.domutil.ElementTable
Inserts a new row element at the specified position using the row pattern, and renders the specified row values using the current structure and renderer.
insertRowAt(int, List<Object>) - Method in interface org.itsnat.core.domutil.ElementTable
Inserts a new row element at the specified position using the row pattern and renders the specified row values using the current structure and renderer.
insertRowAt(int, Element) - Method in interface org.itsnat.core.domutil.ElementTableFree
Inserts a new row element at the specified position.
insertString(String, int) - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Inserts a new string at the specified position.
insertTreeNodeAt(int) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Inserts a new child tree node at the specified position using the pattern (the new tree node markup is a clone).
insertTreeNodeAt(int, Object) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Inserts a new child tree node at the specified position and renders the specified value using the current structure and renderer.
introspect(String, Object) - Method in interface org.itsnat.core.ItsNatVariableResolver
Introspect the specified object registering all JavaBeans properties as local variables prefixed with the specified reference name.
isAccepted() - Method in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Returns true if this event request is accepted.
isAutoBuildComponents() - Method in interface org.itsnat.comp.ItsNatComponentManager
Informs whether components are built automatically using the necessary markup declarations.
isAutoBuildComponents() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether components are built automatically using the necessary markup declarations.
isAutoBuildComponents() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether components are built automatically using the necessary markup declarations.
isAutoCleanEventListeners() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the auto clean event listeners mode is enabled.
isAutoCleanEventListeners() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the auto clean event listeners mode is enabled.
isCancelled() - Method in interface org.itsnat.core.event.ItsNatTimerHandle
Informs whether this timer task is cancelled
isCellSelected(int, int) - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether the specified cell is selected.
isCellSelectionEnabled() - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether cell selection is enabled.
isColumnSelected(int) - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether the specified column contains almost a cell selected.
isColumnSelectionAllowed() - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether column selection is allowed.
isCreatedByStatelessEvent() - Method in interface org.itsnat.core.ItsNatDocument
If this document was created when processing a stateless event, that is, it was loaded as the result of processing a stateless event fired with a JavaScript call document.getItsNatDoc().dispatchEventStateless(...); provided a itsnat_doc_name parameter.
isDebugMode() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the debug mode is enabled.
isDebugMode() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the debug mode is enabled.
isDisconnected() - Method in interface org.itsnat.core.ItsNatVariableResolver
Informs whether this variable resolver is disconnected (does not have a parent).
isDisconnectedChildNodesFromClient(Node) - Method in interface org.itsnat.core.ItsNatDocument
Informs whether the specified node is marked as "child nodes disconnected"
isDisposed() - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Informs whether this component was disposed.
isDisposed() - Method in interface org.itsnat.comp.ItsNatComponent
Informs whether this component was disposed.
isEditable() - Method in interface org.itsnat.comp.text.ItsNatTextComponentUI
Returns whether the component user interface is editable or read-only.
isEdited() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Informs whether visual control content has changed and component value is still not modified.
isEditing() - Method in interface org.itsnat.comp.label.ItsNatLabel
Informs whether the label value is being edited.
isEditing() - Method in interface org.itsnat.comp.list.ItsNatList
Informs whether a list item value is being edited.
isEditing() - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether a table cell value is being edited.
isEditing() - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether a tree node value is being edited.
isEditingEnabled() - Method in interface org.itsnat.comp.label.ItsNatLabel
Informs whether the in place edition is enabled.
isEditingEnabled() - Method in interface org.itsnat.comp.list.ItsNatList
Informs whether the in place edition is enabled.
isEditingEnabled() - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether the in place edition is enabled.
isEditingEnabled() - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether the in place edition is enabled.
isEditValid() - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Returns true if the current value being edited is valid.
isEmpty() - Method in interface org.itsnat.comp.list.ItsNatListUI
Informs whether the list is empty (no elements).
isEmpty() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Informs whether the table header is empty (no columns).
isEmpty() - Method in interface org.itsnat.core.domutil.ElementListBase
Informs whether the list is empty (no elements).
isEmpty() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Informs whether the tree node list is empty.
isEnabled() - Method in interface org.itsnat.comp.button.ItsNatButton
Informs whether this button receives UI events.
isEnabled() - Method in interface org.itsnat.comp.ItsNatComponent
Informs whether this component receives UI events.
isEventsEnabled() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether events (AJAX or SCRIPT based) are enabled.
isEventsEnabled() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether events (AJAX or SCRIPT based) are enabled.
isExcludedNodeAsItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Informs whether the specified node is in the excluded registry.
isExpanded() - Method in interface org.itsnat.comp.tree.ItsNatTreeCellUI
Returns the current expand state.
isExpandedNode(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether the specified path is expanded.
isExpandsSelectedPaths() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns the expandsSelectedPaths property.
isFastLoadMode() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the fast load mode is enabled.
isFastLoadMode() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the fast load mode is enabled.
isIncluded() - Method in interface org.itsnat.comp.inc.ItsNatInclude
Informs whether a fragment was inserted using this component.
isInternalMode() - Method in interface org.itsnat.core.ItsNatNode
Returns the current mode of this node, internal or remote.
isInvalid() - Method in interface org.itsnat.core.ItsNatDocument
Informs whether this document is invalid.
isJoystickMode() - Method in interface org.itsnat.comp.list.ItsNatFreeList
Informs whether a joystick is enough to control the component (some kind of mouse, pointer or stylus not present or not necessary).
isJoystickMode() - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether a joystick is enough to control the component (some kind of mouse, pointer or stylus not present or not necessary).
isJoystickMode() - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether a joystick is enough to control the component (some kind of mouse, pointer or stylus not present or not necessary).
isJoystickMode() - Method in interface org.itsnat.core.ItsNatDocument
Informs whether a joystick is enough to control, for instance, components (some kind of mouse, pointer or stylus not present or not necessary).
isJoystickMode() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether a joystick is enough to control, for instance, components (some kind of mouse, pointer or stylus not present or not necessary).
isJoystickMode() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether a joystick is enough to control, for instance, components (some kind of mouse, pointer or stylus not present or not necessary).
isLeaf() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Informs whether this node is a leaf, it does not contain child nodes.
isLineWrap() - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Informs whether the text area wraps lines.
isLoading() - Method in interface org.itsnat.core.ItsNatDocument
Informs whether this document is in the load phase.
isLoadScriptInline() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the initial JavaScript code is sent inline into the loaded page or is loaded externally.
isLoadScriptInline() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the initial JavaScript code is sent inline into the loaded page or is loaded externally.
isMarkupDriven() - Method in interface org.itsnat.comp.button.toggle.ItsNatHTMLInputButtonToggle
Informs whether this component is markup driven.
isMarkupDriven() - Method in interface org.itsnat.comp.list.ItsNatHTMLSelect
Informs whether this component is markup driven.
isMarkupDriven() - Method in interface org.itsnat.comp.text.ItsNatHTMLInputTextBased
Informs whether this component is markup driven.
isMarkupDriven() - Method in interface org.itsnat.comp.text.ItsNatHTMLTextArea
Informs whether this component is markup driven.
isMarkupDrivenComponents() - Method in interface org.itsnat.comp.ItsNatComponentManager
Informs whether markup driven mode is used in new components.
isMarkupDrivenComponents() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether markup driven mode is used in components.
isMarkupDrivenComponents() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether markup driven mode is used in components.
isMarkupUsingGZip(int) - Static method in class org.itsnat.core.UseGZip
Informs whether the argument includes the MARKUP bit.
isMaster() - Method in interface org.itsnat.core.domutil.ElementListFree
Informs whether the list works in master mode.
isMustReload(ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.core.tmpl.TemplateSource
Informs whether the current template should be discarded and a new one loaded.
isNodeCacheEnabled() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the speed oriented node cache is enabled.
isNodeCacheEnabled() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the speed oriented node cache is enabled.
isNodeInside(Node, Node) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Returns true if the provided node is inside the specified parentNode.
isNoneUsingGZip(int) - Static method in class org.itsnat.core.UseGZip
Informs whether the argument is NONE.
isOnLoadCacheStaticNodes(String) - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether static nodes are serialized as text and globally cached when the template is loaded to save memory (it improves the performance too).
isOnLoadCacheStaticNodes() - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Informs whether static nodes are serialized as text and globally cached when the template is loaded to save memory (it improves the performance too).
isReadOnly() - Method in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Returns true if this attached client cannot send events to the server (read only).
isReferrerEnabled() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether referrer feature is enabled by default.
isReferrerEnabled() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether referrer feature is enabled by default.
isReferrerPushEnabled() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether referrer "push" feature is enabled by default.
isReferrerPushEnabled() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether referrer "push" feature is enabled by default.
isRootless() - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether this tree has a visible root.
isRowSelected(int) - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether the specified row contains almost a cell selected.
isRowSelectionAllowed() - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether row selection is allowed.
isScriptingEnabled() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether JavaScript is enabled.
isScriptingEnabled() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether JavaScript is enabled.
isScriptUsingGZip(int) - Static method in class org.itsnat.core.UseGZip
Informs whether the argument includes the SCRIPT bit.
isSelected() - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonToggle
Informs whether the button is selected.
isSelectionOnComponentsUsesKeyboard() - Method in interface org.itsnat.comp.ItsNatComponentManager
Informs whether the keyboard is necessary for selection on components.
isSelectionOnComponentsUsesKeyboard() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the keyboard is necessary for selection on components.
isSelectionOnComponentsUsesKeyboard() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the keyboard is necessary for selection on components.
isSelectionUsesKeyboard() - Method in interface org.itsnat.comp.list.ItsNatFreeListMultSel
Returns if the keyboard is used to select items.
isSelectionUsesKeyboard() - Method in interface org.itsnat.comp.table.ItsNatTable
Returns if the keyboard is used to select items.
isSelectionUsesKeyboard() - Method in interface org.itsnat.comp.tree.ItsNatTree
Returns if the keyboard is used to select items.
isSendCodeEnabled() - Method in interface org.itsnat.core.ClientDocument
Informs whether JavaScript code can be added to send to the client calling ClientDocument.addCodeToSend(Object)
isSendCodeEnabled() - Method in interface org.itsnat.core.ItsNatDocument
Informs whether JavaScript code can be added to send to the client calling ItsNatDocument.addCodeToSend(Object)
isSessionExplicitSerialize() - Method in interface org.itsnat.core.ItsNatServletContext
Defines whether ItsNat explicitly serializes user sessions and saves serialized data to the native sessions as attributes when any web request ends and deserializing in the beginning of any web request.
isSessionReplicationCapable() - Method in interface org.itsnat.core.ItsNatServletContext
Controls whether the ItsNat application is ready for automatic session replication of the servlet container.
isSessionSerializeCompressed() - Method in interface org.itsnat.core.ItsNatServletContext
Defines whether the serialized data of the ItsNat session is compressed when the session is serialized.
isStopped() - Method in interface org.itsnat.core.CometNotifier
Informs whether this notifier is stopped.
isStopped() - Method in interface org.itsnat.core.event.ItsNatEventListenerChain
Informs whether the processing of this event is stopped.
isSync() - Method in class org.itsnat.core.event.ParamTransport
If the server state is synchronized in some way.
isTreeTable() - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether this tree is a tree-table.
isTreeTable() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Informs whether this node is part of a tree table.
isUsePatternMarkupToRender() - Method in interface org.itsnat.comp.label.ItsNatLabelUI
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.comp.list.ItsNatListUI
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.comp.table.ItsNatTableUI
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.domutil.ElementLabel
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.domutil.ElementList
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.domutil.ElementTable
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.domutil.ElementTree
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.domutil.ElementTreeNode
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Informs whether the original (saved as pattern) markup is used to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.ItsNatDocument
Informs whether dom utils and components use by default the original (saved as pattern) markup to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether dom utils and components use by default the original (saved as pattern) markup to render.
isUsePatternMarkupToRender() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether dom utils and components use by default the original (saved as pattern) markup to render.
isUseXHRSyncOnUnloadEvent() - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the internal unload event sent by ItsNat when end user leaves the page, is synchronously sent when the transport is AJAX (XMLHttpRequest) mode by default.
isUseXHRSyncOnUnloadEvent() - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the internal unload event sent by ItsNat when end user leaves the page, is synchronously sent when the transport is AJAX (XMLHttpRequest) mode by default.
ItsNat - Interface in org.itsnat.core
Is the root interface of the ItsNat infrastructure.
ItsNatAsyncTaskEvent - Interface in org.itsnat.core.event
This event is fired automatically by the client and sent to the server to wait until the associated asynchronous task finishes.
ItsNatAttachedClientCometEvent - Interface in org.itsnat.core.event
This event object is sent to registered ItsNatAttachedClientEventListener objects to notify the several phases of a remote control process using comet to notify the client any document change.
ItsNatAttachedClientEvent - Interface in org.itsnat.core.event
This event object is sent to registered ItsNatAttachedClientEventListener objects to notify the several phases of a remote control process using a timer or comet to notify the client any document change.
ItsNatAttachedClientEventListener - Interface in org.itsnat.core.event
This listener (if registered) is called when a remote control event is received by the listened target.
ItsNatAttachedClientTimerEvent - Interface in org.itsnat.core.event
This event object is sent to registered ItsNatAttachedClientEventListener objects to notify the several phases of a remote control process using a timer to notify the client any document change.
ItsNatBoot - Class in org.itsnat.core
Is the boot class of the ItsNat infrastructure.
ItsNatBoot() - Constructor for class org.itsnat.core.ItsNatBoot
 
ItsNatButton - Interface in org.itsnat.comp.button
Is the base interface of button components.
ItsNatButtonCheckBox - Interface in org.itsnat.comp.button.toggle
Is the base interface of check box button components.
ItsNatButtonGroup - Interface in org.itsnat.comp.button
Represents a button group.
ItsNatButtonLabel - Interface in org.itsnat.comp.button
Is the base interface of button components with a label.
ItsNatButtonNormal - Interface in org.itsnat.comp.button.normal
Is the base interface of normal button components.
ItsNatButtonRadio - Interface in org.itsnat.comp.button.toggle
Is the base interface of radio button components.
ItsNatButtonToggle - Interface in org.itsnat.comp.button.toggle
Is the base interface of toggle button components.
ItsNatButtonUI - Interface in org.itsnat.comp.button
Is the base interface of the User Interface of a button component.
ItsNatComboBox - Interface in org.itsnat.comp.list
Is the base interface of combo box components.
ItsNatCometEvent - Interface in org.itsnat.core.event
This event is fired automatically by the client and sent to the server to wait until the associated CometNotifier has a pending notification then is dispatched to the registered listeners if any.
ItsNatComponent - Interface in org.itsnat.comp
Is the base interface which every ItsNat component implements.
ItsNatComponentManager - Interface in org.itsnat.comp
Utility interface to manage (create, register etc) ItsNat components of the associated ItsNatDocument.
ItsNatComponentUI - Interface in org.itsnat.comp
Is the base interface of the User Interface utility object associated to the component.
ItsNatContinueEvent - Interface in org.itsnat.core.event
This event is fired automatically by the client to continue a pending task in the server.
ItsNatDocFragmentTemplate - Interface in org.itsnat.core.tmpl
Represents a markup fragment template.
ItsNatDocument - Interface in org.itsnat.core
Is the ItsNat wrapper of a org.w3c.dom.Document object.
ItsNatDocumentTemplate - Interface in org.itsnat.core.tmpl
Represents a document (page) template.
ItsNatDOMException - Exception in org.itsnat.core
Is throw by ItsNat when a DOM node is the source of the error.
ItsNatDOMException(Throwable, Node) - Constructor for exception org.itsnat.core.ItsNatDOMException
Creates a new instance.
ItsNatDOMException(String, Node) - Constructor for exception org.itsnat.core.ItsNatDOMException
Creates a new instance.
ItsNatDOMException(String, Throwable, Node) - Constructor for exception org.itsnat.core.ItsNatDOMException
Creates a new instance.
ItsNatDOMExtEvent - Interface in org.itsnat.core.event
This interface is the parent of event types like ItsNatContinueEvent, ItsNatTimerEvent and ItsNatUserEvent defined by ItsNat extending the DOM standard.
ItsNatDOMStdEvent - Interface in org.itsnat.core.event
Every standard DOM event implements this interface.
ItsNatDOMUtil - Class in org.itsnat.core.domutil
This class provides methods to do frequent DOM related tasks.
ItsNatDOMUtil() - Constructor for class org.itsnat.core.domutil.ItsNatDOMUtil
 
ItsNatElementComponent - Interface in org.itsnat.comp
Is the base interface which every DOM Element based component implements.
ItsNatElementComponentUI - Interface in org.itsnat.comp
Is the base interface of the User Interface utility object associated to a DOM Element based component.
ItsNatEvent - Interface in org.itsnat.core.event
This interface is the parent of any ItsNat event interface: normal and remote view/control events.
ItsNatEventDOMStateless - Interface in org.itsnat.core.event
This event type is the case of event stateless when dispatched to a global document listener because a document template was specified in request.
ItsNatEventListenerChain - Interface in org.itsnat.core.event
This interface is used to control the flow of event listeners processing.
ItsNatEventStateless - Interface in org.itsnat.core.event
This event is created by the client calling the ItsNat JavaScript method createEventStateless and dispatched to the server calling the JavaScript method dispatchEventStateless and is received by the global servlet event listeners and global document even listeners when a document template is specified.
ItsNatException - Exception in org.itsnat.core
Is the principal unchecked exception provided by ItsNat.
ItsNatException(Throwable) - Constructor for exception org.itsnat.core.ItsNatException
Creates a new instance.
ItsNatException(String) - Constructor for exception org.itsnat.core.ItsNatException
Creates a new instance.
ItsNatException(String, Throwable) - Constructor for exception org.itsnat.core.ItsNatException
Creates a new instance.
ItsNatException(Throwable, Object) - Constructor for exception org.itsnat.core.ItsNatException
Creates a new instance.
ItsNatException(String, Object) - Constructor for exception org.itsnat.core.ItsNatException
Creates a new instance.
ItsNatException(String, Throwable, Object) - Constructor for exception org.itsnat.core.ItsNatException
Creates a new instance.
ItsNatFormattedTextField - Interface in org.itsnat.comp.text
Is the base interface of text based components which text is rendered/edited as a single line and following a format.
ItsNatFormattedTextField.ItsNatFormatter - Interface in org.itsnat.comp.text
Defines an ItsNat formatter.
ItsNatFormattedTextField.ItsNatFormatterFactory - Interface in org.itsnat.comp.text
Defines an ItsNat formatter factory.
ItsNatFormatterFactoryDefault - Interface in org.itsnat.comp.text
Defines a factory with several specialized formatters.
ItsNatFreeButtonNormal - Interface in org.itsnat.comp.button.normal
Is the interface of the free normal button components.
ItsNatFreeButtonNormalLabel - Interface in org.itsnat.comp.button.normal
Is the interface of the free normal button components.
ItsNatFreeButtonToggle - Interface in org.itsnat.comp.button.toggle
Is the base interface of the free toggle button components.
ItsNatFreeCheckBox - Interface in org.itsnat.comp.button.toggle
Is the interface of the default implementation of free check boxes.
ItsNatFreeCheckBoxLabel - Interface in org.itsnat.comp.button.toggle
Is the interface of the default implementation of free check boxes.
ItsNatFreeComboBox - Interface in org.itsnat.comp.list
Is the interface of the free combo box components.
ItsNatFreeComponent - Interface in org.itsnat.comp
Is the base interface of free components.
ItsNatFreeInclude - Interface in org.itsnat.comp.inc
Is the interface of the free include components.
ItsNatFreeLabel - Interface in org.itsnat.comp.label
Is the interface of the default implementation of free labels.
ItsNatFreeList - Interface in org.itsnat.comp.list
Is the base interface of the free multiple selection lists and combo box components.
ItsNatFreeListMultSel - Interface in org.itsnat.comp.list
Is the interface of the free multiple selection list components.
ItsNatFreeRadioButton - Interface in org.itsnat.comp.button.toggle
Is the interface of the default implementation of free radio buttons.
ItsNatFreeRadioButtonLabel - Interface in org.itsnat.comp.button.toggle
Is the interface of the default implementation of free radio buttons.
ItsNatFreeTable - Interface in org.itsnat.comp.table
Is the interface of the free table components.
ItsNatFreeTableHeader - Interface in org.itsnat.comp.table
Is the interface of the free table header components.
ItsNatFreeTree - Interface in org.itsnat.comp.tree
Is the interface of the free tree components.
ItsNatHTMLAnchor - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <a> based components.
ItsNatHTMLAnchorLabel - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <a> based components.
ItsNatHTMLAppletElement - Interface in org.itsnat.core.html
This interface is implemented by HTML applet objects to provide access to the child document loaded if any.
ItsNatHTMLButton - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <button> based components.
ItsNatHTMLButtonLabel - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <button> based components.
ItsNatHTMLComponentManager - Interface in org.itsnat.comp
Utility interface to manage (create, register etc) ItsNat HTML based components of the associated ItsNatDocument.
ItsNatHTMLDocFragmentTemplate - Interface in org.itsnat.core.tmpl
Represents an (X)HTML markup fragment template.
ItsNatHTMLDocument - Interface in org.itsnat.core.html
Is the ItsNat wrapper of a org.w3c.dom.html.HTMLDocument object.
ItsNatHTMLElementComponent - Interface in org.itsnat.comp
Is the base interface which every HTML DOM Element based component implements.
ItsNatHTMLElementComponentUI - Interface in org.itsnat.comp
Is the base interface of the User Interface utility object associated to an HTML DOM Element based component.
ItsNatHTMLEmbedElement - Interface in org.itsnat.core.html
This interface is implemented by HTML embed objects to provide access to the child document loaded if any.
ItsNatHTMLForm - Interface in org.itsnat.comp
Is the interface of HTML <form> components.
ItsNatHTMLFormComponent - Interface in org.itsnat.comp
Is the base interface of components associated to HTML form based elements (<button>, <select>, <textarea>, <input>)
ItsNatHTMLIFrame - Interface in org.itsnat.comp.iframe
Is the interface of HTML <iframe> based components.
ItsNatHTMLInput - Interface in org.itsnat.comp
Is the interface of <input> based components.
ItsNatHTMLInputButton - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <input> based components with "button" attribute.
ItsNatHTMLInputButtonNormal - Interface in org.itsnat.comp.button.normal
Is the base interface of normal button components based on HTML <input> elements.
ItsNatHTMLInputButtonToggle - Interface in org.itsnat.comp.button.toggle
Is the base interface of toggle button components based on HTML <input> elements (check boxes and radio buttons).
ItsNatHTMLInputCheckBox - Interface in org.itsnat.comp.button.toggle
Is the interface of HTML <input> based components with "checkbox" attribute.
ItsNatHTMLInputFile - Interface in org.itsnat.comp.text
Is the interface of text based components which text is rendered/edited as a single line using an HTML input element with type "file".
ItsNatHTMLInputHidden - Interface in org.itsnat.comp.text
Is the interface of text based components which text is rendered as a single line using an HTML input element with type "hidden".
ItsNatHTMLInputImage - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <input> based components with "image" attribute.
ItsNatHTMLInputPassword - Interface in org.itsnat.comp.text
Is the interface of ItsNatPasswordField components using HTML input elements with type "password" as user interface.
ItsNatHTMLInputRadio - Interface in org.itsnat.comp.button.toggle
Is the interface of HTML <input> based components with "checkbox" attribute.
ItsNatHTMLInputReset - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <input> based components with "reset" attribute.
ItsNatHTMLInputSubmit - Interface in org.itsnat.comp.button.normal
Is the interface of HTML <input> based components with "submit" attribute.
ItsNatHTMLInputText - Interface in org.itsnat.comp.text
Is the base interface of text based components which text is rendered/edited as a single line using an HTML input element with type "text".
ItsNatHTMLInputTextBased - Interface in org.itsnat.comp.text
Is the base interface of text based components which text is rendered/edited as a single line using an HTML input element.
ItsNatHTMLInputTextFormatted - Interface in org.itsnat.comp.text
Is the interface of ItsNatFormattedTextField components using HTML input text elements as user interface.
ItsNatHTMLLabel - Interface in org.itsnat.comp.label
Is the interface of HTML <label> based components.
ItsNatHTMLSelect - Interface in org.itsnat.comp.list
Is the base interface of list components attached to HTML <select> elements.
ItsNatHTMLSelectComboBox - Interface in org.itsnat.comp.list
Is the interface of combo box components based on HTML select elements.
ItsNatHTMLSelectMult - Interface in org.itsnat.comp.list
Is the interface of multiple selection list components based on HTML select elements.
ItsNatHTMLSelectUI - Interface in org.itsnat.comp.list
Is the base interface of the User Interface of an HTML <select> based component.
ItsNatHTMLTable - Interface in org.itsnat.comp.table
Is the interface of HTML <table> components.
ItsNatHTMLTableHeader - Interface in org.itsnat.comp.table
Is the interface of the HTML table header component.
ItsNatHTMLTableHeaderUI - Interface in org.itsnat.comp.table
Is the base interface of the User Interface of an HTML table header component.
ItsNatHTMLTableUI - Interface in org.itsnat.comp.table
Is the base interface of the User Interface of an HTML table body component.
ItsNatHTMLTextArea - Interface in org.itsnat.comp.text
Is the interface of text based components which text is rendered/edited with multiple lines using an HTML <textarea> element.
ItsNatHttpServlet - Interface in org.itsnat.core.http
Is the ItsNat wrapper of the javax.servlet.http.HttpServlet object.
ItsNatHttpServletRequest - Interface in org.itsnat.core.http
Is the ItsNat wrapper of the javax.servlet.http.HttpServletRequest object.
ItsNatHttpServletResponse - Interface in org.itsnat.core.http
Is the ItsNat wrapper of the javax.servlet.http.HttpServletResponse object.
ItsNatHttpSession - Interface in org.itsnat.core.http
Is the ItsNat wrapper of a javax.servlet.http.HttpSession object.
ItsNatInclude - Interface in org.itsnat.comp.inc
Is the base interface of "include" components.
ItsNatKeyEvent - Interface in org.itsnat.core.event
This interface is a Java DOM version of Mozilla/FireFox's ItsNatKeyEvent interface because there is no W3C DOM Level 2 key event interface.
ItsNatLabel - Interface in org.itsnat.comp.label
Is the base interface of label components.
ItsNatLabelEditor - Interface in org.itsnat.comp.label
Used to specify how a label value is edited in place.
ItsNatLabelRenderer - Interface in org.itsnat.comp.label
Is used to render label values as markup into DOM elements.
ItsNatLabelUI - Interface in org.itsnat.comp.label
Is the base interface of the User Interface of a label component.
ItsNatList - Interface in org.itsnat.comp.list
Is the base interface of list based components.
ItsNatListCellEditor - Interface in org.itsnat.comp.list
Used to specify how a list item value is edited in place.
ItsNatListCellRenderer - Interface in org.itsnat.comp.list
Is used to render list item values as markup into DOM elements.
ItsNatListCellUI - Interface in org.itsnat.comp.list
Contains visual information of a list child.
ItsNatListMultSel - Interface in org.itsnat.comp.list
Is the base interface of multiple selection lists.
ItsNatListStructure - Interface in org.itsnat.comp.list
Used by list components to obtain the content parent element of a item element of the list.
ItsNatListUI - Interface in org.itsnat.comp.list
Is the base interface of the User Interface of a list component.
ItsNatModalLayer - Interface in org.itsnat.comp.layer
Is the interface of Modal Layer components.
ItsNatNode - Interface in org.itsnat.core
Is an interface extending the standard org.w3c.dom.Node objects, for instance to introduce the concept of "internal/remote event mode".
ItsNatNormalEvent - Interface in org.itsnat.core.event
This interface is the parent of "normal" event interfaces.
ItsNatPasswordField - Interface in org.itsnat.comp.text
Is the base interface of text field components containing a password.
itsNatServlet - Variable in class org.itsnat.core.http.HttpServletWrapper
 
ItsNatServlet - Interface in org.itsnat.core
Is the ItsNat wrapper of the javax.servlet.Servlet object.
ItsNatServletConfig - Interface in org.itsnat.core
Is the wrapper object defined by ItsNat to wrap the javax.servlet.ServletConfig object.
ItsNatServletContext - Interface in org.itsnat.core
Is the ItsNat wrapper object of the standard javax.servlet.ServletContext.
ItsNatServletRequest - Interface in org.itsnat.core
Is the ItsNat wrapper of the javax.servlet.ServletRequest object.
ItsNatServletRequestListener - Interface in org.itsnat.core.event
An object implementing this interface and registered is executed to receive and process ItsNat servlet requests usually when a new page is being loaded.
ItsNatServletResponse - Interface in org.itsnat.core
Is the ItsNat wrapper of the javax.servlet.ServletResponse object.
ItsNatSession - Interface in org.itsnat.core
Is the ItsNat user session, the session concept is borrowed from the HTTP Java Servlet session concept.
ItsNatSessionCallback - Interface in org.itsnat.core
Called by ItsNatServletContext.enumerateSessions(ItsNatSessionCallback) to enumerate the ItsNat sessions of the web application.
ItsNatTable - Interface in org.itsnat.comp.table
Is the base interface of table based components.
ItsNatTableCellEditor - Interface in org.itsnat.comp.table
Used to specify how a table cell value is edited in place.
ItsNatTableCellRenderer - Interface in org.itsnat.comp.table
Is used to render table cell values as markup into DOM elements.
ItsNatTableCellUI - Interface in org.itsnat.comp.table
Contains visual information of a table cell element.
ItsNatTableHeader - Interface in org.itsnat.comp.table
Is the base interface of table header components.
ItsNatTableHeaderCellRenderer - Interface in org.itsnat.comp.table
Is used to render column values of table headers as markup into DOM elements.
ItsNatTableHeaderCellUI - Interface in org.itsnat.comp.table
Contains visual information of a table header cell.
ItsNatTableHeaderUI - Interface in org.itsnat.comp.table
Is the base interface of the User Interface of a table header.
ItsNatTableStructure - Interface in org.itsnat.comp.table
Used by table components to locate the required elements of the table layout.
ItsNatTableUI - Interface in org.itsnat.comp.table
Is the base interface of the User Interface of a table body component.
ItsNatTextArea - Interface in org.itsnat.comp.text
Is the base interface of text based components which text is rendered/edited with multiple lines.
ItsNatTextAreaUI - Interface in org.itsnat.comp.text
Is the base interface of a text area component User Interface.
ItsNatTextComponent - Interface in org.itsnat.comp.text
Is the base interface of text based components.
ItsNatTextComponentUI - Interface in org.itsnat.comp.text
Is the base interface of the User Interface of a text based header.
ItsNatTextField - Interface in org.itsnat.comp.text
Is the base interface of text based components which text is rendered/edited as a single line.
ItsNatTextFieldUI - Interface in org.itsnat.comp.text
Is the base interface of a text field component User Interface.
ItsNatTimer - Interface in org.itsnat.core
Utility interface to manage scheduled remote tasks (timer tasks).
ItsNatTimerEvent - Interface in org.itsnat.core.event
This event is fired automatically by the client when the time period ends following the rules specified by the timer listener registration.
ItsNatTimerHandle - Interface in org.itsnat.core.event
Represents a scheduled/timer task by an ItsNatTimer
ItsNatTree - Interface in org.itsnat.comp.tree
Is the base interface of tree based components.
ItsNatTreeCellEditor - Interface in org.itsnat.comp.tree
Used to specify how a tree node value is edited in place.
ItsNatTreeCellRenderer - Interface in org.itsnat.comp.tree
Is used to render tree node values as markup into DOM elements.
ItsNatTreeCellUI - Interface in org.itsnat.comp.tree
Contains visual information of a tree node.
ItsNatTreeStructure - Interface in org.itsnat.comp.tree
Used by tree components to locate the required elements of the table layout.
ItsNatTreeUI - Interface in org.itsnat.comp.tree
Is the base interface of the User Interface of a tree component.
ItsNatTreeWalker - Class in org.itsnat.core.domutil
Utility class used to easily iterate a DOM tree, specially DOM elements.
ItsNatTreeWalker() - Constructor for class org.itsnat.core.domutil.ItsNatTreeWalker
 
ItsNatUserData - Interface in org.itsnat.core
This basic interface provides a user data registry.
ItsNatUserEvent - Interface in org.itsnat.core.event
This event is fired by the client calling the ItsNat JavaScript method fireUserEvent with a node target and a user defined name and is received by the user defined listener registered with that target and name.
ItsNatVariableResolver - Interface in org.itsnat.core
Used to locate/replace text marks (variables) inside text based nodes (text nodes, comments, attribute values etc) without knowing the exact position in the DOM tree.

L

lastIndexOfElement(Element) - Method in interface org.itsnat.core.domutil.ElementListBase
Returns the position of the specified element searching backwards.
lastIndexOfRowElement(Element) - Method in interface org.itsnat.core.domutil.ElementTableBase
Returns the position of the specified row element searching backwards.
ListElementInfo - Interface in org.itsnat.core.domutil
Contains the DOM Element object and index of a child of a DOM element list.
LOAD - Static variable in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Constant used to inform that a remote control client document is being loaded.
loadDocumentFragment(ItsNatDocument) - Method in interface org.itsnat.core.tmpl.ItsNatDocFragmentTemplate
Creates a org.w3c.dom.DocumentFragment using the markup template.
loadDocumentFragment(ItsNatDocument, ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.core.tmpl.ItsNatDocFragmentTemplate
Creates a org.w3c.dom.DocumentFragment using the markup template.
loadDocumentFragmentBody(ItsNatDocument) - Method in interface org.itsnat.core.tmpl.ItsNatHTMLDocFragmentTemplate
Creates a org.w3c.dom.DocumentFragment using the <body> content of the markup template.
loadDocumentFragmentBody(ItsNatDocument, ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.core.tmpl.ItsNatHTMLDocFragmentTemplate
Creates a org.w3c.dom.DocumentFragment using the <body> content of the markup template.
loadDocumentFragmentHead(ItsNatDocument) - Method in interface org.itsnat.core.tmpl.ItsNatHTMLDocFragmentTemplate
Creates a org.w3c.dom.DocumentFragment using the <head> content of the markup template.
loadDocumentFragmentHead(ItsNatDocument, ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.core.tmpl.ItsNatHTMLDocFragmentTemplate
Creates a org.w3c.dom.DocumentFragment using the <head> content of the markup template.

M

MARKUP - Static variable in class org.itsnat.core.UseGZip
Defines that markup is sent to the client compressed.
MarkupTemplate - Interface in org.itsnat.core.tmpl
Represents a generic markup template.
moveColumn(int, int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Moves the column at columnIndex to newIndex.
moveElement(int, int, int) - Method in interface org.itsnat.core.domutil.ElementListBase
Moves one or more elements from the inclusive range start to end to the to position in the list.
moveRow(int, int, int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Moves one or more row elements from the inclusive range start to end to the to position in the table.

N

NameValue - Class in org.itsnat.core
This class is provided to specify a generic pair name-value object, this value may be used by the framework with several objectives.
NameValue(String, Object) - Constructor for class org.itsnat.core.NameValue
Creates a new instance with the specified name and value.
NodeAllAttribTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport all current attributes of a client element and optionally synchronize them with the matched server element.
NodeAllAttribTransport() - Constructor for class org.itsnat.core.event.NodeAllAttribTransport
Creates a new instance with automatic synchronization enabled.
NodeAllAttribTransport(boolean) - Constructor for class org.itsnat.core.event.NodeAllAttribTransport
Creates a new instance with optional synchronization.
NodeAttributeTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport the specified attribute of a client DOM element and optionally synchronize it with the matched server DOM element.
NodeAttributeTransport(String) - Constructor for class org.itsnat.core.event.NodeAttributeTransport
Creates a new instance ready to transport the attribute with the specified name and synchronize it at the server side.
NodeAttributeTransport(String, boolean) - Constructor for class org.itsnat.core.event.NodeAttributeTransport
Creates a new instance ready to transport the attribute with the specified name with optional server synchronization.
NodeCompleteTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport the current node state (content and attributes) of the specified client node and optionally synchronize it with the matched server DOM node.
NodeCompleteTransport() - Constructor for class org.itsnat.core.event.NodeCompleteTransport
Creates a new instance ready to transport the current state of the specified client node and synchronizing the server node.
NodeCompleteTransport(boolean) - Constructor for class org.itsnat.core.event.NodeCompleteTransport
Creates a new instance ready to transport the current state of the specified client node with optional server synchronization.
NodeInnerTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport the current content (inner) of the specified client node and optionally synchronize it with the matched server DOM node.
NodeInnerTransport() - Constructor for class org.itsnat.core.event.NodeInnerTransport
Creates a new instance ready to transport the current content of the specified client node and synchronizing the server node.
NodeInnerTransport(boolean) - Constructor for class org.itsnat.core.event.NodeInnerTransport
Creates a new instance ready to transport the current content of the specified client node with optional server synchronization.
NodeMutationTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport a client node mutation and optionally synchronize this change at the server.
NodeMutationTransport() - Constructor for class org.itsnat.core.event.NodeMutationTransport
Creates a new instance ready to transport the client mutation and synchronize it at the server side.
NodeMutationTransport(boolean) - Constructor for class org.itsnat.core.event.NodeMutationTransport
Creates a new instance ready to transport the client mutation and optionally synchronize it at the server side.
NodePropertyTransport - Class in org.itsnat.core.event
Is used to command ItsNat to transport the specified node property of a client element and optionally synchronize it with the matched server element as an attribute.
NodePropertyTransport(String) - Constructor for class org.itsnat.core.event.NodePropertyTransport
Creates a new instance ready to transport the node property with the specified name and synchronize it at the server side as an attribute, the attribute name used is the same as the property name.
NodePropertyTransport(String, boolean) - Constructor for class org.itsnat.core.event.NodePropertyTransport
Creates a new instance ready to transport the node property with the specified name and optionally synchronize it at the server side as an attribute, the attribute name used is the same as the property name.
NodePropertyTransport(String, String) - Constructor for class org.itsnat.core.event.NodePropertyTransport
Creates a new instance ready to transport the node property with the specified name and synchronize it at the server side as an attribute with the specified name.
NodePropertyTransport(String, Class<?>) - Constructor for class org.itsnat.core.event.NodePropertyTransport
Creates a new instance ready to transport the node property with the specified name and synchronize it at the server side as an attribute.
NodePropertyTransport(String, Class<?>, String) - Constructor for class org.itsnat.core.event.NodePropertyTransport
Creates a new instance ready to transport the node property with the specified name and synchronize it at the server side as an attribute.
NONE - Static variable in class org.itsnat.core.UseGZip
Defines that neither markup nor JavaScript code is sent to the client compressed.
NOT_CATCH_ERRORS - Static variable in class org.itsnat.core.ClientErrorMode
The browser does not catch errors.
NOT_SHOW_ERRORS - Static variable in class org.itsnat.core.ClientErrorMode
The browser catch errors but no info is shown to the user.
notifyClient() - Method in interface org.itsnat.core.CometNotifier
Notifies the client thread to send pending document modifications.

O

org.itsnat.comp - package org.itsnat.comp
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
org.itsnat.comp.button - package org.itsnat.comp.button
Contains interfaces of button based components (normal and toggle).
org.itsnat.comp.button.normal - package org.itsnat.comp.button.normal
Contains interfaces of normal button components.
org.itsnat.comp.button.toggle - package org.itsnat.comp.button.toggle
Contains interfaces of toggle button components.
org.itsnat.comp.iframe - package org.itsnat.comp.iframe
 
org.itsnat.comp.inc - package org.itsnat.comp.inc
Contains interfaces of the include component.
org.itsnat.comp.label - package org.itsnat.comp.label
Contains interfaces of the label components.
org.itsnat.comp.layer - package org.itsnat.comp.layer
Contains interfaces of layer components.
org.itsnat.comp.list - package org.itsnat.comp.list
Contains interfaces of the list based components (multiple selection and combo boxes).
org.itsnat.comp.table - package org.itsnat.comp.table
Contains interfaces of the table based components.
org.itsnat.comp.text - package org.itsnat.comp.text
Contains interfaces of the text based components.
org.itsnat.comp.tree - package org.itsnat.comp.tree
Contains interfaces of the tree based components.
org.itsnat.core - package org.itsnat.core
Contains the fundamental interfaces and classes: provides utilities to wrap the servlet system, to control the page lifecycle, to create event listeners etc.
org.itsnat.core.domutil - package org.itsnat.core.domutil
Contains utilities to manipulate DOM elements using the pattern approach (lists, tables and trees) and other utility classes and interfaces.
org.itsnat.core.event - package org.itsnat.core.event
Defines event and listener classes and interfaces associated to the page lifecycle and events.
org.itsnat.core.html - package org.itsnat.core.html
Interfaces related to HTML documents and fragments.
org.itsnat.core.http - package org.itsnat.core.http
Interfaces related to HTTP servlets.
org.itsnat.core.script - package org.itsnat.core.script
Contains utilities to generate JavaScript code to send from server (Java) to client.
org.itsnat.core.tmpl - package org.itsnat.core.tmpl
Contains the interfaces needed to register page templates.

P

ParamTransport - Class in org.itsnat.core.event
Is the base class of "transport" classes, these classes are used to send custom data from client to server using an event fired on the client and listened in the server.
ParamTransport(boolean) - Constructor for class org.itsnat.core.event.ParamTransport
Creates a new instance with optional synchronization.
PERSIST - Static variable in interface org.itsnat.comp.text.ItsNatFormattedTextField
Constant identifying that when focus is lost, the edited value should be left.
postSendCode(CodeToSendEvent) - Method in interface org.itsnat.core.event.CodeToSendListener
Is called after the new code is definitely added to the document or client, the event object contains the new code.
preSendCode(CodeToSendEvent) - Method in interface org.itsnat.core.event.CodeToSendListener
Is called before the new code is definitely added to the document or client, the event object contains the new code.
processFileUploadRequest(ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
This method can be optionally called when a file upload request listener is being executed to parse request headers and expose the file being uploaded as an input stream.
processRequest(ItsNatServletRequest, ItsNatServletResponse) - Method in interface org.itsnat.core.event.ItsNatServletRequestListener
If this listener is registered this method is invoked when a client request is received usually for loading a new page.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.itsnat.core.http.HttpServletWrapper
Processes requests for both HTTP GET and POST methods and forwards them to the ItsNatHttpServlet.
processRequest(ServletRequest, ServletResponse) - Method in interface org.itsnat.core.ItsNatServlet
Called to redirect a normal servlet request to the ItsNat servlet.

R

reconnectChildNodesToClient(Node) - Method in interface org.itsnat.core.ItsNatDocument
Reconnects further new child nodes of the specified node with the client, the child nodes in client are removed and again the client will be in sync with server.
REFRESH - Static variable in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Constant used to inform that an event has been received to refresh (update) the remote control client with any document change.
registerArtifact(String, Object) - Method in interface org.itsnat.comp.ItsNatComponent
Registers an artifact with the specified name.
registerArtifact(String, Object) - Method in interface org.itsnat.core.ItsNatDocument
Registers an artifact with the specified name.
registerArtifact(String, Object) - Method in interface org.itsnat.core.ItsNatServletConfig
Registers an artifact with the specified name.
registerArtifact(String, Object) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Registers an artifact with the specified name.
registerItsNatDocFragmentTemplate(String, String, Object) - Method in interface org.itsnat.core.ItsNatServlet
Registers a markup source to be used as a document fragment template with the specified name and MIME type.
registerItsNatDocumentTemplate(String, String, Object) - Method in interface org.itsnat.core.ItsNatServlet
Registers a markup source to be used as a document template with the specified name and MIME type.
registerItsNatDocumentTemplateAttachedServer(String, String) - Method in interface org.itsnat.core.ItsNatServlet
Registers an attached server template with the specified name and MIME type.
removeAllChildren(Node) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Makes empty the specified node removing all child nodes.
removeAllColumns() - Method in interface org.itsnat.core.domutil.ElementTableBase
Removes all columns.
removeAllElements() - Method in interface org.itsnat.comp.list.ItsNatComboBox
Removes all items.
removeAllElements() - Method in interface org.itsnat.core.domutil.ElementListBase
Removes all elements.
removeAllRows() - Method in interface org.itsnat.core.domutil.ElementTableBase
Removes all row elements.
removeAllTreeNodes() - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Removes all tree nodes.
removeArtifact(String) - Method in interface org.itsnat.comp.ItsNatComponent
Removes the artifact with the specified name.
removeArtifact(String) - Method in interface org.itsnat.core.ItsNatDocument
Removes the artifact with the specified name.
removeArtifact(String) - Method in interface org.itsnat.core.ItsNatServletConfig
Removes the artifact with the specified name.
removeArtifact(String) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Removes the artifact with the specified name.
removeAttribute(String) - Method in interface org.itsnat.core.ItsNatDocument
Unregisters the specified attribute with the given name.
removeAttribute(String) - Method in interface org.itsnat.core.ItsNatSession
Removes the object bound with the specified name from this session.
removeButton(ItsNatComponent) - Method in interface org.itsnat.comp.button.ItsNatButtonGroup
Removes the specified button from this group.
removeCodeToSendListener(CodeToSendListener) - Method in interface org.itsnat.core.ClientDocument
Removes a previously registered CodeToSendListener.
removeCodeToSendListener(CodeToSendListener) - Method in interface org.itsnat.core.ItsNatDocument
Removes a previously registered CodeToSendListener.
removeColumnAt(int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Removes the specified column.
removeCreateItsNatComponentListener(CreateItsNatComponentListener) - Method in interface org.itsnat.comp.ItsNatComponentManager
Removes the specified user defined component factory.
removeCreateItsNatComponentListener(CreateItsNatComponentListener) - Method in interface org.itsnat.core.ItsNatServlet
Removes the specified user defined component factory.
removeCreateItsNatComponentListener(CreateItsNatComponentListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Removes the specified user defined component factory.
removeElement(Object) - Method in interface org.itsnat.comp.list.ItsNatComboBox
Removes the specified value from the list model.
removeElementAt(int) - Method in interface org.itsnat.comp.list.ItsNatComboBox
Removes a list item at the specified index.
removeElementAt(int) - Method in interface org.itsnat.core.domutil.ElementListBase
Removes the specified element.
removeElementRange(int, int) - Method in interface org.itsnat.core.domutil.ElementListBase
Removes the elements between the specified indexes.
removeEventListener(String, EventListener, boolean) - Method in interface org.itsnat.comp.ItsNatComponent
Unregisters the specified event listener from the component node.
removeEventListener(String, EventListener) - Method in interface org.itsnat.comp.ItsNatComponent
Unregisters the specified event listener from the component node.
removeEventListener(ClientDocument, String, EventListener, boolean) - Method in interface org.itsnat.comp.ItsNatComponent
Unregisters the specified event listener from the component node for the specific client.
removeEventListener(ClientDocument, String, EventListener) - Method in interface org.itsnat.comp.ItsNatComponent
Unregisters the specified event listener from the component node for the specific client.
removeEventListener(EventTarget, String, EventListener, boolean) - Method in interface org.itsnat.core.ClientDocument
Removes the listener registration with the specified node target, name, listener and capture.
removeEventListener(EventListener) - Method in interface org.itsnat.core.ClientDocument
Removes the specified global event listener registered in this client.
removeEventListener(EventListener) - Method in interface org.itsnat.core.CometNotifier
Removes the specified event listener from this Comet notifier.
removeEventListener(EventTarget, String, EventListener, boolean) - Method in interface org.itsnat.core.ItsNatDocument
Removes the listener registration with the specified node target, name, listener and capture.
removeEventListener(EventListener) - Method in interface org.itsnat.core.ItsNatDocument
Removes the specified global event listener registered in this document.
removeEventListener(EventListener) - Method in interface org.itsnat.core.ItsNatServlet
Removes the specified global event listener.
removeEventListener(EventListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Removes the specified global event listener registered in this template.
removeExcludedNodeAsItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Removes the specified node from the excluded registry.
removeFragment() - Method in interface org.itsnat.comp.inc.ItsNatInclude
Removes the current included markup fragment.
removeItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener) - Method in interface org.itsnat.core.ItsNatDocument
Removes the specified remote control listener.
removeItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener) - Method in interface org.itsnat.core.ItsNatServlet
Removes the specified remote control listener.
removeItsNatAttachedClientEventListener(ItsNatAttachedClientEventListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Removes the specified remote control listener.
removeItsNatComponent(Node) - Method in interface org.itsnat.comp.ItsNatComponentManager
Unregisters the component associated to the specified node.
removeItsNatComponent(String) - Method in interface org.itsnat.comp.ItsNatComponentManager
Unregisters the component associated to the node specified by the id attribute.
removeItsNatComponents(Node, boolean) - Method in interface org.itsnat.comp.ItsNatComponentManager
Navigates recursively the subtree below the specified node (included) and for every node removes the associated component if any from the registry and optionally disposes it.
removeItsNatComponents(boolean) - Method in interface org.itsnat.comp.ItsNatComponentManager
Navigates recursively the document and for every node removes the associated component if any from the registry and optionally disposes it.
removeItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.comp.iframe.HTMLIFrameFileUpload
Unregisters the specified file upload request listener.
removeItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.core.ItsNatServlet
Unregisters the specified request listener.
removeItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Unregisters the specified user defined request listener.
removeLabelMarkup() - Method in interface org.itsnat.core.domutil.ElementLabel
Removes the label markup inside the label element.
removeLocalVariable(String) - Method in interface org.itsnat.core.ItsNatVariableResolver
Unregisters the variable with the specified name from the local registry of this resolver.
removeMutationEventListener(EventTarget, EventListener, boolean) - Method in interface org.itsnat.core.ClientDocument
Removes the mutation listener registration with the specified node target, listener and capture.
removeMutationEventListener(EventTarget, EventListener, boolean) - Method in interface org.itsnat.core.ItsNatDocument
Removes the mutation listener registration with the specified node target, listener and capture.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.itsnat.comp.ItsNatComponent
Removes the specified property change listener listening for any property change.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.itsnat.comp.ItsNatComponent
Removes the specified property change listener listening for the specified property name.
removeReferrerItsNatServletRequestListener(ItsNatServletRequestListener) - Method in interface org.itsnat.core.ItsNatDocument
Unregisters the specified user defined referrer request listener.
removeRootNode() - Method in interface org.itsnat.core.domutil.ElementTree
Removes the current root tree node.
removeRowAt(int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Removes the specified row element.
removeRowRange(int, int) - Method in interface org.itsnat.core.domutil.ElementTableBase
Removes the row elements between the specified indexes.
removeTreeExpansionListener(TreeExpansionListener) - Method in interface org.itsnat.comp.tree.ItsNatTree
Unregisters the specified tree expansion listener.
removeTreeNodeAt(int) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Removes the specified tree node.
removeTreeNodeRange(int, int) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Removes the tree nodes between the specified indexes.
removeTreeWillExpandListener(TreeWillExpandListener) - Method in interface org.itsnat.comp.tree.ItsNatTree
Unregisters the specified "tree will expand" listener.
removeUnexpectedEventListener(EventListener) - Method in interface org.itsnat.comp.layer.ItsNatModalLayer
Unregisters the specified event listener used for catching events received by elements "hidden" by this modal layer.
removeUserEventListener(EventTarget, String, EventListener) - Method in interface org.itsnat.core.ClientDocument
Removes the listener registration with the specified node target, name and listener.
removeUserEventListener(EventTarget, String, EventListener) - Method in interface org.itsnat.core.ItsNatDocument
Removes the listener registration with the specified node target, name and listener.
removeUserValue(String) - Method in interface org.itsnat.core.ItsNatUserData
Removes the name/value registry with the specified name.
removeVetoableChangeListener(VetoableChangeListener) - Method in interface org.itsnat.comp.ItsNatComponent
Removes the specified vetoable property change listener listening for any property change.
render(Object, Object, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementRenderer
Renders as markup the specified value into the specified element, usually as a text node.
renderLabel(ItsNatLabel, Object, Element, boolean) - Method in interface org.itsnat.comp.label.ItsNatLabelRenderer
Renders as markup the specified value into the specified element, usually as a text node.
renderLabel(ElementLabel, Object, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementLabelRenderer
Renders as markup the specified value into the specified element of the label.
renderList(ElementList, int, Object, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementListRenderer
Renders as markup the specified value into the specified child element of the list.
renderListCell(ItsNatList, int, Object, boolean, boolean, Element, boolean) - Method in interface org.itsnat.comp.list.ItsNatListCellRenderer
Renders as markup the specified list item value into the specified element, usually as a text node.
renderTable(ElementTable, int, int, Object, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementTableRenderer
Renders as markup the specified value into the specified cell element.
renderTableCell(ItsNatTable, int, int, Object, boolean, boolean, Element, boolean) - Method in interface org.itsnat.comp.table.ItsNatTableCellRenderer
Renders as markup the specified table cell value into the specified element, usually as a text node.
renderTableHeaderCell(ItsNatTableHeader, int, Object, boolean, boolean, Element, boolean) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderCellRenderer
Renders as markup the specified column value of the table header into the specified element, usually as a text node.
renderTreeCell(ItsNatTree, int, Object, boolean, boolean, boolean, boolean, Element, boolean) - Method in interface org.itsnat.comp.tree.ItsNatTreeCellRenderer
Renders as markup the specified tree node value into the specified element, usually as a text node.
renderTreeNode(ElementTreeNode, Object, Element, boolean) - Method in interface org.itsnat.core.domutil.ElementTreeNodeRenderer
Renders as markup the specified value into the specified tree node.
replaceString(String, int, int) - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Replaces a text part with a new string at the specified position.
REQUEST - Static variable in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Constant used to inform that an event is a new request to remote control a document.
reset() - Method in interface org.itsnat.comp.ItsNatHTMLForm
Calls the reset() method on the client element.
resolve(String) - Method in interface org.itsnat.core.ItsNatVariableResolver
Locates and replaces any variable declaration with format ${name} contained into the specified string with the variable value converted to string (Object.toString()).
resolve(Node) - Method in interface org.itsnat.core.ItsNatVariableResolver
Iterates recursively into the DOM subtree resolving (replacing) if possible any variable found with the format ${name} into element attributes and text based nodes.
REVERT - Static variable in interface org.itsnat.comp.text.ItsNatFormattedTextField
Constant identifying that when focus is lost, editing value should be reverted to current value set on the component.

S

schedule(EventTarget, EventListener, Date, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task (the EventListener object) for execution at the specified time.
schedule(EventTarget, EventListener, Date) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task (the EventListener object) for execution at the specified time.
schedule(EventTarget, EventListener, Date, long, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(EventTarget, EventListener, Date, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(EventTarget, EventListener, long, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for execution after the specified delay.
schedule(EventTarget, EventListener, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for execution after the specified delay.
schedule(EventTarget, EventListener, long, long, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(EventTarget, EventListener, long, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
scheduleAtFixedRate(EventTarget, EventListener, Date, long, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(EventTarget, EventListener, Date, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(EventTarget, EventListener, long, long, int, ParamTransport[], String, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(EventTarget, EventListener, long, long) - Method in interface org.itsnat.core.ItsNatTimer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduledExecutionTime() - Method in interface org.itsnat.core.event.ItsNatTimerHandle
Returns the scheduled execution time of the most recent actual execution of this task.
SCRIPT - Static variable in class org.itsnat.core.CommMode
Indicates that SCRIPT elements are used to transport events.
SCRIPT - Static variable in class org.itsnat.core.UseGZip
Defines that markup is sent to the client compressed.
SCRIPT_HOLD - Static variable in class org.itsnat.core.CommMode
Indicates that SCRIPT elements are used to transport events but new events are queued (a FIFO list) until the current event sent to server returns.
ScriptExpr - Interface in org.itsnat.core.script
Encapsulates a JavaScript expression used to generate JavaScript code to send the client.
ScriptUtil - Interface in org.itsnat.core.script
Utility interface to generate JavaScript code mainly to locate client nodes from server DOM nodes.
select() - Method in interface org.itsnat.comp.ItsNatHTMLInput
Select the contents of the <textarea>.
select() - Method in interface org.itsnat.comp.text.ItsNatHTMLTextArea
Select the contents of the TEXTAREA .
selectAll() - Method in interface org.itsnat.comp.table.ItsNatTable
Selects all cells in the table.
setAccepted(boolean) - Method in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Used to accept or deny a remote control request.
setAttribute(String, Object) - Method in interface org.itsnat.core.ItsNatDocument
Registers the specified attribute name and value.
setAttribute(String, Object) - Method in interface org.itsnat.core.ItsNatSession
Binds an object to this session, using the name specified.
setAutoBuildComponents(boolean) - Method in interface org.itsnat.comp.ItsNatComponentManager
Sets whether components are built automatically using the necessary markup declarations.
setAutoBuildComponents(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether components are built automatically using the necessary markup declarations.
setAutoBuildComponents(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether components are build automatically using the necessary markup declarations.
setAutoCleanEventListeners(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether the auto clean event listeners mode is enabled.
setAutoCleanEventListeners(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether the auto clean event listeners mode is enabled.
setButtonGroup(ButtonGroup) - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonRadio
Adds this button to the specified group.
setButtonModel(ButtonModel) - Method in interface org.itsnat.comp.button.ItsNatButton
Changes the data model of this component.
setCellElementAt(int, int, Element) - Method in interface org.itsnat.core.domutil.ElementTableFree
Replaces the specified cell element with a new one.
setCellElementsOfColumn(int, Element[]) - Method in interface org.itsnat.core.domutil.ElementTableFree
Replaces the specified column with a new one.
setCellElementsOfRow(int, Element[]) - Method in interface org.itsnat.core.domutil.ElementTableFree
Clears the specified row and fills again with new elements.
setCellSelectionEnabled(boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Enables/disables cell selection.
setCellValueAt(int, int, Object) - Method in interface org.itsnat.core.domutil.ElementTable
Renders the specified value into the cell element with the given row and column position using the current structure and renderer.
setClientErrorMode(int) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the default client error mode.
setClientErrorMode(int) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the default client error mode.
setColumnCount(int) - Method in interface org.itsnat.core.domutil.ElementTable
Increases or shrinks the number of columns to fit the new size.
setColumns(int) - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Sets the max number of visible columns of the text area.
setColumns(int) - Method in interface org.itsnat.comp.text.ItsNatTextFieldUI
Sets the max number of visible columns of the field.
setColumnSelectionAllowed(boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets whether column selection is allowed.
setColumnSelectionInterval(int, int) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets a new column selection interval specifying an index range.
setColumnSelectionModel(ListSelectionModel) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the new column selection model.
setColumnValuesAt(int, Object[]) - Method in interface org.itsnat.core.domutil.ElementTable
Renders the specified values into the column with the given position using the current structure and renderer.
setColumnValuesAt(int, List<Object>) - Method in interface org.itsnat.core.domutil.ElementTable
Renders the specified values into the column with the given position using the current structure and renderer.
setComboBoxModel(ComboBoxModel) - Method in interface org.itsnat.comp.list.ItsNatComboBox
Changes the data model of this component.
setCommMode(int) - Method in interface org.itsnat.core.ItsNatDocument
Sets the default communication mode, AJAX or SCRIPT, for events.
setCommMode(int) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the default communication mode, AJAX or SCRIPT, for events.
setCommMode(int) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the default communication mode, AJAX or SCRIPT, for events.
setDebugMode(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the debug mode.
setDebugMode(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the debug mode.
setDefaultDateFormat(DateFormat) - Method in interface org.itsnat.core.ItsNatDocument
Sets the default data format used by components such as ItsNatHTMLInputTextFormatted.
setDefaultDateFormat(DateFormat) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the default date format used by components such as ItsNatHTMLInputTextFormatted.
setDefaultDateFormat(DateFormat) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the default data format used by components such as ItsNatHTMLInputTextFormatted.
setDefaultEncoding(String) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the encoding used.
setDefaultFormatter(ItsNatFormattedTextField.ItsNatFormatter) - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Sets the ItsNat formatter to use as a last resort, eg in case a display, edit or null formatter has not been specified.
setDefaultNumberFormat(NumberFormat) - Method in interface org.itsnat.core.ItsNatDocument
Sets the default data format used by components such as ItsNatHTMLInputTextFormatted.
setDefaultNumberFormat(NumberFormat) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the default data format used by components such as ItsNatHTMLInputTextFormatted.
setDefaultNumberFormat(NumberFormat) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the default data format used by components such as ItsNatHTMLInputTextFormatted.
setDisplayFormatter(ItsNatFormattedTextField.ItsNatFormatter) - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Sets the ItsNat formatter to use if the component is not being edited and either the value is not null, or the value is null and a null formatter has has not been specified.
setDocument(Document) - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Changes the data model of this component.
setEditable(boolean) - Method in interface org.itsnat.comp.text.ItsNatTextComponentUI
Sets the element as editable or read-only.
setEditFormatter(ItsNatFormattedTextField.ItsNatFormatter) - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Sets the ItsNat formatter to use if the component is being edited and either the value is not-null, or the value is null and a null formatter has has not been specified.
setEditingEnabled(boolean) - Method in interface org.itsnat.comp.label.ItsNatLabel
Enables or disables temporally the in place edition.
setEditingEnabled(boolean) - Method in interface org.itsnat.comp.list.ItsNatList
Enables or disables temporally the in place edition.
setEditingEnabled(boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Enables or disables temporally the in place edition.
setEditingEnabled(boolean) - Method in interface org.itsnat.comp.tree.ItsNatTree
Enables or disables temporally the in place edition.
setEditorActivatorEvent(String) - Method in interface org.itsnat.comp.label.ItsNatLabel
Sets the event type used to activate the label edition process by the user.
setEditorActivatorEvent(String) - Method in interface org.itsnat.comp.list.ItsNatList
Sets the event type used to activate the list item edition process by the user.
setEditorActivatorEvent(String) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the event type used to activate the table cell edition process by the user.
setEditorActivatorEvent(String) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets the event type used to activate the tree node edition process by the user.
setElementAt(int, Element) - Method in interface org.itsnat.core.domutil.ElementListFree
Replaces the specified element with a new one.
setElementLabelRenderer(ElementLabelRenderer) - Method in interface org.itsnat.core.domutil.ElementLabel
Sets the renderer used by this label.
setElementListRenderer(ElementListRenderer) - Method in interface org.itsnat.core.domutil.ElementList
Sets the renderer used by this list.
setElementListStructure(ElementListStructure) - Method in interface org.itsnat.core.domutil.ElementList
Sets the structure used by this list.
setElementRenderer(ElementRenderer) - Method in interface org.itsnat.comp.button.ItsNatButtonLabel
Sets the current renderer.
setElements(Element[]) - Method in interface org.itsnat.core.domutil.ElementListFree
Clears the current list and fills again with new elements.
setElementTableRenderer(ElementTableRenderer) - Method in interface org.itsnat.core.domutil.ElementTable
Sets the renderer used by this table.
setElementTableStructure(ElementTableStructure) - Method in interface org.itsnat.core.domutil.ElementTable
Sets the structure used by this table.
setElementTreeNodeRenderer(ElementTreeNodeRenderer) - Method in interface org.itsnat.core.domutil.ElementTree
Sets the renderer defined in this tree.
setElementTreeNodeRenderer(ElementTreeNodeRenderer) - Method in interface org.itsnat.core.domutil.ElementTreeNode
Sets the renderer used by this tree node.
setElementTreeNodeRenderer(ElementTreeNodeRenderer) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Sets the renderer defined in this tree node list.
setElementTreeNodeStructure(ElementTreeNodeStructure) - Method in interface org.itsnat.core.domutil.ElementTree
Sets the structure defined in this tree.
setElementTreeNodeStructure(ElementTreeNodeStructure) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Sets the structure defined in this tree node list.
setElementValueAt(int, Object) - Method in interface org.itsnat.core.domutil.ElementList
Renders the specified value into the element with the given position using the current structure and renderer.
setEnabled(boolean) - Method in interface org.itsnat.comp.button.ItsNatButton
Sets whether this button can receive UI events.
setEnabled(boolean) - Method in interface org.itsnat.comp.ItsNatComponent
Sets whether this component can receive UI events.
setEncoding(String) - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Sets the encoding used.
setEventDispatcherMaxWait(long) - Method in interface org.itsnat.core.ItsNatDocument
Sets the default max wait until a server fired event with ClientDocument.dispatchEvent(org.w3c.dom.events.EventTarget,org.w3c.dom.events.Event,int,long) is processed by the client and returns.
setEventDispatcherMaxWait(long) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the default max wait until a server fired event with ItsNatDocument.dispatchEvent(org.w3c.dom.events.EventTarget,org.w3c.dom.events.Event) is processed by the client and returns.
setEventDispatcherMaxWait(long) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the default max wait until a server fired event with ItsNatDocument.dispatchEvent(org.w3c.dom.events.EventTarget,org.w3c.dom.events.Event) is processed by the client and returns.
setEventListenerParams(String, boolean, int, ParamTransport[], String, long) - Method in interface org.itsnat.comp.ItsNatComponent
Sets the parameters used to fire and receive AJAX/SCRIPT events by this component.
setEventListenerParams(ClientDocument, String, boolean, int, ParamTransport[], String, long) - Method in interface org.itsnat.comp.ItsNatComponent
Sets the parameters used to fire and receive AJAX/SCRIPT events by this component and specified client.
setEventsEnabled(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether events (AJAX or SCRIPT based) are enabled.
setEventsEnabled(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether events (AJAX or SCRIPT based) are enabled.
setEventTimeout(long) - Method in interface org.itsnat.core.ItsNatDocument
Sets the default timeout of asynchronous AJAX/SCRIPT events.
setEventTimeout(long) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the default timeout of asynchronous AJAX/SCRIPT events.
setEventTimeout(long) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the default timeout of asynchronous AJAX/SCRIPT events.
setExpandsSelectedPaths(boolean) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets the expandsSelectedPaths property.
setExpirationDelay(long) - Method in interface org.itsnat.core.CometNotifier
Sets the maximum expiration delay.
setExtraParam(String, Object) - Method in interface org.itsnat.core.event.ItsNatEvent
Sets the specified name and value as a remote browser data carried by this event.
setFastLoadMode(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether fast load mode is used.
setFastLoadMode(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether fast load mode is used.
setFeature(String, Object) - Method in interface org.itsnat.core.ItsNat
Sets the feature value of given name.
setFocusLostBehavior(int) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Sets the behavior when focus is lost.
setFormat(Format) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Defines a default ItsNat formatter based on the specified java.text.Format.
setInternalMode(boolean) - Method in interface org.itsnat.core.ItsNatNode
Sets the current mode of this node, internal or remote.
setInvalid() - Method in interface org.itsnat.core.ItsNatDocument
Sets this document as invalid.
setItsNatButtonGroup(ItsNatButtonGroup) - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonRadio
Adds this button to the specified group.
setItsNatFormatter(ItsNatFormattedTextField.ItsNatFormatter) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Sets the default ItsNat formatter.
setItsNatFormatterFactory(ItsNatFormattedTextField.ItsNatFormatterFactory) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Sets the current ItsNat formatter factory.
setItsNatLabelEditor(ItsNatLabelEditor) - Method in interface org.itsnat.comp.label.ItsNatLabel
Sets the label editor.
setItsNatLabelRenderer(ItsNatLabelRenderer) - Method in interface org.itsnat.comp.label.ItsNatLabel
Sets the component renderer.
setItsNatListCellEditor(ItsNatListCellEditor) - Method in interface org.itsnat.comp.list.ItsNatList
Sets the list item editor.
setItsNatListCellRenderer(ItsNatListCellRenderer) - Method in interface org.itsnat.comp.list.ItsNatList
Sets the component renderer.
setItsNatTableCellEditor(ItsNatTableCellEditor) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the table cell editor.
setItsNatTableCellRenderer(ItsNatTableCellRenderer) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the component renderer.
setItsNatTableHeaderCellRenderer(ItsNatTableHeaderCellRenderer) - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Sets the component renderer.
setItsNatTreeCellEditor(ItsNatTreeCellEditor) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets the tree node label editor.
setItsNatTreeCellRenderer(ItsNatTreeCellRenderer) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets the component renderer.
setJoystickMode(boolean) - Method in interface org.itsnat.comp.list.ItsNatFreeList
Informs whether a joystick is enough to control the component (some kind of mouse, pointer or stylus not present or not necessary).
setJoystickMode(boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Informs whether a joystick is enough to control the component (some kind of mouse, pointer or stylus not present or not necessary).
setJoystickMode(boolean) - Method in interface org.itsnat.comp.tree.ItsNatTree
Informs whether a joystick is enough to control the component (some kind of mouse, pointer or stylus not present or not necessary).
setJoystickMode(boolean) - Method in interface org.itsnat.core.ItsNatDocument
Informs whether a joystick is enough to control, for instance, components (some kind of mouse, pointer or stylus not present or not necessary).
setJoystickMode(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether a joystick is enough to control, for instance, components (mouse, pointer or stylus not present or not necessary).
setJoystickMode(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether a joystick is enough to control, for instance, components (some kind of mouse, pointer or stylus not present or not necessary).
setLabelValue(Object) - Method in interface org.itsnat.comp.button.ItsNatButtonLabel
Sets the current label value, this value is saved as is and rendered as markup using the current renderer returned by ItsNatButtonLabel.getElementRenderer().
setLabelValue(Object) - Method in interface org.itsnat.core.domutil.ElementLabel
Renders the specified value into the label using the current renderer.
setLength(int) - Method in interface org.itsnat.core.domutil.ElementList
Increases or shrinks the list to fit the new size.
setLength(int) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Increases or shrinks the list to fit the new size.
setLineWrap(boolean) - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Enables or disables the line wrap.
setListData(Object[]) - Method in interface org.itsnat.comp.list.ItsNatListMultSel
Constructs a javax.swing.ListModel from an array of objects and then applies ItsNatList.setListModel(javax.swing.ListModel) to it.
setListData(List<Object>) - Method in interface org.itsnat.comp.list.ItsNatListMultSel
Constructs a javax.swing.ListModel from a java.util.List and then applies ItsNatList.setListModel(javax.swing.ListModel) to it.
setListModel(ListModel) - Method in interface org.itsnat.comp.list.ItsNatList
Changes the data model of this component.
setListSelectionModel(ListSelectionModel) - Method in interface org.itsnat.comp.list.ItsNatListMultSel
Sets the new selection model.
setListSelectionModel(ListSelectionModel) - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Sets the new selection model.
setLoadScriptInline(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the initial JavaScript code is sent inline into the loaded page or is loaded externally.
setLoadScriptInline(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the initial JavaScript code is sent inline into the loaded page or is loaded externally.
setLocalVariable(String, Object) - Method in interface org.itsnat.core.ItsNatVariableResolver
Registers the specified variable name and value into the local registry of this resolver.
setMarkupDriven(boolean) - Method in interface org.itsnat.comp.button.toggle.ItsNatHTMLInputButtonToggle
Sets whether this component is markup driven.
setMarkupDriven(boolean) - Method in interface org.itsnat.comp.list.ItsNatHTMLSelect
Sets whether this component is markup driven.
setMarkupDriven(boolean) - Method in interface org.itsnat.comp.text.ItsNatHTMLInputTextBased
Sets whether this component is markup driven.
setMarkupDriven(boolean) - Method in interface org.itsnat.comp.text.ItsNatHTMLTextArea
Sets whether this component is markup driven.
setMarkupDrivenComponents(boolean) - Method in interface org.itsnat.comp.ItsNatComponentManager
Sets whether markup driven mode is used in components.
setMarkupDrivenComponents(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether markup driven mode is used in components.
setMarkupDrivenComponents(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether markup driven mode is used in components.
setMaxOpenClientsByDocument(int) - Method in interface org.itsnat.core.ItsNatDocument
Sets the max number of open clients (owner and attached) associated to a document in server.
setMaxOpenClientsByDocument(int) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets the max number of open clients (owner and attached) associated to a document in server.
setMaxOpenClientsByDocument(int) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets the max number of open clients (owner and attached) associated to a document in server.
setMaxOpenDocumentsBySession(int) - Method in interface org.itsnat.core.ItsNatServletContext
Sets the max number of open documents in a user web session (documents saving state on the server).
setNode(Node) - Method in interface org.itsnat.comp.ItsNatComponent
Changes the associated DOM node (reattachment).
setNodeCacheEnabled(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether the speed oriented node cache is enabled.
setNodeCacheEnabled(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether the speed oriented node cache is enabled.
setNullFormatter(ItsNatFormattedTextField.ItsNatFormatter) - Method in interface org.itsnat.comp.text.ItsNatFormatterFactoryDefault
Sets the ItsNat formatter to use if the component value (ItsNatFormattedTextField.getValue()) is null.
setOnLoadCacheStaticNodes(String, boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether static nodes are serialized as text and globally cached when the template is loaded to save memory (it improves the performance too).
setOnLoadCacheStaticNodes(boolean) - Method in interface org.itsnat.core.tmpl.MarkupTemplate
Sets if static nodes are serialized as text and globally cached when the template is loaded to save memory (it improves the performance too).
setReferrerEnabled(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether referrer feature is enabled by default.
setReferrerEnabled(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether referrer feature is enabled by default.
setReferrerPushEnabled(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether referrer "push" feature is enabled by default.
setReferrerPushEnabled(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether referrer "push" feature is enabled by default.
setRowAt(int, Element) - Method in interface org.itsnat.core.domutil.ElementTableFree
Replaces the specified row element with a new one.
setRowCount(int) - Method in interface org.itsnat.core.domutil.ElementTable
Increases or shrinks the number of rows to fit the new size.
setRows(int) - Method in interface org.itsnat.comp.text.ItsNatTextAreaUI
Sets the max number of visible rows of the text area.
setRowSelectionAllowed(boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets whether row selection is allowed.
setRowSelectionInterval(int, int) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets a new row selection interval specifying an index range.
setRowSelectionModel(ListSelectionModel) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the new row selection model.
setRowValuesAt(int, Object[]) - Method in interface org.itsnat.core.domutil.ElementTable
Renders the specified values into the row with the given position using the current structure and renderer.
setRowValuesAt(int, List<Object>) - Method in interface org.itsnat.core.domutil.ElementTable
Renders the specified values into the row with the given position using the current structure and renderer.
setScriptingEnabled(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether JavaScript is enabled.
setScriptingEnabled(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether JavaScript is enabled.
setSelected(boolean) - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonToggle
Sets the selection button state.
setSelectedColumns(int[]) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the current selected columns.
setSelectedIndex(int) - Method in interface org.itsnat.comp.list.ItsNatList
Selects the specified list item.
setSelectedIndex(int) - Method in interface org.itsnat.comp.table.ItsNatTableHeader
Selects the specified header column.
setSelectedIndices(int[]) - Method in interface org.itsnat.comp.list.ItsNatListMultSel
Sets the current selected elements.
setSelectedItem(Object) - Method in interface org.itsnat.comp.list.ItsNatComboBox
Sets the current selected item.
setSelectedRows(int[]) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets the current selected rows.
setSelectionMode(int) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets a new selection mode to the row and column selection models.
setSelectionOnComponentsUsesKeyboard(boolean) - Method in interface org.itsnat.comp.ItsNatComponentManager
Informs whether the keyboard is necessary for selection on components This method does not change the current state of already created components but may be the default value of new components with this feature.
setSelectionOnComponentsUsesKeyboard(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Informs whether the keyboard is necessary for selection on components
setSelectionOnComponentsUsesKeyboard(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Informs whether the keyboard is necessary for selection on components
setSelectionUsesKeyboard(boolean) - Method in interface org.itsnat.comp.list.ItsNatFreeListMultSel
Sets if the keyboard is used to select items.
setSelectionUsesKeyboard(boolean) - Method in interface org.itsnat.comp.table.ItsNatTable
Sets if the keyboard is used to select items.
setSelectionUsesKeyboard(boolean) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets if the keyboard is used to select items.
setSessionExplicitSerialize(boolean) - Method in interface org.itsnat.core.ItsNatServletContext
Configures ItsNat to explicitly serialize user sessions and save serialized data to the native sessions as attributes when any web request ends and deserializing in the beginning of any web request.
setSessionReplicationCapable(boolean) - Method in interface org.itsnat.core.ItsNatServletContext
Sets whether the ItsNat application is ready for automatic session replication by the servlet container.
setSessionSerializeCompressed(boolean) - Method in interface org.itsnat.core.ItsNatServletContext
Sets whether the serialized data of the ItsNat session is compressed when the session is serialized.
setTableModel(TableModel) - Method in interface org.itsnat.comp.table.ItsNatTable
Changes the data model of this component.
setTableValues(Object[][]) - Method in interface org.itsnat.core.domutil.ElementTable
Renders all table cells with new values using the current structure and renderer.
setTableValues(List<List<Object>>) - Method in interface org.itsnat.core.domutil.ElementTable
Renders all table cells with new values using the current structure and renderer.
setText(String) - Method in interface org.itsnat.comp.text.ItsNatTextComponent
Updates the text contained in this component.
setTextContent(Element, String) - Static method in class org.itsnat.core.domutil.ItsNatDOMUtil
Sets the string content of the text node inside the specified Element.
setToggleButtonModel(JToggleButton.ToggleButtonModel) - Method in interface org.itsnat.comp.button.toggle.ItsNatButtonToggle
Changes the data model of this component.
setToggleClickCount(int) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets the number of mouse clicks needed to expand or close a node.
setTreeModel(TreeModel) - Method in interface org.itsnat.comp.tree.ItsNatTree
Changes the data model of this component.
setTreeSelectionModel(TreeSelectionModel) - Method in interface org.itsnat.comp.tree.ItsNatTree
Sets the new selection model.
setUseGZip(int) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether JavaScript code and/or markup sent to the client is automatically compressed if the browser accepts this encoding.
setUseGZip(int) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether JavaScript code and/or markup sent to the client is automatically compressed if the browser accepts this encoding.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.comp.label.ItsNatLabelUI
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.comp.list.ItsNatListUI
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderUI
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.comp.table.ItsNatTableUI
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.comp.tree.ItsNatTreeUI
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.domutil.ElementLabel
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.domutil.ElementList
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.domutil.ElementTable
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.domutil.ElementTree
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.domutil.ElementTreeNode
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.domutil.ElementTreeNodeList
Sets whether the original (saved as pattern) markup is used to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.ItsNatDocument
Sets whether dom utils and components use by default the original (saved as pattern) markup to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether dom utils and components use by default the original (saved as pattern) markup to render.
setUsePatternMarkupToRender(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether dom utils and components use by default the original (saved as pattern) markup to render.
setUserValue(String, Object) - Method in interface org.itsnat.core.ItsNatUserData
Sets a new value associated to the specified name.
setUseXHRSyncOnUnloadEvent(boolean) - Method in interface org.itsnat.core.ItsNatServletConfig
Sets whether the internal unload event sent by ItsNat when end user leaves the page, is synchronously sent when the transport is AJAX (XMLHttpRequest) mode by default.
setUseXHRSyncOnUnloadEvent(boolean) - Method in interface org.itsnat.core.tmpl.ItsNatDocumentTemplate
Sets whether the internal unload event sent by ItsNat when end user leaves the page, is synchronously sent when the transport is AJAX (XMLHttpRequest) mode by default.
setValue(Object) - Method in interface org.itsnat.comp.label.ItsNatLabel
Sets the value.
setValue(Object) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField
Sets the value that will be formatted to the control by an ItsNatFormattedTextField.ItsNatFormatter obtained from the current ItsNatFormattedTextField.ItsNatFormatterFactory.
setValue(Object) - Method in interface org.itsnat.core.domutil.ElementTreeNode
Renders the submitted value into the tree node markup using the current renderer.
setValue(Object) - Method in class org.itsnat.core.NameValue
Changes the value of the pair name/value.
SHOW_CLIENT_ERRORS - Static variable in class org.itsnat.core.ClientErrorMode
The browser catch errors.
SHOW_SERVER_AND_CLIENT_ERRORS - Static variable in class org.itsnat.core.ClientErrorMode
The browser catch errors.
SHOW_SERVER_ERRORS - Static variable in class org.itsnat.core.ClientErrorMode
The browser catch errors.
SingleParamTransport - Class in org.itsnat.core.event
Is the base class of "transport" classes which carry one named value, these classes are used to send custom data from client to server using an event fired on the client and listened in the server.
SingleParamTransport(String, boolean) - Constructor for class org.itsnat.core.event.SingleParamTransport
Creates a new instance ready to transport a client value with the specified name with optional server synchronization.
startEditing() - Method in interface org.itsnat.comp.label.ItsNatLabel
Used to start programmatically the label edition process "in place".
startEditingAt(int) - Method in interface org.itsnat.comp.list.ItsNatList
Used to start programmatically a list item edition process "in place".
startEditingAt(int, int) - Method in interface org.itsnat.comp.table.ItsNatTable
Used to start programmatically a table cell edition process "in place".
startEditingAtPath(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Used to start programmatically a tree node edition process "in place".
startEditingAtRow(int) - Method in interface org.itsnat.comp.tree.ItsNatTree
Used to start programmatically a tree node edition process "in place".
startEventDispatcherThread(Runnable) - Method in interface org.itsnat.core.ClientDocument
Executes the specified task in a new thread, this code is ready to call EventTarget.dispatchEvent(Event) or ClientDocument.dispatchEvent(EventTarget,Event,int,long) many times.
stop() - Method in interface org.itsnat.core.CometNotifier
Stops and disposes this notifier.
stop() - Method in interface org.itsnat.core.event.ItsNatEventListenerChain
Instructs ItsNat to stop the normal event listener flow, next listeners are not dispatched.
stringToValue(String, ItsNatFormattedTextField) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField.ItsNatFormatter
Converts the specified String to an Object using some kind of conversion rules.
submit() - Method in interface org.itsnat.comp.ItsNatHTMLForm
Calls the submit() method on the client element.

T

TableCellElementInfo - Interface in org.itsnat.core.domutil
Contains the DOM Elements, row and cell, and the row and column indexes of a cell of a DOM element table.
TemplateSource - Interface in org.itsnat.core.tmpl
This interface represents a free-form user defined markup source to be registered as an ItsNat template.
toDOM(String) - Method in interface org.itsnat.core.ItsNatDocument
Parses and converts to DOM the specified string containing markup usually to be inserted into the document.
toggleExpansionStateNode(TreePath) - Method in interface org.itsnat.comp.tree.ItsNatTree
Changes the expansion state of the specified node to the contrary.
toScript(Object) - Method in interface org.itsnat.core.script.ScriptUtil
Converts the specified object value to JavaScript code.
toString() - Method in class org.itsnat.core.NameValue
Returns the name of this object as string representation of the object.

U

UNLOAD - Static variable in interface org.itsnat.core.event.ItsNatAttachedClientEvent
Constant used to inform that a remote control client document is being unloaded.
unrender(Object, Element) - Method in interface org.itsnat.core.domutil.ElementRenderer
Unrenders the markup used to render previously.
unrenderLabel(ItsNatLabel, Element) - Method in interface org.itsnat.comp.label.ItsNatLabelRenderer
Unrenders the label markup.
unrenderLabel(ElementLabel, Element) - Method in interface org.itsnat.core.domutil.ElementLabelRenderer
Unrenders the label markup.
unrenderList(ElementList, int, Element) - Method in interface org.itsnat.core.domutil.ElementListRenderer
Unrenders the markup of the specified list item.
unrenderListCell(ItsNatList, int, Element) - Method in interface org.itsnat.comp.list.ItsNatListCellRenderer
Unrenders the markup of the specified list item.
unrenderTable(ElementTable, int, int, Element) - Method in interface org.itsnat.core.domutil.ElementTableRenderer
Unrenders the markup of the specified table cell.
unrenderTableCell(ItsNatTable, int, int, Element) - Method in interface org.itsnat.comp.table.ItsNatTableCellRenderer
Unrenders the markup of the specified table cell.
unrenderTableHeaderCell(ItsNatTableHeader, int, Element) - Method in interface org.itsnat.comp.table.ItsNatTableHeaderCellRenderer
Unrenders the markup of the specified header column.
unrenderTreeCell(ItsNatTree, int, Element) - Method in interface org.itsnat.comp.tree.ItsNatTreeCellRenderer
Unrenders the markup of the specified tree node.
unrenderTreeNode(ElementTreeNode, Element) - Method in interface org.itsnat.core.domutil.ElementTreeNodeRenderer
Unrenders the markup of the specified tree node.
UseGZip - Class in org.itsnat.core
Defines some constants and utility methods related with GZip compression.
UseGZip() - Constructor for class org.itsnat.core.UseGZip
 

V

valueToString(Object, ItsNatFormattedTextField) - Method in interface org.itsnat.comp.text.ItsNatFormattedTextField.ItsNatFormatter
Converts the specified Object to String using some kind of conversion rules.

X

XHR_ASYNC - Static variable in class org.itsnat.core.CommMode
Indicates that AJAX is used (XMLHttpRequest) to transport events and sent asynchronously.
XHR_ASYNC_HOLD - Static variable in class org.itsnat.core.CommMode
Indicates that AJAX is used (XMLHttpRequest) to transport events and sent asynchronously but new events are queued (a FIFO list) until the current event sent to server returns.
XHR_SYNC - Static variable in class org.itsnat.core.CommMode
Indicates that AJAX is used (XMLHttpRequest) to transport events and sent synchronously, the client is locked until the current event sent to server returns.
A B C D E F G H I L M N O P R S T U V X 

Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.