class com.google.ads.studio.configurable.ReferenceArrayBuilder
The builder supplied to configure an array of objects on a ConfigurableObject. 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:ReferenceArrayBuilder
setConfigurableAddAndRemove(onAdd:Function, onRemove:Function)
:
ReferenceArrayBuilder
Adds listeners for when items are added and removed from the array.