org.eclipse.emf.ecp.edit.internal.swt.controls
Class XmlDateControlText
java.lang.Object
org.eclipse.emf.ecp.edit.spi.ECPAbstractControl
org.eclipse.emf.ecp.edit.internal.swt.util.SWTControl
org.eclipse.emf.ecp.edit.internal.swt.controls.SingleControl
org.eclipse.emf.ecp.edit.internal.swt.controls.AbstractTextControl
org.eclipse.emf.ecp.edit.internal.swt.controls.XmlDateControlText
- All Implemented Interfaces:
- ECPControlSWT
public class XmlDateControlText
- extends AbstractTextControl
This is a XMLDateControl. It is used to display values of type XMLGregorianCalendar
. This control only
displays a date widget.
- Author:
- Eugen Neufeld
private Button bDate;
Method Summary |
org.eclipse.core.databinding.Binding |
bindValue()
Triggers the control to perform the databinding. |
void |
setEditable(boolean editable)
Sets the state of the widget to be either editable or not. |
XmlDateControlText
public XmlDateControlText()
setEditable
public void setEditable(boolean editable)
- Description copied from class:
AbstractTextControl
- Sets the state of the widget to be either editable or not.
- Overrides:
setEditable
in class AbstractTextControl
- Parameters:
editable
- whether to set the widget editable
bindValue
public org.eclipse.core.databinding.Binding bindValue()
- Description copied from class:
SWTControl
- Triggers the control to perform the databinding.
- Overrides:
bindValue
in class AbstractTextControl
- Returns:
- The
Binding
Copyright © 2014. All Rights Reserved.