Esempio n. 1
0
 public function __construct($field, $title, $sortable = true, $align = null, $renderFunc = null, $width = null)
 {
     parent::__construct($field, $title, $sortable, $align, $renderFunc, $width);
     $this->setFormatFunction(array($this, '_format'));
 }
Esempio n. 2
0
 public function __construct($field = '_', $title = null, $sortable = true, $align = null, $renderFunc = null, $width = null)
 {
     parent::__construct('_', ___("Actions"), false);
 }
Esempio n. 3
0
 public function __construct($field, $title, $sortable = false, $align = null, $renderFunc = null, $width = null)
 {
     $this->setGetFunction(array($this, 'expandableGet'));
     parent::__construct($field, $title, $sortable, $align, $renderFunc, $width);
 }
Esempio n. 4
0
 public function __construct($field = 'is_disabled', $title = null, $sortable = true, $align = null, $renderFunc = null, $width = null)
 {
     parent::__construct($field, is_null($title) ? ___('Is Disabled?') : $title, $sortable, $align, $renderFunc, $width);
 }
Esempio n. 5
0
 public function __construct($field = '_', $title = null, $sortable = true, $align = null, $renderFunc = null, $width = null)
 {
     parent::__construct($field, '', false);
     $this->addDecorator(new Am_Grid_Field_Decorator_Sort());
 }
Esempio n. 6
0
 public function __construct($field, $title, $sortable = false, $align = null, $renderFunc = null, $width = null)
 {
     parent::__construct($field, $title, $sortable, $align, $renderFunc, $width);
 }