Uses of Interface
omix.plugin.type.util.PaintValueUtilities
Package | Description |
---|---|
omix.plugin.type |
This package contains interfaces for implementing type management plugins.
|
-
Uses of PaintValueUtilities in omix.plugin.type
Methods in omix.plugin.type with parameters of type PaintValueUtilities Modifier and Type Method Description TypeEditHandlerInterface.PaintResponse
TypeEditHandlerInterface. paintCell(FieldInfo fieldInfo, PaintValueUtilities utilities)
Paint an object of specific type inside the table cell.
If the class type is not supported, the method must returnnull
.
Omix iterates the list of installed TypeEditHandlers ordered by time of installation.