public function __construct() { parent::__construct(); $this->canvasParamName = OpfConfig::PARAM_CMDLEVEL1; //$loc = new OpfLocalization(); $this->mainCanvas = null; $this->executeAction = new OpfExecuteAction($this); $this->actionCompletionMessage = null; }
public function __construct($parentUIObject) { parent::__construct($parentUIObject); $this->hrefList = array(); $this->selectedIndex = -1; $this->tableHtmlClass = self::CLASS_CATEGORY_TABLE; $this->selectedHtmlClass = self::CLASS_CATEGORY_SELECTED; $this->nonSelectedHtmlClass = self::CLASS_CATEGORY; }
public function __construct($parentUIObject, $dialogName, $dialogTitle, $buttonLabel, $formName, $formAction, $buttonSize) { parent::__construct($parentUIObject); $this->asyncDialogButtton = 1; $this->showDivOnClick = null; $this->showDivOnComplete = null; $this->dialogButtonLabel = self::DIALOG_BUTTON_VALUE; $this->dialogName = $dialogName; $this->dialogTitle = $dialogTitle; $this->buttonLabel = $buttonLabel; $this->formName = $formName; $this->formAction = $formAction; $this->buttonSize = $buttonSize; }
public function __construct($parentUIObject) { parent::__construct($parentUIObject); }
public function __construct($parentUIObject) { parent::__construct($parentUIObject); $this->context = $parentUIObject->getContext(); }
public function __construct($parentUIObject) { parent::__construct($parentUIObject); $this->actionClass = $this->getActionClassFromParameter(); }