Home
last modified time | relevance | path

Searched refs:xKeyGen (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java813 …XPropertySet xKeyGen = m_formLayer.createControlAndShape( "RadioButton", 106, 11, 50, 6, xOptionsF… in prepareDocument() local
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()
819 xKeyGen = m_formLayer.createControlAndShape( "RadioButton", 106, 17, 50, 6, xOptionsForm ); 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()
[all …]