public class ViewAccessor extends AbstractControlAccessor
| Constructor and Description |
|---|
ViewAccessor(Object control) |
| Modifier and Type | Method and Description |
|---|---|
void |
addControlChangeListener(ControlChangeListener l)
Add a ControlChangeListener
|
View |
getControl() |
Object |
getControlValue()
Gets the control value
|
void |
removeControlChangeListener(ControlChangeListener l)
Remove a ControlChangeListener
|
void |
setControlValue(Object value)
Sets the control value
|
convertIfNecessary, fireControlChange, isEnabled, isTextControl, setControl, setEnabledpublic ViewAccessor(Object control)
public Object getControlValue()
public void setControlValue(Object value)
value - the value to setpublic View getControl()
getControl in class AbstractControlAccessorpublic void addControlChangeListener(ControlChangeListener l)
addControlChangeListener in interface ControlAccessoraddControlChangeListener in class AbstractControlAccessorl - the ControlChangeListener to add.public void removeControlChangeListener(ControlChangeListener l)
removeControlChangeListener in interface ControlAccessorremoveControlChangeListener in class AbstractControlAccessorl - the ControlChangeListener to removeCopyright © 2014 JDAL. All Rights Reserved.