Class DecisionTableColumnViewUtils
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.common.DecisionTableColumnViewUtils
-
public class DecisionTableColumnViewUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description DecisionTableColumnViewUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddWidgetToContainer(com.google.gwt.user.client.ui.IsWidget widget, org.jboss.errai.common.client.dom.Div container)static StringgetColumnManagementGroupTitle(org.drools.workbench.models.guided.dtable.shared.model.BaseColumn column)static intgetCurrentIndexFromList(String currentValue, com.google.gwt.user.client.ui.ListBox list)static intgetCurrentIndexFromListWithoutDefaultSelect(String currentValue, com.google.gwt.user.client.ui.ListBox list)static booleannil(String s)
-
-
-
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)
-
-