class com.google.ads.studio.configurable.PrimitivePropertyBuilder
The builder supplied for building a primitive property. 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:PrimitivePropertyBuilder
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.
setConfigurableUpdate(updateMethod:Function)
:
PrimitivePropertyBuilder
Adds an update method for this property.