SortableBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Sortable |
For internal use only. Initializes a new Sortable |
#Methods
Name | Description |
---|---|
Allow |
Allows a user to drop an item inside another item. Mirrors the client-side allow |
Allow |
Allows a user to drop an item inside another item. Mirrors the client-side allow |
Allow |
Allows a user to reorder sortable items. Mirrors the client-side allow |
Allow |
Allows a user to reorder sortable items. Mirrors the client-side allow |
Auto |
Enables automatic scrolling while dragging an item beyond the viewport. Mirrors the client-side auto |
Auto |
Enables automatic scrolling while dragging an item beyond the viewport. Mirrors the client-side auto |
Boundary |
Specifies a DOM element that limits the dragging area. Mirrors the client-side boundary option. |
Boundary |
Specifies a DOM element that limits the dragging area. Mirrors the client-side boundary option. |
Container |
Specifies a custom container in which the draggable item should be rendered. Mirrors the client-side container option. |
Container |
Specifies a custom container in which the draggable item should be rendered. Mirrors the client-side container option. |
Content |
Specifies content for a Sortable control. |
Content |
Specifies content for a Sortable control. |
Cursor |
Specifies the cursor offset from the dragged item. Mirrors the client-side cursor |
Cursor |
Specifies the cursor offset from the dragged item. Mirrors the client-side cursor |
Cursor |
Specifies the cursor offset from the dragged item. Mirrors the client-side cursor |
Data |
A container for custom data. Mirrors the client-side data option. |
Drag |
Specifies the directions in which an item can be dragged. Mirrors the client-side drag |
Drag |
Specifies the client-side drag |
Drag |
Specifies the client-side drag |
Drag |
Specifies the client-side drag |
Drag |
Specifies the client-side drag |
Drop |
Specifies how to highlight the item's drop position. Mirrors the client-side drop |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Element |
Mirrors the client-side element |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Filter |
Specifies a CSS selector for the items that can be dragged. Mirrors the client-side filter option. |
Filter |
Specifies a CSS selector for the items that can be dragged. Mirrors the client-side filter option. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Group |
Mirrors the client-side group option. |
Group |
Mirrors the client-side group option. |
Handle |
Specifies a CSS selector (ID or class) that should act as the drag handle |
Handle |
Specifies a CSS selector (ID or class) that should act as the drag handle |
Height |
Specifies the UI component's height. Mirrors the client-side height option. |
Height |
Specifies the UI component's height. Mirrors the client-side height option. |
Height |
Specifies the UI component's height. Mirrors the client-side height option. |
ID |
Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
|
ID |
Specifies the id attribute for the control’s HTML element.
|
Item |
Notifies the UI component of the items' orientation. Mirrors the client-side item |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Moves an element in the HTML markup when it is dropped. Mirrors the client-side move |
Move |
Moves an element in the HTML markup when it is dropped. Mirrors the client-side move |
On |
A function that is called when a new item is added. Mirrors the client-side on |
On |
A function that is called when a new item is added. Mirrors the client-side on |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is executed before the UI component is disposed of. Mirrors the client-side on |
On |
A function that is called when the dragged item's position in the list is changed. Mirrors the client-side on |
On |
A function that is called when the dragged item's position in the list is changed. Mirrors the client-side on |
On |
A function that is called when the drag gesture is finished. Mirrors the client-side on |
On |
A function that is called when the drag gesture is finished. Mirrors the client-side on |
On |
A function that is called every time a draggable item is moved. Mirrors the client-side on |
On |
A function that is called every time a draggable item is moved. Mirrors the client-side on |
On |
A function that is called when a drag gesture is initialized. Mirrors the client-side on |
On |
A function that is called when a drag gesture is initialized. Mirrors the client-side on |
On |
A function used in Java |
On |
A function used in Java |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
On |
A function that is executed after a UI component property is changed. Mirrors the client-side on |
On |
A function that is called when a draggable item is removed. Mirrors the client-side on |
On |
A function that is called when a draggable item is removed. Mirrors the client-side on |
On |
A function that is called when the draggable items are reordered. Mirrors the client-side on |
On |
A function that is called when the draggable items are reordered. Mirrors the client-side on |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Render() |
Inherited from Widget |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Rtl |
Switches the UI component to a right-to-left representation. Mirrors the client-side rtl |
Scroll |
Specifies the distance in pixels from the edge of viewport at which scrolling should start. Applies only if auto |
Scroll |
Specifies the distance in pixels from the edge of viewport at which scrolling should start. Applies only if auto |
Scroll |
Specifies the scrolling speed when dragging an item beyond the viewport. Applies only if auto |
Scroll |
Specifies the scrolling speed when dragging an item beyond the viewport. Applies only if auto |
To |
Inherited from Widget |
To |
Renders the control as a template string for use in another control’s template.
Inherited from Widget |
Width |
Specifies the UI component's width. Mirrors the client-side width option. |
Width |
Specifies the UI component's width. Mirrors the client-side width option. |
Width |
Specifies the UI component's width. Mirrors the client-side width option. |
See Also