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()631 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue() local632 if (propField != null) in convertPropertyValue()634 curVal[0]= propField.get(this); in convertPropertyValue()635 Class memberClass= propField.getType(); in convertPropertyValue()811 Field propField= getClass().getDeclaredField(sMember); in setPropertyValueNoBroadcast() local812 if (propField != null) in setPropertyValueNoBroadcast()813 propField.set(this, newVal); in setPropertyValueNoBroadcast()[all …]