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

    Fields 
    Modifier and Type Field Description
    static java.lang.String EDITABLE  
    (package private) java.lang.String property  
  • 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.core.databinding.property.value.IValueProperty

    getValue, list, map, observeDetail, observeDetail, observeDetail, observeDetail, set, setValue, value, valueFactory, valueFactory
  • Field Details

  • Constructor Details

  • Method Details

    • doGetValue

      protected java.lang.Object doGetValue​(java.lang.Object source)
      Specified by:
      doGetValue in class org.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 class org.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()