Home
last modified time | relevance | path

Searched refs:onChangeAction (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1SwitchControl.php72 public function setOnChangeAction(GoogleAppsCardV1Action $onChangeAction) argument
74 $this->onChangeAction = $onChangeAction;
81 return $this->onChangeAction;
H A DGoogleAppsCardV1SelectionInput.php85 public function setOnChangeAction(GoogleAppsCardV1Action $onChangeAction) argument
87 $this->onChangeAction = $onChangeAction;
94 return $this->onChangeAction;
H A DGoogleAppsCardV1DateTimePicker.php76 public function setOnChangeAction(GoogleAppsCardV1Action $onChangeAction) argument
78 $this->onChangeAction = $onChangeAction;
85 return $this->onChangeAction;
H A DGoogleAppsCardV1TextInput.php122 public function setOnChangeAction(GoogleAppsCardV1Action $onChangeAction) argument
124 $this->onChangeAction = $onChangeAction;
131 return $this->onChangeAction;