setParent property

set setParent (PageBase parent)

Implementation

set setParent(PageBase parent) {
  _parent = parent;
}