class com.google.ads.studio.configurable.ChildBuilder
Builder supplied for building child references on ConfigurableObjects. When adding new methods to be called inside ConfigurableObject#initConfigurable, be sure to also add to the enum in java/com/google/ads/richmedia/studio/flash/introspection/as3/ LayoutsAbcInvestigatorListener.ConfigurableTypeBuilderMethod.
Instance Methods
Defined in: com.google.ads.studio.configurable:PropertyBuilder
addCounters(counters:restParam)
:
PropertyBuilder
Adds counter events to a property.
addExits(exits:restParam)
:
PropertyBuilder
Adds exit events to a property.
addTimers(timers:restParam)
:
PropertyBuilder
Adds timer events to a property.
Defined in com.google.ads.studio.configurable:ChildBuilder
setConfigurableAddAndRemove(onAdd:Function, onRemove:Function)
:
ChildBuilder
Adds listeners for when the child is added and removed.