bindReference method
void
bindReference(
- Reference reference
inherited
Implementation
void bindReference(Reference reference) {
this.reference = reference;
reference.element = this;
}