|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.itsnat.core.event.ParamTransport
org.itsnat.core.event.NodeCompleteTransport
public class NodeCompleteTransport
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.
After synchronization the server node has the same state as the client counterpart.
Is the sum of the behavior of NodeAllAttribTransport
and NodeInnerTransport.
ItsNatDocument.addEventListener(org.w3c.dom.events.EventTarget,String,EventListener,boolean,int,ParamTransport[],String,long),
Serialized Form| Constructor Summary | |
|---|---|
NodeCompleteTransport()
Creates a new instance ready to transport the current state of the specified client node and synchronizing the server node. |
|
NodeCompleteTransport(boolean sync)
Creates a new instance ready to transport the current state of the specified client node with optional server synchronization. |
|
| Method Summary |
|---|
| Methods inherited from class org.itsnat.core.event.ParamTransport |
|---|
isSync |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NodeCompleteTransport()
public NodeCompleteTransport(boolean sync)
sync - if true the server node is updated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||