Uses of Class
org.eclnt.ccaddons.dof.util.DOFValidValue
Packages that use DOFValidValue
-
Uses of DOFValidValue in org.eclnt.ccaddons.dof
Methods in org.eclnt.ccaddons.dof that return types with arguments of type DOFValidValueModifier and TypeMethodDescriptionDOFPropertyTypeVVPDataClass.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFPropertyTypeVVPEditorClass.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFPropertyTypeVVPFormat.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFPropertyTypeVVPFormatMask.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFPropertyTypeVVPTimezone.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFPropertyTypeVVPValidValuesProviderId.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFValidValuesProviderDirect.findValidValues
(DOFObject instance, DOFPropertyType propertyType) IDOFValidValuesProvider.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFValidValuesProviderDirect.getValues()
Method parameters in org.eclnt.ccaddons.dof with type arguments of type DOFValidValueModifier and TypeMethodDescriptionvoid
DOFValidValuesProviderDirect.setValues
(List<DOFValidValue> values) -
Uses of DOFValidValue in org.eclnt.ccaddons.dof.util
Methods in org.eclnt.ccaddons.dof.util that return DOFValidValueModifier and TypeMethodDescriptionprotected DOFValidValue
DOFValidValuesProviderByJdbcQuery.transferResultSetIntoValidValue
(ResultSet rs) protected DOFValidValue
DOFValidValuesProviderByJdbcQueryConcatenatedColumns.transferResultSetIntoValidValue
(ResultSet rs) Methods in org.eclnt.ccaddons.dof.util that return types with arguments of type DOFValidValueModifier and TypeMethodDescriptionDOFValidValuesProviderByDirectDefinition.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFValidValuesProviderByEnum.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFValidValuesProviderByJdbcQuery.findValidValues
(DOFObject instance, DOFPropertyType propertyType) DOFValidValuesProviderByProperties.findValidValues
(DOFObject instance, DOFPropertyType propertyType)