|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResizableBehavior | |
---|---|
org.odlabs.wiquery.ui.resizable |
Uses of ResizableBehavior in org.odlabs.wiquery.ui.resizable |
---|
Methods in org.odlabs.wiquery.ui.resizable that return ResizableBehavior | |
---|---|
ResizableBehavior |
ResizableAjaxBehavior.getResizableBehavior()
|
ResizableBehavior |
ResizableBehavior.setAlsoResize(ResizableAlsoResize alsoResize)
Resize these elements synchronous when resizing. |
ResizableBehavior |
ResizableBehavior.setAlsoResize(String cssSelector)
Deprecated. will be removed in 1.2 |
ResizableBehavior |
ResizableBehavior.setAnimate(boolean animate)
Animates to the final size after resizing. |
ResizableBehavior |
ResizableBehavior.setAnimateDuration(ResizableAnimeDuration animeDuration)
Sets the duration time for animating, in milliseconds. |
ResizableBehavior |
ResizableBehavior.setAnimateEasing(String easing)
Sets the easing effect for animating. |
ResizableBehavior |
ResizableBehavior.setAspectRatio(ResizableAspectRatio aspectRatio)
If set to true, resizing is constrained by the original aspect ratio. |
ResizableBehavior |
ResizableBehavior.setAutoHide(boolean autoHide)
If set to true, automatically hides the handles except when the mouse hovers over the element. |
ResizableBehavior |
ResizableBehavior.setCancel(String cancel)
Prevents resizing if you start on elements matching the selector. |
ResizableBehavior |
ResizableBehavior.setContainment(ResizableContainment containment)
Sets the constrains resizing to within the bounds of the specified element. |
ResizableBehavior |
ResizableBehavior.setDelay(int delay)
Sets the tolerance, in milliseconds, for when resizing should start. |
ResizableBehavior |
ResizableBehavior.setDisabled(boolean disabled)
Disables (true) or enables (false) the resizable. |
ResizableBehavior |
ResizableBehavior.setDistance(int distance)
Sets the tolerance, in pixels, for when resizing should start. |
ResizableBehavior |
ResizableBehavior.setGhost(boolean ghost)
Set to true, a semi-transparent helper element is shown for resizing. |
ResizableBehavior |
ResizableBehavior.setGrid(int x,
int y)
Snaps the resizing element to a grid, every x and y pixels. |
ResizableBehavior |
ResizableBehavior.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'. |
ResizableBehavior |
ResizableBehavior.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. |
ResizableBehavior |
ResizableBehavior.setMaxHeight(int maxHeight)
Sets the component's max height. |
ResizableBehavior |
ResizableBehavior.setMaxWidth(int maxWidth)
Sets the window's max width. |
ResizableBehavior |
ResizableBehavior.setMinHeight(int minHeight)
Sets the component's min height. |
ResizableBehavior |
ResizableBehavior.setMinWidth(int minWidth)
Sets the component's min width. |
ResizableBehavior |
ResizableBehavior.setResizeEvent(JsScopeUiEvent resize)
Set's the callback when the event is triggered during the resize, on the drag of the resize handler. |
ResizableBehavior |
ResizableBehavior.setStartEvent(JsScopeUiEvent start)
Set's the callback when the event is triggered at the start of a resize operation. |
ResizableBehavior |
ResizableBehavior.setStopEvent(JsScopeUiEvent stop)
Set's the callback when the event is triggered at the end of a resize operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |