Package org.pentaho.di.ui.core.widget
Class CheckBoxTableCombo
- java.lang.Object
-
- org.pentaho.di.ui.core.widget.CheckBoxTableCombo
-
public class CheckBoxTableCombo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TableView
propertiesTable
protected org.eclipse.swt.widgets.Button
wCheckBox
-
Constructor Summary
Constructors Constructor Description CheckBoxTableCombo(org.eclipse.swt.widgets.Composite parentComposite, PropsUI props, org.eclipse.swt.events.ModifyListener lsMod, org.pentaho.di.trans.TransMeta transMeta, Map<String,String> dataMap, String buttonName, String tableName, String columnOneName, String columnTwoName, boolean isEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsEnabled()
Map<String,String>
getPropertiesData()
void
updateDataMap(Map<String,String> newDataMap)
-
-
-
Field Detail
-
propertiesTable
protected TableView propertiesTable
-
wCheckBox
protected org.eclipse.swt.widgets.Button wCheckBox
-
-
Constructor Detail
-
CheckBoxTableCombo
public CheckBoxTableCombo(org.eclipse.swt.widgets.Composite parentComposite, PropsUI props, org.eclipse.swt.events.ModifyListener lsMod, org.pentaho.di.trans.TransMeta transMeta, Map<String,String> dataMap, String buttonName, String tableName, String columnOneName, String columnTwoName, boolean isEnabled)
-
-