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()812 if (propField != null) in setPropertyValueNoBroadcast()813 propField.set(this, newVal); in setPropertyValueNoBroadcast()846 if (propField != null) in getPropertyValue()[all …]
Completed in 24 milliseconds