Class LimitedEntryActionSetFieldCol52DefinitionBuilder

    • Constructor Detail

      • LimitedEntryActionSetFieldCol52DefinitionBuilder

        @Inject
        public LimitedEntryActionSetFieldCol52DefinitionBuilder​(org.jboss.errai.common.client.api.Caller<org.drools.workbench.screens.guided.dtable.service.GuidedDecisionTableEditorService> service)
    • Method Detail

      • getSupportedColumnType

        public Class getSupportedColumnType()
        Description copied from interface: ColumnDefinitionBuilder
        Returns the Class that this Builder supports.
        Returns:
      • generateDefinition

        public void generateDefinition​(GuidedDecisionTableView.Presenter dtPresenter,
                                       org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column,
                                       org.uberfire.client.callbacks.Callback<String> afterGenerationCallback)
        Description copied from interface: ColumnDefinitionBuilder
        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.