Uses of Interface
ch.nolix.systemapi.objectdata.model.IValueField
Packages that use IValueField
Package
Description
-
Uses of IValueField in ch.nolix.system.objectdata.fieldexaminer
Methods in ch.nolix.system.objectdata.fieldexaminer with parameters of type IValueFieldModifier and TypeMethodDescriptionbooleanValueFieldExaminer.canSetValue(IValueField<?> valueField) booleanValueFieldExaminer.canSetValue(IValueField<?> valueField, Object value) -
Uses of IValueField in ch.nolix.system.objectdata.fieldvalidator
Methods in ch.nolix.system.objectdata.fieldvalidator with parameters of type IValueFieldModifier and TypeMethodDescriptionvoidValueFieldValidator.assertCanSetValue(IValueField<?> valueField, Object value) -
Uses of IValueField in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement IValueField -
Uses of IValueField in ch.nolix.systemapi.objectdata.fieldexaminer
Methods in ch.nolix.systemapi.objectdata.fieldexaminer with parameters of type IValueFieldModifier and TypeMethodDescriptionbooleanIValueFieldExaminer.canSetValue(IValueField<?> valueField) booleanIValueFieldExaminer.canSetValue(IValueField<?> valueField, Object value) -
Uses of IValueField in ch.nolix.systemapi.objectdata.fieldvalidator
Methods in ch.nolix.systemapi.objectdata.fieldvalidator with parameters of type IValueFieldModifier and TypeMethodDescriptionvoidIValueFieldValidator.assertCanSetValue(IValueField<?> valueField, Object value)