com.sage.swt.client.widget.property
Class DatasourceIDProperty

java.lang.Object
  extended by com.sage.swt.client.customization.StringProperty
      extended by com.sage.swt.client.widget.property.DatasourceIDProperty
All Implemented Interfaces:
Property

public final class DatasourceIDProperty
extends StringProperty

The "Datasource ID" property, which lets you specify the datasource ID for a widget's data binding (this ID is also applied to any contained widgets who don't specify a datasource ID).


Method Summary
static Property getInstance()
          Gets the singleton instance of this property.
 
Methods inherited from class com.sage.swt.client.customization.StringProperty
createResolver, getDesignerTooltip, getDOMConverter, getEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Property getInstance()
Gets the singleton instance of this property.

Returns:
The singleton instance of this property.


Copyright © 2011 Sage Software, Inc. All rights reserved.