Searched refs:xKeyGen (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DataAwareness.java | 814 xKeyGen.setPropertyValue( "Name", "KeyGen" ); in prepareDocument() 815 xKeyGen.setPropertyValue( "Label", "no automatic generation" ); in prepareDocument() 816 xKeyGen.setPropertyValue( "RefValue", "none" ); in prepareDocument() 817 xKeyGen.addPropertyChangeListener( "State", this ); in prepareDocument() 820 xKeyGen.setPropertyValue( "Name", "KeyGen" ); in prepareDocument() 821 xKeyGen.setPropertyValue( "Label", "before inserting a record" ); in prepareDocument() 822 xKeyGen.setPropertyValue( "RefValue", "update" ); in prepareDocument() 823 xKeyGen.addPropertyChangeListener( "State", this ); in prepareDocument() 826 xKeyGen.setPropertyValue( "Name", "KeyGen" ); in prepareDocument() 828 xKeyGen.setPropertyValue( "RefValue", "reset" ); in prepareDocument() [all …]
|
Completed in 32 milliseconds