@Dependent public class LimitedEntryConditionCol52DefinitionBuilder extends BaseConditionColumnDefinitionBuilder
Constructor and Description |
---|
LimitedEntryConditionCol52DefinitionBuilder(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. |
generateConditionColumn
generateDefinitionOnServer, getLHS, getRHS, makeCell, makeRowData, strip
@Inject public LimitedEntryConditionCol52DefinitionBuilder(org.jboss.errai.common.client.api.Caller<GuidedDecisionTableEditorService> service)
public Class getSupportedColumnType()
ColumnDefinitionBuilder
Class
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)
ColumnDefinitionBuilder
String
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–2017 JBoss by Red Hat. All rights reserved.