Class DecisionTableColumnViewUtils


  • public class DecisionTableColumnViewUtils
    extends Object
    • Constructor Detail

      • DecisionTableColumnViewUtils

        public DecisionTableColumnViewUtils()
    • Method Detail

      • getCurrentIndexFromList

        public static int getCurrentIndexFromList​(String currentValue,
                                                  com.google.gwt.user.client.ui.ListBox list)
      • getCurrentIndexFromListWithoutDefaultSelect

        public static int getCurrentIndexFromListWithoutDefaultSelect​(String currentValue,
                                                                      com.google.gwt.user.client.ui.ListBox list)
      • nil

        public static boolean nil​(String s)
      • addWidgetToContainer

        public static void addWidgetToContainer​(com.google.gwt.user.client.ui.IsWidget widget,
                                                org.jboss.errai.common.client.dom.Div container)
      • getColumnManagementGroupTitle

        public static String getColumnManagementGroupTitle​(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column)