|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j4g.client.core.J4G
com.ebmwebsourcing.gwt.jquery.client.core.J4GUI
public class J4GUI
| Nested Class Summary | |
|---|---|
static class |
J4GUI.AnimateDuration
|
static class |
J4GUI.AxisType
|
class |
J4GUI.ContainmentZone
|
static class |
J4GUI.ContainmentZoneType
|
class |
J4GUI.CursorAt
|
static class |
J4GUI.HelperType
|
static class |
J4GUI.RevertType
|
static class |
J4GUI.SnapMode
|
static class |
J4GUI.ToleranceMode
|
| Constructor Summary | |
|---|---|
J4GUI(java.lang.String key)
|
|
| Method Summary | |
|---|---|
J4GUI |
destroyDraggable()
Remove the draggable functionality completely. |
J4GUI |
destroyDroppable()
Remove the droppable functionality completely. |
J4GUI |
disableDraggable()
Disable the draggable. |
J4GUI |
disableDroppable()
Disable the droppable. |
J4GUI |
draggable()
|
J4GUI |
draggable(DragHandler dragHandler)
|
J4GUI |
draggableAddClasses(boolean addclasses)
If set to false, will prevent the ui-draggable class from being added. |
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 |
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 |
draggableAxis(J4GUI.AxisType axis)
Constrains dragging to either the horizontal (x) or vertical (y) axis. |
J4GUI |
draggableCancel(java.lang.String selector)
Prevents dragging from starting on specified elements. |
J4GUI |
draggableConnectToSortable(java.lang.String selector)
Allows the draggable to be dropped onto the specified sortables. |
J4GUI |
draggableContainment(com.google.gwt.user.client.Element element)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
draggableContainment(J4GUI.ContainmentZone zone)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
draggableContainment(J4GUI.ContainmentZoneType zone)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
draggableContainment(java.lang.String selector)
Constrains dragging to within the bounds of the specified element or region. |
J4GUI |
draggableCursor(java.lang.String cursorType)
The css cursor during the drag operation. |
J4GUI |
draggableCursorAt(J4GUI.CursorAt cursorAt)
|
J4GUI |
draggableDelay(int delay)
|
J4GUI |
draggableDistance(int delay)
|
J4GUI |
draggableGrid(int x,
int y)
|
J4GUI |
draggableHandle(com.google.gwt.user.client.Element element)
|
J4GUI |
draggableHandle(java.lang.String selector)
|
J4GUI |
draggableHelper(J4GUI.HelperType helper)
|
J4GUI |
draggableIFrameFix(boolean iframefix)
|
J4GUI |
draggableIFrameFix(java.lang.String selector)
|
J4GUI |
draggableOpacity(float opacity)
|
J4GUI |
draggableRefreshPositions(boolean refreshPositions)
|
J4GUI |
draggableRevert(boolean revert)
|
J4GUI |
draggableRevert(J4GUI.RevertType type)
|
J4GUI |
draggableRevertDuration(int revertDuration)
|
J4GUI |
draggableScope(java.lang.String scope)
|
J4GUI |
draggableScroll(boolean scroll)
|
J4GUI |
draggableScrollSensivity(int scrollSensivity)
|
J4GUI |
draggableScrollSpeed(int scrollSpeed)
|
J4GUI |
draggableSnap(boolean snap)
|
J4GUI |
draggableSnap(java.lang.String selector)
|
J4GUI |
draggableSnapMode(J4GUI.SnapMode snapMode)
|
J4GUI |
draggableSnapTolerance(int snapTolerance)
|
J4GUI |
draggableStack(com.google.gwt.json.client.JSONObject stack)
|
J4GUI |
draggablezIndex(int zindex)
|
J4GUI |
droppable()
|
J4GUI |
droppable(DropHandler dropHandler)
|
J4GUI |
droppableAccept(java.lang.String selector)
All draggables that match the selector will be accepted. |
J4GUI |
droppableActiveClass(java.lang.String className)
If specified, the class will be added to the droppable while an acceptable draggable is being dragged. |
J4GUI |
droppableAddClasses(boolean addclass)
If set to false, will prevent the ui-droppable class from being added. |
J4GUI |
droppableGreedy(boolean greedy)
If true, will prevent event propagation on nested droppables. |
J4GUI |
droppableHoverClass(java.lang.String className)
If specified, the class will be added to the droppable while an acceptable draggable is being hovered. |
J4GUI |
droppableScope(java.lang.String scopeName)
Used to group sets of draggable and droppable items, in addition to droppable's accept option. |
J4GUI |
droppableTolerance(J4GUI.ToleranceMode mode)
Specifies which mode to use for testing whether a draggable is 'over' a droppable. |
J4GUI |
enableDraggable()
Enable the draggable. |
J4GUI |
enableDroppable()
Enable the droppable. |
java.lang.String |
getDroppableAccept()
|
java.lang.String |
getDroppableActiveClass()
|
boolean |
getDroppableAddClasses()
|
boolean |
getDroppableGreedy()
|
java.lang.String |
getDroppableHoverClass()
|
java.lang.String |
getDroppableScope()
|
J4GUI.ToleranceMode |
getDroppableTolerace()
|
J4GUI |
resizable()
|
J4GUI |
resizable(ResizableHandler resizeHandler)
|
J4GUI |
resizableAnimateEasing(java.lang.String animateeasing)
|
J4GUI |
resizableAspectRation(boolean aspectratio)
|
J4GUI |
resizableAspectRation(float aspectratio)
|
J4GUI |
resizableAutoHide(boolean autohide)
|
J4GUI |
resizableCancel(java.lang.String selector)
|
J4GUI |
resizableContainment(com.google.gwt.user.client.Element element)
|
J4GUI |
resizableContainment(J4GUI.ContainmentZoneType containment)
|
J4GUI |
resizableContainment(java.lang.String selector)
|
J4GUI |
resizableDelay(int delay)
|
J4GUI |
resizableDistance(int distance)
|
J4GUI |
resizableGhost(boolean ghost)
|
J4GUI |
resizableGrid(int x,
int y)
|
J4GUI |
resizableHandles(java.lang.String handles)
|
J4GUI |
resizableHelper(java.lang.String cssClass)
|
J4GUI |
resizableMaxHeight(int maxheight)
|
J4GUI |
resizableMaxWidth(int maxwidth)
|
J4GUI |
resizableMinHeight(int minHeight)
|
J4GUI |
resizableMinWisth(int minwidth)
|
J4GUI |
rezisableAlsoResize(com.google.gwt.user.client.Element element)
|
J4GUI |
rezisableAlsoResize(java.lang.String selector)
|
J4GUI |
rezisableAnimate(boolean animate)
|
J4GUI |
rezisableAnimateDuration(int animateDuration)
|
J4GUI |
rezisableAnimateDuration(J4GUI.AnimateDuration animateDuration)
|
J4GUI |
selectable()
|
J4GUI |
selectable(SelectableHandler selectableHandler)
|
J4GUI |
selectableAutoRefresh(boolean autorefresh)
|
J4GUI |
selectableCancel(java.lang.String selector)
|
J4GUI |
selectableDelay(int delay)
|
J4GUI |
selectableDistance(int distance)
|
J4GUI |
selectableFilter(java.lang.String selector)
|
J4GUI |
selectableTolerance(J4GUI.ToleranceMode tolerance)
|
J4GUI |
sortable()
|
J4GUI |
sortable(SortableHandler sortableHandler)
|
J4GUI |
sortableAppendTo(java.lang.String selector)
|
J4GUI |
sortableAxis(J4GUI.AxisType axistype)
|
J4GUI |
sortableCancel(java.lang.String selector)
|
J4GUI |
sortableConnectWith(java.lang.String selector)
|
J4GUI |
sortableContainment(com.google.gwt.user.client.Element element)
|
J4GUI |
sortableContainment(J4GUI.ContainmentZoneType containment)
|
J4GUI |
sortableContainment(java.lang.String selector)
|
J4GUI |
sortableCursor(java.lang.String cursor)
|
J4GUI |
sortableCursorAt(J4GUI.CursorAt cursorat)
|
J4GUI |
sortableDelay(int delay)
|
J4GUI |
sortableDistance(int distance)
|
J4GUI |
sortableDropOnEmpty(boolean droponempty)
|
J4GUI |
sortableForceHelperSize(boolean forcehelpersize)
|
J4GUI |
sortableForcePlaceHolderSize(boolean forceplaceholdersize)
|
J4GUI |
sortableGrid(int x,
int y)
|
J4GUI |
sortableHandle(com.google.gwt.user.client.Element element)
|
J4GUI |
sortableHandle(java.lang.String selector)
|
J4GUI |
sortableHelper(J4GUI.HelperType helper)
|
J4GUI |
sortableItems(java.lang.String selector)
|
J4GUI |
sortableOpacity(float opacity)
|
J4GUI |
sortablePlaceHolder(java.lang.String classname)
|
J4GUI |
sortableRevert(boolean revert)
|
J4GUI |
sortableScroll(boolean scroll)
|
J4GUI |
sortableScrollSensivity(int scrollsensivity)
|
J4GUI |
sortableScrollSpeed(int scrollspeed)
|
J4GUI |
sortableTolerance(J4GUI.ToleranceMode tolerance)
|
J4GUI |
sortableZIndex(int zindex)
|
| Methods inherited from class com.j4g.client.core.J4G |
|---|
after, animate, animate, animate, append, appendTo, before, bind, bindWithStopPropagation, click, css, css, css, fadeIn, fadeIn, fadeOut, fadeOut, fadeTo, fadeTo, fadeTo, hide, hide, hide, hover, html, html, insertAfter, insertBefore, keypress, mousedown, mousemove, mouseover, mouseup, one, prepend, prependTo, replaceWith, scroll, setKey, show, show, show, slideDown, slideDown, slideToggle, slideToggle, slideUp, slideUp, stop, stop, text, text, toggle, toggle, toggle, toggle, toggle, trigger, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J4GUI(java.lang.String key)
| Method Detail |
|---|
public J4GUI sortable()
public J4GUI sortable(SortableHandler sortableHandler)
public J4GUI sortableAppendTo(java.lang.String selector)
public J4GUI sortableAxis(J4GUI.AxisType axistype)
public J4GUI sortableCancel(java.lang.String selector)
public J4GUI sortableConnectWith(java.lang.String selector)
public J4GUI sortableContainment(com.google.gwt.user.client.Element element)
public J4GUI sortableContainment(J4GUI.ContainmentZoneType containment)
public J4GUI sortableContainment(java.lang.String selector)
public J4GUI sortableCursor(java.lang.String cursor)
public J4GUI sortableCursorAt(J4GUI.CursorAt cursorat)
public J4GUI sortableDelay(int delay)
public J4GUI sortableDistance(int distance)
public J4GUI sortableDropOnEmpty(boolean droponempty)
public J4GUI sortableForceHelperSize(boolean forcehelpersize)
public J4GUI sortableForcePlaceHolderSize(boolean forceplaceholdersize)
public J4GUI sortableGrid(int x,
int y)
public J4GUI sortableHandle(java.lang.String selector)
public J4GUI sortableHandle(com.google.gwt.user.client.Element element)
public J4GUI sortableHelper(J4GUI.HelperType helper)
public J4GUI sortableItems(java.lang.String selector)
public J4GUI sortableOpacity(float opacity)
public J4GUI sortablePlaceHolder(java.lang.String classname)
public J4GUI sortableRevert(boolean revert)
public J4GUI sortableScroll(boolean scroll)
public J4GUI sortableScrollSensivity(int scrollsensivity)
public J4GUI sortableScrollSpeed(int scrollspeed)
public J4GUI sortableTolerance(J4GUI.ToleranceMode tolerance)
public J4GUI sortableZIndex(int zindex)
public J4GUI selectable()
public J4GUI selectable(SelectableHandler selectableHandler)
public J4GUI selectableAutoRefresh(boolean autorefresh)
public J4GUI selectableCancel(java.lang.String selector)
public J4GUI selectableDelay(int delay)
public J4GUI selectableDistance(int distance)
public J4GUI selectableFilter(java.lang.String selector)
public J4GUI selectableTolerance(J4GUI.ToleranceMode tolerance)
public J4GUI resizable()
public J4GUI resizable(ResizableHandler resizeHandler)
public J4GUI rezisableAlsoResize(java.lang.String selector)
public J4GUI rezisableAlsoResize(com.google.gwt.user.client.Element element)
public J4GUI rezisableAnimate(boolean animate)
public J4GUI rezisableAnimateDuration(int animateDuration)
public J4GUI rezisableAnimateDuration(J4GUI.AnimateDuration animateDuration)
public J4GUI resizableAnimateEasing(java.lang.String animateeasing)
public J4GUI resizableAspectRation(boolean aspectratio)
public J4GUI resizableAspectRation(float aspectratio)
public J4GUI resizableAutoHide(boolean autohide)
public J4GUI resizableCancel(java.lang.String selector)
public J4GUI resizableContainment(java.lang.String selector)
public J4GUI resizableContainment(J4GUI.ContainmentZoneType containment)
public J4GUI resizableContainment(com.google.gwt.user.client.Element element)
public J4GUI resizableDelay(int delay)
public J4GUI resizableDistance(int distance)
public J4GUI resizableGhost(boolean ghost)
public J4GUI resizableGrid(int x,
int y)
public J4GUI resizableHandles(java.lang.String handles)
public J4GUI resizableHelper(java.lang.String cssClass)
public J4GUI resizableMaxHeight(int maxheight)
public J4GUI resizableMaxWidth(int maxwidth)
public J4GUI resizableMinHeight(int minHeight)
public J4GUI resizableMinWisth(int minwidth)
public J4GUI draggable()
public J4GUI draggable(DragHandler dragHandler)
public J4GUI destroyDraggable()
public J4GUI disableDraggable()
public J4GUI enableDraggable()
public J4GUI draggableAddClasses(boolean addclasses)
boolean - addclasses
public J4GUI draggableAppendTo(com.google.gwt.user.client.Element element)
Element - element
public J4GUI draggableAppendTo(java.lang.String selector)
String - css selector
public J4GUI draggableAxis(J4GUI.AxisType axis)
AxisType - axis
public J4GUI draggableCancel(java.lang.String selector)
String - selector
public J4GUI draggableConnectToSortable(java.lang.String selector)
String - selector
public J4GUI draggableContainment(java.lang.String selector)
String - css selector
public J4GUI draggableContainment(com.google.gwt.user.client.Element element)
Element - element
public J4GUI draggableContainment(J4GUI.ContainmentZone zone)
ContainmentZone - zone
public J4GUI draggableContainment(J4GUI.ContainmentZoneType zone)
ContainmentZoneType - zone
public J4GUI draggableCursor(java.lang.String cursorType)
String - cursorType
public J4GUI draggableCursorAt(J4GUI.CursorAt cursorAt)
public J4GUI draggableDelay(int delay)
public J4GUI draggableDistance(int delay)
public J4GUI draggableGrid(int x,
int y)
public J4GUI draggableHandle(com.google.gwt.user.client.Element element)
public J4GUI draggableHandle(java.lang.String selector)
public J4GUI draggableHelper(J4GUI.HelperType helper)
public J4GUI draggableIFrameFix(boolean iframefix)
public J4GUI draggableIFrameFix(java.lang.String selector)
public J4GUI draggableOpacity(float opacity)
public J4GUI draggableRefreshPositions(boolean refreshPositions)
public J4GUI draggableRevert(boolean revert)
public J4GUI draggableRevert(J4GUI.RevertType type)
public J4GUI draggableRevertDuration(int revertDuration)
public J4GUI draggableScope(java.lang.String scope)
public J4GUI draggableScroll(boolean scroll)
public J4GUI draggableScrollSensivity(int scrollSensivity)
public J4GUI draggableScrollSpeed(int scrollSpeed)
public J4GUI draggableSnap(boolean snap)
public J4GUI draggableSnap(java.lang.String selector)
public J4GUI draggableSnapMode(J4GUI.SnapMode snapMode)
public J4GUI draggableSnapTolerance(int snapTolerance)
public J4GUI draggableStack(com.google.gwt.json.client.JSONObject stack)
public J4GUI draggablezIndex(int zindex)
public J4GUI droppable()
public J4GUI droppable(DropHandler dropHandler)
public J4GUI destroyDroppable()
public J4GUI disableDroppable()
public J4GUI enableDroppable()
public J4GUI droppableAccept(java.lang.String selector)
String - CSS selector
public java.lang.String getDroppableAccept()
public J4GUI droppableActiveClass(java.lang.String className)
className -
public java.lang.String getDroppableActiveClass()
public J4GUI droppableAddClasses(boolean addclass)
addclass -
public boolean getDroppableAddClasses()
public J4GUI droppableGreedy(boolean greedy)
greedy -
public boolean getDroppableGreedy()
public J4GUI droppableHoverClass(java.lang.String className)
className -
public java.lang.String getDroppableHoverClass()
public J4GUI droppableScope(java.lang.String scopeName)
scopeName -
public java.lang.String getDroppableScope()
public J4GUI droppableTolerance(J4GUI.ToleranceMode mode)
mode -
public J4GUI.ToleranceMode getDroppableTolerace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||