Mixins
- ActiveContent - allows to place active element in other views
- AtomDataLoader - primitive data loader
- AtomRender - primitive render for views
- AutoTooltip - allows for setting a prompting message for data items
- BaseBind - core of all bind operations
- BindSource - logic for source of data in bind operations
- Canvas - wrapper for html canvas tag
- CollectionBind - binding rules for collections of objects
- ContextHelper - provides for subviews seen by right mouse click
- CopyPaste - provides support for copy-paste operations (integration with clipboard)
- CustomScroll - renders custom scrollbars to webix views
- DataCollection - view-less component that stores a collection of non-hierarchical data
- DataDriver - data parsing for different format
- DataLoader - loads and processes data into a component.
- DataMarks - implements extra data storage
- DataMove - transfer data between different components
- DataProcessor - handles client-server data saving operations
- DataRecord - data view-less component that stores a single data record
- DataState - enables saving application state
- DataStore - core of all operations for data-collection based components
- DataValue - view-less object that stores a single value
- Date - date formatting | processing logic
- Destruction - clean object references during object destruction
- DragControl - handlers drag-n-drop events
- DragItem - interface which adds ability to drag items for components with datastore inside
- DragOrder - implements dnd for data collections
- EditAbility - implement common edit interactions
- EventSystem - inner event system
- Group - data grouping and sorting logic
- GroupMethods - a collection of functors for grouping
- GroupStore - implements grouping of data
- HtmlMap - wrapper for image maps
- IdSpace - separate layer of ids
- KeysNavigation - implements keyboard navigation
- MapCollection - holds logic for collection mapping. used in property-sheet's and datatable's editors
- Modality - sets modality to popup views
- MouseEvents - adds inner events for all mouse actions
- Movable - adds ability to move data in component or between components
- NavigationButtons - navigationbuttons for carousel view
- Number - number formating|processing logic
- OverlayBox - show a temporary layer other view
- PagingAbility - interface which adds support for pager
- PowerArray - extension for arrays
- ProgressBar - draws a progress bar (icon) for a view or application part
- RecordBind - binding logic for view which have single data object
- RenderStack - render strategy for plain datasets
- Scrollable - adds scroll for the view
- SelectionModel - implements basic selection api
- Settings - allows configuration of component
- SingleRender - render for single-value views
- TablePaste - implements copy-paste for datatable
- Touch - touch events and touch scroll
- TreeAPI - implements common apis for tree-like components.
- TreeClick - implements click handler for tree like components
- TreeCollection - view-less component that stores a collection of hierarchical data
- TreeDataLoader - loads hierarchical data
- TreeDataMove - implement copy and move for tree like components
- TreeRenderStack - implements rendering strategy for tree like components
- TreeStateCheckbox - implements tree-state checkbox functionality
- TreeStore - hierarchical store.
- TreeTableClick - contains tree specific click handlers
- TreeTablePaste - implements copy-paste for treetable
- TreeType - contains elements of tree template
- UIExtension - can be used to extend base views with custom methods
- UIManager - controls focus and hotkeys for webix.ui
- UploadDriver - implements file uploader driver
- ValidateCollection - implements validation for data collections
- ValidateData - data validation logic
- ValueBind - binding logic for single value components
- Values - manupilates values of the form and form fields
- VirtualRenderStack - allows on-demand rendering for plain datasets
- ui.baselayout - a base class for layout-based ui components
- ui.baseview - the very base object for all components
- ui.proto - the very base class for ui components
- ui.resizearea - visualization and handling resize movements
- ui.view - a pure view with borders but without any content inside it
- ui.vscroll - virtual scrolls
Back to top