Interface ColumnDefinitionBuilder

    • Method Detail

      • getSupportedColumnType

        Class getSupportedColumnType()
        Returns the Class that this Builder supports.
        Returns:
      • generateDefinition

        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. This method does not return a String as the construction may require asynchronous calls to the server.
        Parameters:
        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.