public interface ControlManager
| Modifier and Type | Method and Description |
|---|---|
void |
controlValueModified(java.lang.String property)
Used to notify the control manager that a property control
has had its value modified, either by the user or by a call
of PropertyControl.setControlValue().
|
java.lang.Object |
getControlValue(java.lang.String property)
Returns the current value of the control associated with
the supplied property name or
null if no
such property or control has been declared for the window. |
java.lang.Object getControlValue(java.lang.String property)
null if no
such property or control has been declared for the window.property - the name of the property whose control
value is being requested.nullvoid controlValueModified(java.lang.String property)
property - the name of the property whose control value
has been modifiedcom.spss.clementine.extensions.ui.spi.PropertyControl#setControlValue(Object)Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.