DraggableBuilder Methods
A Draggable control.
Name | Description |
---|---|
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. |
Clone |
Allows a user to drag clones of items instead of actual items. Mirrors the client-side clone option. |
Clone |
Allows a user to drag clones of items instead of actual items. Mirrors the client-side clone 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 Draggable control. |
Content |
Specifies content for a Draggable 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 |
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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Group |
Allows you to group several UI components, so that users can drag and drop items between them. Mirrors the client-side group option. |
Group |
Allows you to group several UI components, so that users can drag and drop items between them. 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.
|
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
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 a drag gesture is finished. Mirrors the client-side on |
On |
A function that is called when a 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 |
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