package incr_dom_widgets

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : t -> scroll_margin: (([< `Read | `Set_and_create ], t, Util.Margin.t) Fieldslib.Field.t_with_perm -> t -> Util.Margin.t -> 'a) -> float_header: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> 'b) -> float_first_col: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> 'c) -> height_guess: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'd) -> initial_sort: (([< `Read | `Set_and_create ], t, (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) Fieldslib.Field.t_with_perm -> t -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option -> 'e) -> classes: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'f) -> styles: (([< `Read | `Set_and_create ], t, Css.t) Fieldslib.Field.t_with_perm -> t -> Css.t -> 'g) -> 'g
val fold : t -> init:'a -> scroll_margin: ('a -> ([< `Read | `Set_and_create ], t, Util.Margin.t) Fieldslib.Field.t_with_perm -> t -> Util.Margin.t -> 'b) -> float_header: ('b -> ([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> 'c) -> float_first_col: ('c -> ([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> 'd) -> height_guess: ('d -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'e) -> initial_sort: ('e -> ([< `Read | `Set_and_create ], t, (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) Fieldslib.Field.t_with_perm -> t -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option -> 'f) -> classes: ('f -> ([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'g) -> styles: ('g -> ([< `Read | `Set_and_create ], t, Css.t) Fieldslib.Field.t_with_perm -> t -> Css.t -> 'h) -> 'h
val for_all : t -> scroll_margin: (([< `Read | `Set_and_create ], t, Util.Margin.t) Fieldslib.Field.t_with_perm -> t -> Util.Margin.t -> bool) -> float_header: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> bool) -> float_first_col: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> bool) -> height_guess: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> initial_sort: (([< `Read | `Set_and_create ], t, (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) Fieldslib.Field.t_with_perm -> t -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option -> bool) -> classes: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> bool) -> styles: (([< `Read | `Set_and_create ], t, Css.t) Fieldslib.Field.t_with_perm -> t -> Css.t -> bool) -> bool
val exists : t -> scroll_margin: (([< `Read | `Set_and_create ], t, Util.Margin.t) Fieldslib.Field.t_with_perm -> t -> Util.Margin.t -> bool) -> float_header: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> bool) -> float_first_col: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> bool) -> height_guess: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> initial_sort: (([< `Read | `Set_and_create ], t, (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) Fieldslib.Field.t_with_perm -> t -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option -> bool) -> classes: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> bool) -> styles: (([< `Read | `Set_and_create ], t, Css.t) Fieldslib.Field.t_with_perm -> t -> Css.t -> bool) -> bool
val to_list : t -> scroll_margin: (([< `Read | `Set_and_create ], t, Util.Margin.t) Fieldslib.Field.t_with_perm -> t -> Util.Margin.t -> 'a) -> float_header: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> 'a) -> float_first_col: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> 'a) -> height_guess: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'a) -> initial_sort: (([< `Read | `Set_and_create ], t, (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) Fieldslib.Field.t_with_perm -> t -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option -> 'a) -> classes: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> 'a) -> styles: (([< `Read | `Set_and_create ], t, Css.t) Fieldslib.Field.t_with_perm -> t -> Css.t -> 'a) -> 'a list
val map : t -> scroll_margin: (([< `Read | `Set_and_create ], t, Util.Margin.t) Fieldslib.Field.t_with_perm -> t -> Util.Margin.t -> Util.Margin.t) -> float_header: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> Util.Float_type.t) -> float_first_col: (([< `Read | `Set_and_create ], t, Util.Float_type.t) Fieldslib.Field.t_with_perm -> t -> Util.Float_type.t -> Util.Float_type.t) -> height_guess: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> int) -> initial_sort: (([< `Read | `Set_and_create ], t, (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) Fieldslib.Field.t_with_perm -> t -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option -> (Mesa_column.Id.t * Table.Default_sort_spec.Sort_dir.t) option) -> classes: (([< `Read | `Set_and_create ], t, string list) Fieldslib.Field.t_with_perm -> t -> string list -> string list) -> styles: (([< `Read | `Set_and_create ], t, Css.t) Fieldslib.Field.t_with_perm -> t -> Css.t -> Css.t) -> t
val set_all_mutable_fields : 'a -> unit