public class WindowResizableProperty extends AbstractComponentProperty<Window,Boolean>
Frame or a Dialog.
It is possible to control the resizable state of the component by setting the value of this property or by calling
the Frame.setResizable(boolean) or Dialog.setResizable(boolean) method of that window.
Please note that a plain Window does not have this bean property. A Frame, Dialog or
sub-class does. However, the type Window is still used by this property for convenience.
Finally note that null values are not supported by this property.component| Constructor and Description |
|---|
WindowResizableProperty(Window window) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
getPropertyValueFromComponent() |
protected void |
setPropertyValueToComponent(Boolean value) |
dispose, getValue, setValueaddValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic WindowResizableProperty(Window window)
protected Boolean getPropertyValueFromComponent()
getPropertyValueFromComponent in class AbstractComponentProperty<Window,Boolean>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(Boolean value)
setPropertyValueToComponent in class AbstractComponentProperty<Window,Boolean>AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2015. All Rights Reserved.