net.bpelunit.framework.client.eclipse.dialog
Class Field
java.lang.Object
net.bpelunit.framework.client.eclipse.dialog.Field
- Direct Known Subclasses:
- CheckBoxField, ComboField, FileField, ListField, SelectionField, TextField
public abstract class Field
- extends Object
Abstract superclass of all fields for the FieldBasedInputDialog.
- Version:
- $Id$
- Author:
- Philip Mayer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field
public Field(FieldBasedInputDialog inputDialog,
String labelText,
String initialValue)
createControl
protected abstract void createControl(org.eclipse.swt.widgets.Composite parent)
getSelection
public abstract String getSelection()
getDialog
protected FieldBasedInputDialog getDialog()
getInitialValue
protected String getInitialValue()
getLabelText
protected String getLabelText()
getValidator
protected DialogFieldValidator getValidator()
setValidator
public void setValidator(DialogFieldValidator validator)
createButton
protected org.eclipse.swt.widgets.Button createButton(org.eclipse.swt.widgets.Composite parent,
int id,
String label,
boolean defaultButton)
setButtonLayoutData
protected void setButtonLayoutData(org.eclipse.swt.widgets.Button button)
Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.