Uses of Class
omix.plugin.type.TypeEditHandlerInterface.PaintResponse
Package | Description |
---|---|
omix.plugin.type |
This package contains interfaces for implementing type management plugins.
|
-
Uses of TypeEditHandlerInterface.PaintResponse in omix.plugin.type
Methods in omix.plugin.type that return TypeEditHandlerInterface.PaintResponse 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.