public interface ControlAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
addControlChangeListener(ControlChangeListener l)
Add a ControlChangeListener
|
Object |
getControlValue()
Gets the control value
|
boolean |
isEnabled()
Test control enabled state
|
boolean |
isTextControl()
Test if control is a TextControlAccessor.
|
void |
removeControlChangeListener(ControlChangeListener l)
Remove a ControlChangeListener
|
void |
setControlValue(Object value)
Sets the control value
|
void |
setEnabled(boolean enabled)
Enable/disable the control
|
Object getControlValue()
void setControlValue(Object value)
value - the value to setvoid addControlChangeListener(ControlChangeListener l)
l - the ControlChangeListener to add.void removeControlChangeListener(ControlChangeListener l)
l - the ControlChangeListener to removevoid setEnabled(boolean enabled)
enabled - true if enabledboolean isEnabled()
boolean isTextControl()
Copyright © 2014 JDAL. All Rights Reserved.