|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use J4GUI | |
|---|---|
| com.ebmwebsourcing.gwt.jquery.client.core | |
| Uses of J4GUI in com.ebmwebsourcing.gwt.jquery.client.core |
|---|
| Methods in com.ebmwebsourcing.gwt.jquery.client.core that return J4GUI | |
|---|---|
J4GUI |
JqueryUI.$(java.lang.String key)
|
J4GUI |
J4GUI.destroyDraggable()
Remove the draggable functionality completely. |
J4GUI |
J4GUI.destroyDroppable()
Remove the droppable functionality completely. |
J4GUI |
J4GUI.disableDraggable()
Disable the draggable. |
J4GUI |
J4GUI.disableDroppable()
Disable the droppable. |
J4GUI |
J4GUI.draggable()
|
J4GUI |
J4GUI.draggable(DragHandler dragHandler)
|
J4GUI |
J4GUI.draggableAddClasses(boolean addclasses)
If set to false, will prevent the ui-draggable class from being added. |
J4GUI |
J4GUI.draggableAppendTo(com.google.gwt.user.client.Element element)
The element passed to or selected by the appendTo option will be used as the draggable helper's container during dragging. |
J4GUI |
J4GUI.draggableAppendTo(java.lang.String selector)
The element passed to or selected by the appendTo option will be used as the draggable helper's container during dragging. |
J4GUI |
J4GUI.draggableAxis(J4GUI.AxisType axis)
Constrains dragging to either the horizontal (x) or vertical (y) axis. |
J4GUI |
J4GUI.draggableCancel(java.lang.String selector)
Prevents dragging from starting on specified elements. |
J4GUI |
J4GUI.draggableConnectToSortable(java.lang.String selector)
Allows the draggable to be dropped onto the specified sortables. |
J4GUI |
J4GUI.draggableContainment(com.google.gwt.user.client.Element element)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
J4GUI.draggableContainment(J4GUI.ContainmentZone zone)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
J4GUI.draggableContainment(J4GUI.ContainmentZoneType zone)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
J4GUI.draggableContainment(java.lang.String selector)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
J4GUI.draggableCursor(java.lang.String cursorType)
The css cursor during the drag operation. |
J4GUI |
J4GUI.draggableCursorAt(J4GUI.CursorAt cursorAt)
|
J4GUI |
J4GUI.draggableDelay(int delay)
|
J4GUI |
J4GUI.draggableDistance(int delay)
|
J4GUI |
J4GUI.draggableGrid(int x,
int y)
|
J4GUI |
J4GUI.draggableHandle(com.google.gwt.user.client.Element element)
|
J4GUI |
J4GUI.draggableHandle(java.lang.String selector)
|
J4GUI |
J4GUI.draggableHelper(J4GUI.HelperType helper)
|
J4GUI |
J4GUI.draggableIFrameFix(boolean iframefix)
|
J4GUI |
J4GUI.draggableIFrameFix(java.lang.String selector)
|
J4GUI |
J4GUI.draggableOpacity(float opacity)
|
J4GUI |
J4GUI.draggableRefreshPositions(boolean refreshPositions)
|
J4GUI |
J4GUI.draggableRevert(boolean revert)
|
J4GUI |
J4GUI.draggableRevert(J4GUI.RevertType type)
|
J4GUI |
J4GUI.draggableRevertDuration(int revertDuration)
|
J4GUI |
J4GUI.draggableScope(java.lang.String scope)
|
J4GUI |
J4GUI.draggableScroll(boolean scroll)
|
J4GUI |
J4GUI.draggableScrollSensivity(int scrollSensivity)
|
J4GUI |
J4GUI.draggableScrollSpeed(int scrollSpeed)
|
J4GUI |
J4GUI.draggableSnap(boolean snap)
|
J4GUI |
J4GUI.draggableSnap(java.lang.String selector)
|
J4GUI |
J4GUI.draggableSnapMode(J4GUI.SnapMode snapMode)
|
J4GUI |
J4GUI.draggableSnapTolerance(int snapTolerance)
|
J4GUI |
J4GUI.draggableStack(com.google.gwt.json.client.JSONObject stack)
|
J4GUI |
J4GUI.draggablezIndex(int zindex)
|
J4GUI |
J4GUI.droppable()
|
J4GUI |
J4GUI.droppable(DropHandler dropHandler)
|
J4GUI |
J4GUI.droppableAccept(java.lang.String selector)
All draggables that match the selector will be accepted. |
J4GUI |
J4GUI.droppableActiveClass(java.lang.String className)
If specified, the class will be added to the droppable while an acceptable draggable is being dragged. |
J4GUI |
J4GUI.droppableAddClasses(boolean addclass)
If set to false, will prevent the ui-droppable class from being added. |
J4GUI |
J4GUI.droppableGreedy(boolean greedy)
If true, will prevent event propagation on nested droppables. |
J4GUI |
J4GUI.droppableHoverClass(java.lang.String className)
If specified, the class will be added to the droppable while an acceptable draggable is being hovered. |
J4GUI |
J4GUI.droppableScope(java.lang.String scopeName)
Used to group sets of draggable and droppable items, in addition to droppable's accept option. |
J4GUI |
J4GUI.droppableTolerance(J4GUI.ToleranceMode mode)
Specifies which mode to use for testing whether a draggable is 'over' a droppable. |
J4GUI |
J4GUI.enableDraggable()
Enable the draggable. |
J4GUI |
J4GUI.enableDroppable()
Enable the droppable. |
J4GUI |
J4GUI.resizable()
|
J4GUI |
J4GUI.resizable(ResizableHandler resizeHandler)
|
J4GUI |
J4GUI.resizableAnimateEasing(java.lang.String animateeasing)
|
J4GUI |
J4GUI.resizableAspectRation(boolean aspectratio)
|
J4GUI |
J4GUI.resizableAspectRation(float aspectratio)
|
J4GUI |
J4GUI.resizableAutoHide(boolean autohide)
|
J4GUI |
J4GUI.resizableCancel(java.lang.String selector)
|
J4GUI |
J4GUI.resizableContainment(com.google.gwt.user.client.Element element)
|
J4GUI |
J4GUI.resizableContainment(J4GUI.ContainmentZoneType containment)
|
J4GUI |
J4GUI.resizableContainment(java.lang.String selector)
|
J4GUI |
J4GUI.resizableDelay(int delay)
|
J4GUI |
J4GUI.resizableDistance(int distance)
|
J4GUI |
J4GUI.resizableGhost(boolean ghost)
|
J4GUI |
J4GUI.resizableGrid(int x,
int y)
|
J4GUI |
J4GUI.resizableHandles(java.lang.String handles)
|
J4GUI |
J4GUI.resizableHelper(java.lang.String cssClass)
|
J4GUI |
J4GUI.resizableMaxHeight(int maxheight)
|
J4GUI |
J4GUI.resizableMaxWidth(int maxwidth)
|
J4GUI |
J4GUI.resizableMinHeight(int minHeight)
|
J4GUI |
J4GUI.resizableMinWisth(int minwidth)
|
J4GUI |
J4GUI.rezisableAlsoResize(com.google.gwt.user.client.Element element)
|
J4GUI |
J4GUI.rezisableAlsoResize(java.lang.String selector)
|
J4GUI |
J4GUI.rezisableAnimate(boolean animate)
|
J4GUI |
J4GUI.rezisableAnimateDuration(int animateDuration)
|
J4GUI |
J4GUI.rezisableAnimateDuration(J4GUI.AnimateDuration animateDuration)
|
J4GUI |
J4GUI.selectable()
|
J4GUI |
J4GUI.selectable(SelectableHandler selectableHandler)
|
J4GUI |
J4GUI.selectableAutoRefresh(boolean autorefresh)
|
J4GUI |
J4GUI.selectableCancel(java.lang.String selector)
|
J4GUI |
J4GUI.selectableDelay(int delay)
|
J4GUI |
J4GUI.selectableDistance(int distance)
|
J4GUI |
J4GUI.selectableFilter(java.lang.String selector)
|
J4GUI |
J4GUI.selectableTolerance(J4GUI.ToleranceMode tolerance)
|
J4GUI |
J4GUI.sortable()
|
J4GUI |
J4GUI.sortable(SortableHandler sortableHandler)
|
J4GUI |
J4GUI.sortableAppendTo(java.lang.String selector)
|
J4GUI |
J4GUI.sortableAxis(J4GUI.AxisType axistype)
|
J4GUI |
J4GUI.sortableCancel(java.lang.String selector)
|
J4GUI |
J4GUI.sortableConnectWith(java.lang.String selector)
|
J4GUI |
J4GUI.sortableContainment(com.google.gwt.user.client.Element element)
|
J4GUI |
J4GUI.sortableContainment(J4GUI.ContainmentZoneType containment)
|
J4GUI |
J4GUI.sortableContainment(java.lang.String selector)
|
J4GUI |
J4GUI.sortableCursor(java.lang.String cursor)
|
J4GUI |
J4GUI.sortableCursorAt(J4GUI.CursorAt cursorat)
|
J4GUI |
J4GUI.sortableDelay(int delay)
|
J4GUI |
J4GUI.sortableDistance(int distance)
|
J4GUI |
J4GUI.sortableDropOnEmpty(boolean droponempty)
|
J4GUI |
J4GUI.sortableForceHelperSize(boolean forcehelpersize)
|
J4GUI |
J4GUI.sortableForcePlaceHolderSize(boolean forceplaceholdersize)
|
J4GUI |
J4GUI.sortableGrid(int x,
int y)
|
J4GUI |
J4GUI.sortableHandle(com.google.gwt.user.client.Element element)
|
J4GUI |
J4GUI.sortableHandle(java.lang.String selector)
|
J4GUI |
J4GUI.sortableHelper(J4GUI.HelperType helper)
|
J4GUI |
J4GUI.sortableItems(java.lang.String selector)
|
J4GUI |
J4GUI.sortableOpacity(float opacity)
|
J4GUI |
J4GUI.sortablePlaceHolder(java.lang.String classname)
|
J4GUI |
J4GUI.sortableRevert(boolean revert)
|
J4GUI |
J4GUI.sortableScroll(boolean scroll)
|
J4GUI |
J4GUI.sortableScrollSensivity(int scrollsensivity)
|
J4GUI |
J4GUI.sortableScrollSpeed(int scrollspeed)
|
J4GUI |
J4GUI.sortableTolerance(J4GUI.ToleranceMode tolerance)
|
J4GUI |
J4GUI.sortableZIndex(int zindex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||