File size: 456 Bytes
e789b06 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
TDAT: public void reset() throws XFormsException { if (logger.isDebugEnabled()) { logger.debug(this + " perform reset"); } // recreate instance document this.instanceDocument = createInstanceDocument(); // notify to another elements (UI or DOM) whcih are bounded // with this instance that the instanceDocument to observe // has changed. rootNodeObservable.setRootNode(this.instanceDocument); } COM: <s> performs element reset </s> |