Exemplo n.º 1
0
 public OProperty setDirty() {
   document.setDirty();
   if (owner != null) owner.setDirty();
   return this;
 }