/** * @return Nette\Forms\Container|NULL */ public function getItemDetailForm() { if ($this->items_detail instanceof Column\ItemDetail) { return $this->items_detail->getForm(); } return NULL; }