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

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

public final class AutoSizeProperty
extends BooleanProperty

The SwtTabPanel's "Auto size" property, which lets you specify whether the size of the SwtTabPanel to be auto sized as per the widgets added to the tab.


Method Summary
static Property getInstance()
          Gets the singleton instance of this property.
 
Methods inherited from class com.sage.swt.client.customization.BooleanProperty
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.