|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResizableAjaxBehavior | |
---|---|
org.odlabs.wiquery.ui.resizable |
Uses of ResizableAjaxBehavior in org.odlabs.wiquery.ui.resizable |
---|
Methods in org.odlabs.wiquery.ui.resizable that return ResizableAjaxBehavior | |
---|---|
ResizableAjaxBehavior |
ResizableAjaxBehavior.setAlsoResize(ResizableAlsoResize alsoResize)
Resize these elements synchronous when resizing. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setAnimate(boolean animate)
Animates to the final size after resizing. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setAnimateDuration(ResizableAnimeDuration animeDuration)
Sets the duration time for animating, in milliseconds. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setAnimateEasing(String easing)
Sets the easing effect for animating. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setAspectRatio(ResizableAspectRatio aspectRatio)
If set to true, resizing is constrained by the original aspect ratio. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setAutoHide(boolean autoHide)
If set to true, automatically hides the handles except when the mouse hovers over the element. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setCancel(String cancel)
Prevents resizing if you start on elements matching the selector. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setContainment(ResizableContainment containment)
Sets the constrains resizing to within the bounds of the specified element. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setDelay(int delay)
Sets the tolerance, in milliseconds, for when resizing should start. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setDisabled(boolean disabled)
Disables (true) or enables (false) the resizable. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setDistance(int distance)
Sets the tolerance, in pixels, for when resizing should start. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setGhost(boolean ghost)
Set to true, a semi-transparent helper element is shown for resizing. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setGrid(int x,
int y)
Snaps the resizing element to a grid, every x and y pixels. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setHandles(ResizableHandles handles)
If specified as a string, should be a comma-split list of any of the following: 'n, e, s, w, ne, se, sw, nw, all'. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setHelper(String helper)
Sets the css class that will be added to a proxy element to outline the resize during the drag of the resize handle. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setMaxHeight(int maxHeight)
Sets the component's max height. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setMaxWidth(int maxWidth)
Sets the window's max width. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setMinHeight(int minHeight)
Sets the component's min height. |
ResizableAjaxBehavior |
ResizableAjaxBehavior.setMinWidth(int minWidth)
Sets the component's min width. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |