Inheritance: extends Ublaboo\DataGrid\Object
Exemplo n.º 1
0
 /**
  * @return Nette\Forms\Container|NULL
  */
 public function getItemDetailForm()
 {
     if ($this->items_detail instanceof Column\ItemDetail) {
         return $this->items_detail->getForm();
     }
     return NULL;
 }