Class: SC.DesignerDropTarget
Extends
SC.ContainerView.
This View is used by Greenhouse when application is in design mode
Defined in: designer_drop_target.js.
Field Summary
- Fields borrowed from class SC.ContainerView:
- contentView, nowShowing
- Fields borrowed from class SC.View:
- acceptsFirstResponder, acceptsMultitouch, ariaHidden, ariaRole, attributeBindings, backgroundColor, childViews, childViewsNeedLayout, classNameBindings, classNames, displayProperties, firstKeyView, hasLayout, hasTouch, hasVisibility, isBuildingIn, isBuildingOut, isEnabled, isKeyResponder, isTextSelectable, isView, isVisible, isVisibleInWindow, lastKeyView, layerLocationNeedsUpdate, layerNeedsUpdate, layout, nextKeyView, page, parentView, previousKeyView, renderDelegateName, shouldInheritCursor, tagName, themeName, toolTip, touchBoundary, useStaticLayout
- Fields borrowed from class SC.Responder:
- hasFirstResponder, isFirstResponder, responderContext
- Fields borrowed from class SC.Object:
- concatenatedProperties, isDestroyed, isObject, nextProperty, object, property, target, toInvalidate
- Fields borrowed from class SC.Observable:
- isObservable
Instance Methods
- acceptDragOperation
- computeDragOperations
- deleteBackward
- deleteForward
- dragEnded
- dragEntered
- dragExited
- dragStarted
- dragUpdated
- keyDown
- keyUp
- moveDown
- moveLeft
- moveRight
- moveUp
- performDragOperation
Instance Method Detail
acceptDragOperation
- Parameters:
- drag
- op
computeDragOperations
- Parameters:
- drag
- evt
deleteBackward
- Parameters:
- evt
deleteForward
- Parameters:
- evt
dragEnded
- Parameters:
- drag
- evt
dragEntered
- Parameters:
- drag
- evt
dragExited
- Parameters:
- drag
- evt
dragStarted
- Parameters:
- drag
- evt
dragUpdated
- Parameters:
- drag
- evt
keyDown
- Parameters:
- evt
keyUp
- Parameters:
- evt
moveDown
- Parameters:
- sender
- evt
moveLeft
- Parameters:
- sender
- evt
moveRight
- Parameters:
- sender
- evt
moveUp
- Parameters:
- sender
- evt
performDragOperation
Called to actually perform the drag operation.
Override this method to actually perform the drag operation. This method
is only called if you returned YES in acceptDragOperation().
Return the operation that was actually performed or SC.DRAG_NONE if the
operation was aborted.
The default implementation returns SC.DRAG_NONE
- Parameters:
- SC.Drag drag
- The drag instance managing this drag
- DragOp op
- The proposed drag operation. A drag constant.
- Returns:
- DragOp Drag Operation actually performed
Documentation generated by JsDoc Toolkit 2.4.0 on Thu Apr 11 2013 16:14:35 GMT+0800 (CST)
