@Dependent public class LimitedEntryActionRetractFactCol52DefinitionBuilder extends BaseActionColumnDefinitionBuilder
| Constructor and Description |
|---|
LimitedEntryActionRetractFactCol52DefinitionBuilder(org.jboss.errai.common.client.api.Caller<GuidedDecisionTableEditorService> service) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateDefinition(GuidedDecisionTableView.Presenter dtPresenter,
org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column,
org.uberfire.client.callbacks.Callback<String> afterGenerationCallback)
Generates a
String representation of a column's definition. |
Class |
getSupportedColumnType()
Returns the
Class that this Builder supports. |
generateActionColumngenerateDefinitionOnServer, getLHS, getRHS, makeCell, makeRowData, strip@Inject public LimitedEntryActionRetractFactCol52DefinitionBuilder(org.jboss.errai.common.client.api.Caller<GuidedDecisionTableEditorService> service)
public Class getSupportedColumnType()
ColumnDefinitionBuilderClass that this Builder supports.public void generateDefinition(GuidedDecisionTableView.Presenter dtPresenter, org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column, org.uberfire.client.callbacks.Callback<String> afterGenerationCallback)
ColumnDefinitionBuilderString representation of a column's definition. This method does not
return a String as the construction may require asynchronous calls to the server.dtPresenter - The Decision Table to which the column belongs.column - The column for which we need a build the definition.afterGenerationCallback - A callback to be invoked with the definition.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.