Class CDateTimeValueProperty
java.lang.Object
org.eclipse.core.databinding.property.value.ValueProperty<S,T>
org.eclipse.core.databinding.property.value.SimpleValueProperty<S,T>
org.eclipse.jface.databinding.swt.WidgetValueProperty
org.eclipse.nebula.jface.cdatetime.CDateTimeValueProperty
- All Implemented Interfaces:
org.eclipse.core.databinding.property.IProperty
,org.eclipse.core.databinding.property.value.IValueProperty
,org.eclipse.jface.databinding.swt.IWidgetValueProperty
public class CDateTimeValueProperty
extends org.eclipse.jface.databinding.swt.WidgetValueProperty
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CDateTimeValueProperty()
CDateTimeValueProperty(java.lang.String property)
-
Method Summary
Modifier and Type Method Description protected java.lang.Object
doGetValue(java.lang.Object source)
protected void
doSetValue(java.lang.Object source, java.lang.Object value)
java.lang.Object
getValueType()
Methods inherited from class org.eclipse.jface.databinding.swt.WidgetValueProperty
adaptListener, observe, observe, observeDelayed, wrapObservable
Methods inherited from class org.eclipse.core.databinding.property.value.SimpleValueProperty
observeDetail, observeDetail, observeDetail
Methods inherited from class org.eclipse.core.databinding.property.value.ValueProperty
getValue, list, map, observeDetail, set, setValue, value, valueFactory, valueFactory
-
Field Details
-
EDITABLE
public static final java.lang.String EDITABLE- See Also:
- Constant Field Values
-
property
java.lang.String property
-
-
Constructor Details
-
CDateTimeValueProperty
public CDateTimeValueProperty() -
CDateTimeValueProperty
public CDateTimeValueProperty(java.lang.String property)- Parameters:
property
-
-
-
Method Details
-
doGetValue
protected java.lang.Object doGetValue(java.lang.Object source)- Specified by:
doGetValue
in classorg.eclipse.core.databinding.property.value.SimpleValueProperty
- See Also:
SimpleValueProperty.doGetValue(java.lang.Object)
-
doSetValue
protected void doSetValue(java.lang.Object source, java.lang.Object value)- Specified by:
doSetValue
in classorg.eclipse.core.databinding.property.value.SimpleValueProperty
- See Also:
SimpleValueProperty.doSetValue(java.lang.Object, java.lang.Object)
-
getValueType
public java.lang.Object getValueType()- See Also:
IValueProperty.getValueType()
-