| java.lang.Object org.pentaho.designstudio.controls.ActionInputCheckBox
ActionInputCheckBox | public class ActionInputCheckBox implements IActionSequenceControl,SelectionListener(Code) | | An action definition input editor that is backed by an SWT check box button.
author: Angelo Rodriguez |
Constructor Summary | |
public | ActionInputCheckBox(String label, Composite parent, Object layoutData) Parameters: toolkit - the toolkit being used to create UI components Parameters: label - the label to be placed next to the check Parameters: parent - the parent control Parameters: layoutData - the check box layout data. |
actionDefinition | protected ActionDefinition actionDefinition(Code) | | |
button | protected Button button(Code) | | |
ActionInputCheckBox | public ActionInputCheckBox(String label, Composite parent, Object layoutData)(Code) | | Parameters: toolkit - the toolkit being used to create UI components Parameters: label - the label to be placed next to the check Parameters: parent - the parent control Parameters: layoutData - the check box layout data. Can be null. |
getActionDefinition | public ActionDefinition getActionDefinition()(Code) | | The action definition whose input is being managed. |
getControl | public Control getControl()(Code) | | |
getInputName | public String getInputName()(Code) | | The name of the action definition input being managed. |
refresh | public void refresh()(Code) | | |
setTargetInput | public void setTargetInput(ActionDefinition actionDefinition, String inputName)(Code) | | Sets the target action definition input.
Parameters: actionDefinition - the action definition being managed. Parameters: inputName - the name of the input within the action definition |
updateActionSequence | public void updateActionSequence()(Code) | | |
widgetDefaultSelected | public void widgetDefaultSelected(SelectionEvent e)(Code) | | |
widgetSelected | public void widgetSelected(SelectionEvent e)(Code) | | |
|
|