public interface ColumnDefinitionBuilder
| 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. |
Class getSupportedColumnType()
Class that this Builder supports.void generateDefinition(GuidedDecisionTableView.Presenter dtPresenter, org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column, org.uberfire.client.callbacks.Callback<String> afterGenerationCallback)
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–2020 JBoss by Red Hat. All rights reserved.