Widgets
Widgets Attributes
The following attributes are specific to widgets:
All widgets are CELL elements, so they inherit all CELL attributes.
Attributes brief detailed show all inherited
Drag and Drop Attributes
KUIML supports drag and drop operations. It operates directly on the data model: define your drag sources and drop targets on widgets for each supported applicative type. Dropping files is also supported.
A widget with a valid drag_source_ids list will expose the following parameters: dragging (boolean), drag_operation (enumeration reporting the current state of the drag operation: 0: None, 1: Copy; 2:Move).
A widget with a valid drop_target_ids list will expose the following parameters: dropping (boolean), drop_operation (enumeration reporting the current state of the drag operation: 0: None, 1: Copy; 2:Move).
Exposed Attributes And Events
KUIML widgets expose read only attributes and events to customize user interactions or trigger actions on particular events.