|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlField | |
---|---|
org.apache.beehive.controls.runtime.generator | |
org.apache.beehive.controls.runtime.generator.apt |
Uses of ControlField in org.apache.beehive.controls.runtime.generator |
---|
Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ControlField | |
---|---|
ArrayList<ControlField> |
ControlClient.getControls()
Returns the list of ControlFields declared directly by this ControlImpl |
protected abstract ArrayList<ControlField> |
ControlImpl.initControls()
Initializes the list of control fields for this ControlImpl. |
protected abstract ArrayList<ControlField> |
ControlClient.initControls()
Initializes the list of ControlFields declared directly by this ControlClient |
Uses of ControlField in org.apache.beehive.controls.runtime.generator.apt |
---|
Subclasses of ControlField in org.apache.beehive.controls.runtime.generator.apt | |
---|---|
class |
AptControlField
The AptControlField class is an implementation of ControlField where values are derived using APT metadata. |
Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ControlField | |
---|---|
protected ArrayList<ControlField> |
AptControlImplementation.initControls()
Initializes the list of ControlFields for this ControlImpl |
protected ArrayList<ControlField> |
AptControlClient.initControls()
Initializes the list of ControlFields declared directly by this ControlClient |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |