Searched refs:propField (Results 1 – 1 of 1) sorted by relevance
168 Field propField= null; in registerProperty() local171 propField= getClass().getDeclaredField(memberName); in registerProperty()177 Class cl= propField.getType(); in registerProperty()629 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue() local630 if (propField != null) in convertPropertyValue()632 curVal[0]= propField.get(this); in convertPropertyValue()633 Class memberClass= propField.getType(); in convertPropertyValue()810 if (propField != null) in setPropertyValueNoBroadcast()811 propField.set(this, newVal); in setPropertyValueNoBroadcast()844 if (propField != null) in getPropertyValue()[all …]
Completed in 25 milliseconds