Verwendungen von Schnittstelle
ch.nolix.systemapi.objectdataapi.dataapi.IValue
Package
Beschreibung
The
ch.nolix.system.databaseapplication.fieldbinder
package defines
binders that can bind
IField
s to
IControl
s.The
ch.nolix.system.objectdata.data
packages implements the types
that are declared in the ch.nolix.systemapi.objectdataapi.dataapi
package.The
ch.nolix.system.objectdata.fieldtool
packages implements the
types that are declared in the
ch.nolix.systemapi.objectdataapi.fieldtoolapi
package.The
ch.nolix.system.objectdata.fieldvalidator
packages implements the
types that are declared in the
ch.nolix.systemapi.objectdataapi.fieldvalidatorapi
package.The
ch.nolix.system.objectdata.parameterizedfieldtypemapper2
packages
defines mappers for
IParameterizedFieldType
s.The
ch.nolix.systemapi.objectdataapi.fieldtoolapi
package declares
tools for IField
s.The
ch.nolix.systemapi.objectdataapi.fieldvalidatorapi
package
declares validators for
IField
package.-
Verwendungen von IValue in ch.nolix.system.databaseapplication.fieldbinder
Modifizierer und TypMethodeBeschreibungprotected void
ValueBinder.addSelectionOptionsToControlForField
(ITextbox control, IValue<?> property) protected void
ValueBinder.updateControlFromField
(ITextbox textBox, IValue<?> value) protected void
ValueBinder.updateFieldFromControl
(IValue<?> value, ITextbox textBox) -
Verwendungen von IValue in ch.nolix.system.objectdata.data
-
Verwendungen von IValue in ch.nolix.system.objectdata.fieldtool
Modifizierer und TypMethodeBeschreibungboolean
ValueTool.canSetGivenValue
(IValue<?> value, Object valueToSet) ValueTool.createEntityUpdateDtoForSetValue
(IValue<?> value, Object setValue) -
Verwendungen von IValue in ch.nolix.system.objectdata.fieldvalidator
Modifizierer und TypMethodeBeschreibungvoid
ValueValidator.assertCanSetGivenValue
(IValue<?> value, Object valueToSet) -
Verwendungen von IValue in ch.nolix.system.objectdata.parameterizedfieldtypemapper2
Modifizierer und TypMethodeBeschreibungParameterizedValueTypeMapper.createParameterizedFieldTypeFromField
(IValue<?> field, IContainer<ITable> referencedTables) -
Verwendungen von IValue in ch.nolix.systemapi.objectdataapi.fieldtoolapi
Modifizierer und TypMethodeBeschreibungboolean
IValueTool.canSetGivenValue
(IValue<?> value, Object valueToSet) IValueTool.createEntityUpdateDtoForSetValue
(IValue<?> value, Object valueToSet) -
Verwendungen von IValue in ch.nolix.systemapi.objectdataapi.fieldvalidatorapi
Modifizierer und TypMethodeBeschreibungvoid
IValueValidator.assertCanSetGivenValue
(IValue<?> value, Object valueToSet)