objc2_web_kit/generated/
DOMHTMLTextAreaElement.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ffi::*;
4use core::ptr::NonNull;
5use objc2::__framework_prelude::*;
6use objc2_foundation::*;
7
8use crate::*;
9
10extern_class!(
11    /// [Apple's documentation](https://developer.apple.com/documentation/webkit/domhtmltextareaelement?language=objc)
12    #[unsafe(super(
13        DOMHTMLElement,
14        DOMElement,
15        DOMNode,
16        DOMObject,
17        WebScriptObject,
18        NSObject
19    ))]
20    #[derive(Debug, PartialEq, Eq, Hash)]
21    #[cfg(all(
22        feature = "DOMElement",
23        feature = "DOMHTMLElement",
24        feature = "DOMNode",
25        feature = "DOMObject",
26        feature = "WebScriptObject"
27    ))]
28    #[deprecated]
29    pub struct DOMHTMLTextAreaElement;
30);
31
32#[cfg(all(
33    feature = "DOMElement",
34    feature = "DOMEventTarget",
35    feature = "DOMHTMLElement",
36    feature = "DOMNode",
37    feature = "DOMObject",
38    feature = "WebScriptObject"
39))]
40extern_conformance!(
41    unsafe impl DOMEventTarget for DOMHTMLTextAreaElement {}
42);
43
44#[cfg(all(
45    feature = "DOMElement",
46    feature = "DOMHTMLElement",
47    feature = "DOMNode",
48    feature = "DOMObject",
49    feature = "WebScriptObject"
50))]
51extern_conformance!(
52    unsafe impl NSCopying for DOMHTMLTextAreaElement {}
53);
54
55#[cfg(all(
56    feature = "DOMElement",
57    feature = "DOMHTMLElement",
58    feature = "DOMNode",
59    feature = "DOMObject",
60    feature = "WebScriptObject"
61))]
62unsafe impl CopyingHelper for DOMHTMLTextAreaElement {
63    type Result = Self;
64}
65
66#[cfg(all(
67    feature = "DOMElement",
68    feature = "DOMHTMLElement",
69    feature = "DOMNode",
70    feature = "DOMObject",
71    feature = "WebScriptObject"
72))]
73extern_conformance!(
74    unsafe impl NSObjectProtocol for DOMHTMLTextAreaElement {}
75);
76
77#[cfg(all(
78    feature = "DOMElement",
79    feature = "DOMHTMLElement",
80    feature = "DOMNode",
81    feature = "DOMObject",
82    feature = "WebScriptObject"
83))]
84impl DOMHTMLTextAreaElement {
85    extern_methods!(
86        #[unsafe(method(autofocus))]
87        #[unsafe(method_family = none)]
88        pub unsafe fn autofocus(&self) -> bool;
89
90        /// Setter for [`autofocus`][Self::autofocus].
91        #[unsafe(method(setAutofocus:))]
92        #[unsafe(method_family = none)]
93        pub unsafe fn setAutofocus(&self, autofocus: bool);
94
95        #[deprecated]
96        #[unsafe(method(disabled))]
97        #[unsafe(method_family = none)]
98        pub unsafe fn disabled(&self) -> bool;
99
100        /// Setter for [`disabled`][Self::disabled].
101        #[deprecated]
102        #[unsafe(method(setDisabled:))]
103        #[unsafe(method_family = none)]
104        pub unsafe fn setDisabled(&self, disabled: bool);
105
106        #[cfg(feature = "DOMHTMLFormElement")]
107        #[deprecated]
108        #[unsafe(method(form))]
109        #[unsafe(method_family = none)]
110        pub unsafe fn form(&self) -> Option<Retained<DOMHTMLFormElement>>;
111
112        #[deprecated]
113        #[unsafe(method(name))]
114        #[unsafe(method_family = none)]
115        pub unsafe fn name(&self) -> Retained<NSString>;
116
117        /// Setter for [`name`][Self::name].
118        #[deprecated]
119        #[unsafe(method(setName:))]
120        #[unsafe(method_family = none)]
121        pub unsafe fn setName(&self, name: Option<&NSString>);
122
123        #[deprecated]
124        #[unsafe(method(readOnly))]
125        #[unsafe(method_family = none)]
126        pub unsafe fn readOnly(&self) -> bool;
127
128        /// Setter for [`readOnly`][Self::readOnly].
129        #[deprecated]
130        #[unsafe(method(setReadOnly:))]
131        #[unsafe(method_family = none)]
132        pub unsafe fn setReadOnly(&self, read_only: bool);
133
134        #[deprecated]
135        #[unsafe(method(rows))]
136        #[unsafe(method_family = none)]
137        pub unsafe fn rows(&self) -> c_int;
138
139        /// Setter for [`rows`][Self::rows].
140        #[deprecated]
141        #[unsafe(method(setRows:))]
142        #[unsafe(method_family = none)]
143        pub unsafe fn setRows(&self, rows: c_int);
144
145        #[deprecated]
146        #[unsafe(method(cols))]
147        #[unsafe(method_family = none)]
148        pub unsafe fn cols(&self) -> c_int;
149
150        /// Setter for [`cols`][Self::cols].
151        #[deprecated]
152        #[unsafe(method(setCols:))]
153        #[unsafe(method_family = none)]
154        pub unsafe fn setCols(&self, cols: c_int);
155
156        #[deprecated]
157        #[unsafe(method(type))]
158        #[unsafe(method_family = none)]
159        pub unsafe fn r#type(&self) -> Retained<NSString>;
160
161        #[deprecated]
162        #[unsafe(method(defaultValue))]
163        #[unsafe(method_family = none)]
164        pub unsafe fn defaultValue(&self) -> Retained<NSString>;
165
166        /// Setter for [`defaultValue`][Self::defaultValue].
167        #[deprecated]
168        #[unsafe(method(setDefaultValue:))]
169        #[unsafe(method_family = none)]
170        pub unsafe fn setDefaultValue(&self, default_value: Option<&NSString>);
171
172        #[deprecated]
173        #[unsafe(method(value))]
174        #[unsafe(method_family = none)]
175        pub unsafe fn value(&self) -> Retained<NSString>;
176
177        /// Setter for [`value`][Self::value].
178        #[deprecated]
179        #[unsafe(method(setValue:))]
180        #[unsafe(method_family = none)]
181        pub unsafe fn setValue(&self, value: Option<&NSString>);
182
183        #[unsafe(method(willValidate))]
184        #[unsafe(method_family = none)]
185        pub unsafe fn willValidate(&self) -> bool;
186
187        #[unsafe(method(selectionStart))]
188        #[unsafe(method_family = none)]
189        pub unsafe fn selectionStart(&self) -> c_int;
190
191        /// Setter for [`selectionStart`][Self::selectionStart].
192        #[unsafe(method(setSelectionStart:))]
193        #[unsafe(method_family = none)]
194        pub unsafe fn setSelectionStart(&self, selection_start: c_int);
195
196        #[unsafe(method(selectionEnd))]
197        #[unsafe(method_family = none)]
198        pub unsafe fn selectionEnd(&self) -> c_int;
199
200        /// Setter for [`selectionEnd`][Self::selectionEnd].
201        #[unsafe(method(setSelectionEnd:))]
202        #[unsafe(method_family = none)]
203        pub unsafe fn setSelectionEnd(&self, selection_end: c_int);
204
205        #[deprecated]
206        #[unsafe(method(accessKey))]
207        #[unsafe(method_family = none)]
208        pub unsafe fn accessKey(&self) -> Retained<NSString>;
209
210        /// Setter for [`accessKey`][Self::accessKey].
211        #[deprecated]
212        #[unsafe(method(setAccessKey:))]
213        #[unsafe(method_family = none)]
214        pub unsafe fn setAccessKey(&self, access_key: Option<&NSString>);
215
216        #[deprecated]
217        #[unsafe(method(select))]
218        #[unsafe(method_family = none)]
219        pub unsafe fn select(&self);
220
221        #[unsafe(method(setSelectionRange:end:))]
222        #[unsafe(method_family = none)]
223        pub unsafe fn setSelectionRange_end(&self, start: c_int, end: c_int);
224    );
225}
226
227/// Methods declared on superclass `DOMObject`.
228#[cfg(all(
229    feature = "DOMElement",
230    feature = "DOMHTMLElement",
231    feature = "DOMNode",
232    feature = "DOMObject",
233    feature = "WebScriptObject"
234))]
235impl DOMHTMLTextAreaElement {
236    extern_methods!(
237        #[deprecated]
238        #[unsafe(method(init))]
239        #[unsafe(method_family = init)]
240        pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>;
241    );
242}
243
244/// Methods declared on superclass `NSObject`.
245#[cfg(all(
246    feature = "DOMElement",
247    feature = "DOMHTMLElement",
248    feature = "DOMNode",
249    feature = "DOMObject",
250    feature = "WebScriptObject"
251))]
252impl DOMHTMLTextAreaElement {
253    extern_methods!(
254        #[unsafe(method(new))]
255        #[unsafe(method_family = new)]
256        pub unsafe fn new() -> Retained<Self>;
257    );
258}