|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xulfaces.bridge.Bridge
public class Bridge
Defines a bridge between server and client side.
It contains a set of Command
.
Commands are executed by the client side in order to update the DOM.
There is only one Bridge objet per session.
The current bridge object is serialized in current xul page via a set of tag (xfc namespace).
You can get the current Bridge instance with XulUtils.getBridge() method.
Constructor Summary | |
---|---|
Bridge()
|
Method Summary | |
---|---|
void |
addCommand(Command command)
Add a Command to the current bridge |
java.util.Set<Command> |
getCommands()
|
void |
setCommands(java.util.Set<Command> commands)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bridge()
Method Detail |
---|
public java.util.Set<Command> getCommands()
public void setCommands(java.util.Set<Command> commands)
public void addCommand(Command command)
Add a Command to the current bridge
command
- A Command object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |