createDynamicUpdates abstract method

List<Statement> createDynamicUpdates()

Return code that will set the query contents at change-detection time.

This is the general case, where the value of the query is not known at compile time (changes as embedded <template>s are created or destroyed) or we want to have more predictable timing of the setter being invoked.

Implementation

List<o.Statement> createDynamicUpdates();