pub struct TableView {
pub state: Ref<TableViewState>,
pub on_mouse_up: Callback,
}
Fields§
§state: Ref<TableViewState>
§on_mouse_up: Callback
Implementations§
Source§impl TableView
impl TableView
pub fn new(state: Ref<TableViewState>) -> Self
pub fn with_state(self, state: Ref<TableViewState>) -> Self
pub fn on_mouse_up(self, cb: Callback) -> Self
pub fn dom(self) -> Dom
pub fn default_on_mouse_up(_info: CallbackInfo<'_>) -> CallbackReturn
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableView
impl !RefUnwindSafe for TableView
impl !Send for TableView
impl !Sync for TableView
impl Unpin for TableView
impl !UnwindSafe for TableView
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)