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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected MethodfindGeneratorMethod(Class cls, String methodName) Deprecated.generateCell(Object entity) Deprecated.Called byTablewhen rendering a column for which the generator was created.protected FrameOwnerDeprecated. 
- 
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.ColumnGeneratorCalled byTablewhen rendering a column for which the generator was created.- Specified by:
 generateCellin 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. 
 -