Home
last modified time | relevance | path

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

/AOO42X/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java102 String[] boundPropsToTest = getBoundPropsToTest(); in setPropertyValues() local
105 m_xPropSet.addPropertiesChangeListener(boundPropsToTest, ml); in setPropertyValues()
107 Object[] gValues = m_xPropSet.getPropertyValues(boundPropsToTest); in setPropertyValues()
110 for (int i = 0; i < boundPropsToTest.length; i++) in setPropertyValues()
116 m_xPropSet.setPropertyValues(boundPropsToTest, newValue); in setPropertyValues()