Package | Description |
---|---|
org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
org.itsnat.comp.iframe | |
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.event |
Defines event and listener classes and interfaces associated to the page lifecycle and events.
|
Modifier and Type | Method and Description |
---|---|
void |
ItsNatComponent.addEventListener(ClientDocument clientDoc,
java.lang.String type,
org.w3c.dom.events.EventListener listener)
Registers the specified event listener to the component node for the specific client.
|
void |
ItsNatComponent.addEventListener(ClientDocument clientDoc,
java.lang.String type,
org.w3c.dom.events.EventListener listener,
boolean before)
Registers the specified event listener to the component node for the specific client.
|
void |
ItsNatComponent.disableEventListener(ClientDocument clientDoc,
java.lang.String type)
Disables the component to receive events of the specified type and client.
|
void |
ItsNatComponent.enableEventListener(ClientDocument clientDoc,
java.lang.String type)
Enable the component to receive events of the specified type and client.
|
void |
ItsNatComponent.removeEventListener(ClientDocument clientDoc,
java.lang.String type,
org.w3c.dom.events.EventListener listener)
Unregisters the specified event listener from the component node for the specific client.
|
void |
ItsNatComponent.removeEventListener(ClientDocument clientDoc,
java.lang.String type,
org.w3c.dom.events.EventListener listener,
boolean before)
Unregisters the specified event listener from the component node for the specific client.
|
void |
ItsNatComponent.setEventListenerParams(ClientDocument clientDoc,
java.lang.String type,
boolean useCapture,
int commMode,
ParamTransport[] extraParams,
java.lang.String preSendCode,
long eventTimeout)
Sets the parameters used to fire and receive AJAX/SCRIPT events by this component and specified client.
|
Modifier and Type | Method and Description |
---|---|
ClientDocument |
HTMLIFrameFileUpload.getClientDocument()
Returns the client document which originated this file upload request.
|
Modifier and Type | Method and Description |
---|---|
HTMLIFrameFileUpload |
ItsNatHTMLIFrame.getHTMLIFrameFileUpload(ClientDocument clientDoc,
org.w3c.dom.html.HTMLInputElement elem)
Creates a file upload task associated to this iframe component and to the specified
<input type=file>
element. |
Modifier and Type | Method and Description |
---|---|
ClientDocument |
ItsNatTimer.getClientDocument()
Returns the parent client document this object belongs to.
|
ClientDocument |
ItsNatServletRequest.getClientDocument()
Returns the client document, this object mirrors the user (client) document/page
sending this request.
|
ClientDocument |
CometNotifier.getClientDocument()
Returns the parent client document this object belongs to.
|
ClientDocument |
ItsNatDocument.getClientDocumentOwner()
Returns the document proxy of the owner of this document.
|
Modifier and Type | Method and Description |
---|---|
ClientDocument |
ItsNatEvent.getClientDocument()
Returns the associated client document target of this event.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.