Package io.jmix.ui.xml
Class DeclarativeColumnGenerator
java.lang.Object
io.jmix.ui.xml.DeclarativeColumnGenerator
- All Implemented Interfaces:
Table.ColumnGenerator
@Deprecated
@Component("ui_DeclarativeColumnGenerator")
@Scope("prototype")
public class DeclarativeColumnGenerator
extends Object
implements Table.ColumnGenerator
Deprecated.
Use installing instance from the controller instead.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Method
findGeneratorMethod
(Class cls, String methodName) Deprecated.generateCell
(Object entity) Deprecated.Called byTable
when rendering a column for which the generator was created.protected FrameOwner
Deprecated.
-
Field Details
-
methodName
Deprecated. -
table
Deprecated. -
method
Deprecated. -
unableToFindMethod
protected boolean unableToFindMethodDeprecated.
-
-
Constructor Details
-
DeclarativeColumnGenerator
Deprecated.
-
-
Method Details
-
generateCell
Deprecated.Description copied from interface:Table.ColumnGenerator
Called byTable
when rendering a column for which the generator was created.- Specified by:
generateCell
in interfaceTable.ColumnGenerator
- Parameters:
entity
- an entity instance represented by the current row- Returns:
- a component to be rendered inside of the cell
-
getFrameOwner
Deprecated. -
findGeneratorMethod
Deprecated.
-