summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_TreeView.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-18 02:49:50 +0000
commit9835e2ae736235810b4ea1c162ca5e65c547e770 (patch)
tree3fcebf40ed70e581d776a8a4c65923e8ec20e026 /vendor/web-sys/src/features/gen_TreeView.rs
parentReleasing progress-linux version 1.70.0+dfsg2-1~progress7.99u1. (diff)
downloadrustc-9835e2ae736235810b4ea1c162ca5e65c547e770.tar.xz
rustc-9835e2ae736235810b4ea1c162ca5e65c547e770.zip
Merging upstream version 1.71.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/web-sys/src/features/gen_TreeView.rs')
-rw-r--r--vendor/web-sys/src/features/gen_TreeView.rs160
1 files changed, 160 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_TreeView.rs b/vendor/web-sys/src/features/gen_TreeView.rs
new file mode 100644
index 000000000..50b334a6b
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_TreeView.rs
@@ -0,0 +1,160 @@
+#![allow(unused_imports)]
+use super::*;
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+extern "C" {
+ # [wasm_bindgen (is_type_of = | _ | false , extends = :: js_sys :: Object , js_name = TreeView , typescript_type = "TreeView")]
+ #[derive(Debug, Clone, PartialEq, Eq)]
+ #[doc = "The `TreeView` class."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub type TreeView;
+ # [wasm_bindgen (structural , method , getter , js_class = "TreeView" , js_name = rowCount)]
+ #[doc = "Getter for the `rowCount` field of this object."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/rowCount)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn row_count(this: &TreeView) -> i32;
+ #[cfg(feature = "DataTransfer")]
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = canDrop)]
+ #[doc = "The `canDrop()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/canDrop)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DataTransfer`, `TreeView`*"]
+ pub fn can_drop(
+ this: &TreeView,
+ row: i32,
+ orientation: i32,
+ data_transfer: Option<&DataTransfer>,
+ ) -> Result<bool, JsValue>;
+ #[cfg(feature = "DataTransfer")]
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = drop)]
+ #[doc = "The `drop()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/drop)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `DataTransfer`, `TreeView`*"]
+ pub fn drop(
+ this: &TreeView,
+ row: i32,
+ orientation: i32,
+ data_transfer: Option<&DataTransfer>,
+ ) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = getLevel)]
+ #[doc = "The `getLevel()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/getLevel)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn get_level(this: &TreeView, row: i32) -> Result<i32, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = getParentIndex)]
+ #[doc = "The `getParentIndex()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/getParentIndex)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn get_parent_index(this: &TreeView, row: i32) -> Result<i32, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = getRowProperties)]
+ #[doc = "The `getRowProperties()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/getRowProperties)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn get_row_properties(this: &TreeView, row: i32) -> Result<String, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = hasNextSibling)]
+ #[doc = "The `hasNextSibling()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/hasNextSibling)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn has_next_sibling(this: &TreeView, row: i32, after_index: i32) -> Result<bool, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = isContainer)]
+ #[doc = "The `isContainer()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/isContainer)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn is_container(this: &TreeView, row: i32) -> Result<bool, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = isContainerEmpty)]
+ #[doc = "The `isContainerEmpty()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/isContainerEmpty)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn is_container_empty(this: &TreeView, row: i32) -> Result<bool, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = isContainerOpen)]
+ #[doc = "The `isContainerOpen()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/isContainerOpen)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn is_container_open(this: &TreeView, row: i32) -> Result<bool, JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = isSeparator)]
+ #[doc = "The `isSeparator()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/isSeparator)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn is_separator(this: &TreeView, row: i32) -> Result<bool, JsValue>;
+ # [wasm_bindgen (method , structural , js_class = "TreeView" , js_name = isSorted)]
+ #[doc = "The `isSorted()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/isSorted)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn is_sorted(this: &TreeView) -> bool;
+ # [wasm_bindgen (method , structural , js_class = "TreeView" , js_name = performAction)]
+ #[doc = "The `performAction()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/performAction)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn perform_action(this: &TreeView, action: &str);
+ # [wasm_bindgen (method , structural , js_class = "TreeView" , js_name = performActionOnRow)]
+ #[doc = "The `performActionOnRow()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/performActionOnRow)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn perform_action_on_row(this: &TreeView, action: &str, row: i32);
+ # [wasm_bindgen (method , structural , js_class = "TreeView" , js_name = selectionChanged)]
+ #[doc = "The `selectionChanged()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/selectionChanged)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn selection_changed(this: &TreeView);
+ #[cfg(feature = "TreeBoxObject")]
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = setTree)]
+ #[doc = "The `setTree()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/setTree)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeBoxObject`, `TreeView`*"]
+ pub fn set_tree(this: &TreeView, tree: Option<&TreeBoxObject>) -> Result<(), JsValue>;
+ # [wasm_bindgen (catch , method , structural , js_class = "TreeView" , js_name = toggleOpenState)]
+ #[doc = "The `toggleOpenState()` method."]
+ #[doc = ""]
+ #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/TreeView/toggleOpenState)"]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub fn toggle_open_state(this: &TreeView, row: i32) -> Result<(), JsValue>;
+}
+impl TreeView {
+ #[doc = "The `TreeView.DROP_BEFORE` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub const DROP_BEFORE: i16 = -1i64 as i16;
+ #[doc = "The `TreeView.DROP_ON` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub const DROP_ON: i16 = 0i64 as i16;
+ #[doc = "The `TreeView.DROP_AFTER` const."]
+ #[doc = ""]
+ #[doc = "*This API requires the following crate features to be activated: `TreeView`*"]
+ pub const DROP_AFTER: i16 = 1u64 as i16;
+}