public interface PVControl
Modifier and Type | Method and Description |
---|---|
boolean |
attach(PVField pvField)
Attempt to attach to a control field.
|
void |
detach()
Remove attachment to control field.
|
void |
get(Control control)
Get the Control.
|
boolean |
isAttached()
Is this attached to a control structure.
|
boolean |
set(Control control)
Set the control.
|
boolean attach(PVField pvField)
pvField
- The field for which to find a control field,void detach()
boolean isAttached()
void get(Control control)
boolean set(Control control)
control
- The new value.Copyright © 2014. All Rights Reserved.