net.bpelunit.framework.client.eclipse.dialog.field
Class CheckBoxField
java.lang.Object
net.bpelunit.framework.client.eclipse.dialog.Field
net.bpelunit.framework.client.eclipse.dialog.field.CheckBoxField
public class CheckBoxField
- extends Field
A field for the FieldBasedInputDialog. The CheckBoxField allows the user to select a
boolean value, represented by a checkbox with a title describing the value.
- Version:
- $Id$
- Author:
- Philip Mayer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckBoxField
public CheckBoxField(FieldBasedInputDialog inputDialog,
String labelText,
boolean initialValue)
createControl
protected void createControl(org.eclipse.swt.widgets.Composite parent)
- Specified by:
createControl in class Field
getSelection
public String getSelection()
- Specified by:
getSelection in class Field
Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.