Uses of Class
org.apache.beehive.controls.runtime.generator.ClientField

Packages that use ClientField
org.apache.beehive.controls.runtime.generator   
org.apache.beehive.controls.runtime.generator.apt   
 

Uses of ClientField in org.apache.beehive.controls.runtime.generator
 

Methods in org.apache.beehive.controls.runtime.generator that return types with arguments of type ClientField
 ArrayList<ClientField> ControlImpl.getClients()
          Returns the list of ClientFields declared directly by this ControlImpl
protected abstract  ArrayList<ClientField> ControlImpl.initClients()
          Initializes the list of ClientFields declared directly by this ControlImpl
 

Uses of ClientField in org.apache.beehive.controls.runtime.generator.apt
 

Subclasses of ClientField in org.apache.beehive.controls.runtime.generator.apt
 class AptClientField
          The AptClientField class is an implementation of ClientField where values are derived using APT metadata
 

Methods in org.apache.beehive.controls.runtime.generator.apt that return types with arguments of type ClientField
protected  ArrayList<ClientField> AptControlImplementation.initClients()
          Initializes the list of ClientFields declared directly by this ControlImpl