|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.smartgwt.client.widgets.BaseWidget
com.smartgwt.client.widgets.Canvas
public class Canvas
Canvas is the base abstraction for cross-browser DHTML drawing. All DHTML widgets inherit from the Canvas class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.widgets.BaseWidget |
|---|
config, configOnly, id, isElementSet, nativeObject, scClassName |
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
Canvas()
|
|
Canvas(JavaScriptObject jsObj)
|
|
Canvas(String id)
|
|
| Method Summary | |
|---|---|
Canvas |
addChild(Canvas newChild)
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already. |
Canvas |
addChild(Canvas newChild,
String name,
boolean autoDraw)
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already. |
Canvas |
addChild(Canvas newChild,
String name,
Boolean autoDraw)
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already. |
void |
addChild(Widget widget)
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already. |
HandlerRegistration |
addClickHandler(ClickHandler handler)
Add a click handler. |
HandlerRegistration |
addDoubleClickHandler(DoubleClickHandler handler)
Add a doubleClick handler. |
HandlerRegistration |
addDragMoveHandler(DragMoveHandler handler)
Add a dragMove handler. |
HandlerRegistration |
addDragRepositionMoveHandler(DragRepositionMoveHandler handler)
Add a dragRepositionMove handler. |
HandlerRegistration |
addDragRepositionStartHandler(DragRepositionStartHandler handler)
Add a dragRepositionStart handler. |
HandlerRegistration |
addDragRepositionStopHandler(DragRepositionStopHandler handler)
Add a dragRepositionStop handler. |
HandlerRegistration |
addDragResizeMoveHandler(DragResizeMoveHandler handler)
Add a dragResizeMove handler. |
HandlerRegistration |
addDragResizeStartHandler(DragResizeStartHandler handler)
Add a dragResizeStart handler. |
HandlerRegistration |
addDragResizeStopHandler(DragResizeStopHandler handler)
Add a dragResizeStop handler. |
HandlerRegistration |
addDragStartHandler(DragStartHandler handler)
Add a dragStart handler. |
HandlerRegistration |
addDragStopHandler(DragStopHandler handler)
Add a dragStop handler. |
HandlerRegistration |
addDropHandler(DropHandler handler)
Add a drop handler. |
HandlerRegistration |
addDropMoveHandler(DropMoveHandler handler)
Add a dropMove handler. |
HandlerRegistration |
addDropOutHandler(DropOutHandler handler)
Add a dropOut handler. |
HandlerRegistration |
addDropOverHandler(DropOverHandler handler)
Add a dropOver handler. |
HandlerRegistration |
addFocusChangedHandler(FocusChangedHandler handler)
Add a focusChanged handler. |
HandlerRegistration |
addHoverHandler(HoverHandler handler)
Add a hover handler. |
HandlerRegistration |
addHoverHiddenHandler(HoverHiddenHandler handler)
Add a hoverHidden handler. |
HandlerRegistration |
addKeyDownHandler(KeyDownHandler handler)
Add a keyDown handler. |
HandlerRegistration |
addKeyPressHandler(KeyPressHandler handler)
Add a keyPress handler. |
HandlerRegistration |
addMouseDownHandler(MouseDownHandler handler)
Add a mouseDown handler. |
HandlerRegistration |
addMouseMoveHandler(MouseMoveHandler handler)
Add a mouseMove handler. |
HandlerRegistration |
addMouseOutHandler(MouseOutHandler handler)
Add a mouseOut handler. |
HandlerRegistration |
addMouseOverHandler(MouseOverHandler handler)
Add a mouseOver handler. |
HandlerRegistration |
addMouseStillDownHandler(MouseStillDownHandler handler)
Add a mouseStillDown handler. |
HandlerRegistration |
addMouseUpHandler(MouseUpHandler handler)
Add a mouseUp handler. |
HandlerRegistration |
addMouseWheelHandler(MouseWheelHandler handler)
Add a mouseWheel handler. |
HandlerRegistration |
addMovedHandler(MovedHandler handler)
Add a moved handler. |
HandlerRegistration |
addParentMovedHandler(ParentMovedHandler handler)
Add a parentMoved handler. |
Canvas |
addPeer(Canvas newPeer)
Adds newPeer as a peer of this widget (also making it a child of this widget's parent, if any), set up a named object reference (i.e., this[name]) to the new widget if name is provided, and draw the peer if this widget has been drawn already. |
Canvas |
addPeer(Canvas newPeer,
String name,
Boolean autoDraw,
Boolean preDraw)
Adds newPeer as a peer of this widget (also making it a child of this widget's parent, if any), set up a named object reference (i.e., this[name]) to the new widget if name is provided, and draw the peer if this widget has been drawn already. |
HandlerRegistration |
addResizedHandler(ResizedHandler handler)
Add a resized handler. |
HandlerRegistration |
addRightMouseDownHandler(RightMouseDownHandler handler)
Add a rightMouseDown handler. |
HandlerRegistration |
addScrolledHandler(ScrolledHandler handler)
Add a scrolled handler. |
HandlerRegistration |
addShowContextMenuHandler(ShowContextMenuHandler handler)
Add a showContextMenu handler. |
void |
addStyleName(String style)
Multiple styles are currently not supported. |
HandlerRegistration |
addVisibilityChangedHandler(VisibilityChangedHandler handler)
Add a visibilityChanged handler. |
void |
adjustForContent(boolean immediate)
This method tells a component to adjust for size changes made to content by external code. |
void |
animateFade(int opacity)
Animate a change in opacity from the widget's current opacity to the specified opacity. |
void |
animateFade(int opacity,
AnimationCallback callback)
Animate a change in opacity from the widget's current opacity to the specified opacity. |
void |
animateFade(int opacity,
AnimationCallback callback,
int duration)
Animate a change in opacity from the widget's current opacity to the specified opacity. |
void |
animateHide(AnimationEffect effect)
Hide a canvas by shrinking it vertically to zero height over a period of time. |
void |
animateHide(AnimationEffect effect,
AnimationCallback callback)
Hide a canvas by shrinking it vertically to zero height over a period of time. |
void |
animateHide(AnimationEffect effect,
AnimationCallback callback,
int duration)
Hide a canvas by shrinking it vertically to zero height over a period of time. |
void |
animateMove(Integer left,
Integer top)
Animate a reposition of this canvas from its current position to the specified position |
void |
animateMove(Integer left,
Integer top,
AnimationCallback callback)
Animate a reposition of this canvas from its current position to the specified position |
void |
animateMove(Integer left,
Integer top,
AnimationCallback callback,
int duration)
Animate a reposition of this canvas from its current position to the specified position |
void |
animateMove(Integer left,
Integer top,
AnimationCallback callback,
int duration,
AnimationAcceleration acceleration)
Animate a reposition of this canvas from its current position to the specified position |
void |
animateRect(Integer left,
Integer top,
Integer width,
Integer height)
Animate a reposition / resize of this canvas from its current size and postion. |
void |
animateRect(Integer left,
Integer top,
Integer width,
Integer height,
AnimationCallback callback)
Animate a reposition / resize of this canvas from its current size and postion. |
void |
animateRect(Integer left,
Integer top,
Integer width,
Integer height,
AnimationCallback callback,
int duration)
Animate a reposition / resize of this canvas from its current size and postion. |
void |
animateResize(Integer width,
Integer height)
Animate a resize of this canvas from its current size to the specified size |
void |
animateResize(Integer width,
Integer height,
AnimationCallback callback)
Animate a resize of this canvas from its current size to the specified size |
void |
animateResize(Integer width,
Integer height,
AnimationCallback callback,
int duration)
Animate a resize of this canvas from its current size to the specified size |
void |
animateScroll(int scrollLeft,
int scrollTop)
Animate a scroll from the current scroll position to the specified position. |
void |
animateScroll(int scrollLeft,
int scrollTop,
AnimationCallback callback)
Animate a scroll from the current scroll position to the specified position. |
void |
animateScroll(int scrollLeft,
int scrollTop,
AnimationCallback callback,
int duration)
Animate a scroll from the current scroll position to the specified position. |
void |
animateShow(AnimationEffect effect)
Show a canvas by growing it vertically to its fully drawn height over a period of time. |
void |
animateShow(AnimationEffect effect,
AnimationCallback callback)
Show a canvas by growing it vertically to its fully drawn height over a period of time. |
void |
animateShow(AnimationEffect effect,
AnimationCallback callback,
int duration)
Show a canvas by growing it vertically to its fully drawn height over a period of time. |
void |
blur()
If this canvas has keyboard focus, blur it. |
void |
bringToFront()
Puts this widget at the top of the stacking order, so it appears in front of all other widgets in the same parent. |
void |
clear()
Remove all visual representation of a Canvas, including all child or member Canvases, or managed top-level components such as the ListGrid drop location indicator. |
void |
clickMaskUp()
Determines whether a clickmask is showing |
void |
clickMaskUp(String ID)
Determines whether a clickmask is showing |
Boolean |
contains(Canvas canvas)
Returns true if element is a descendant of this widget (i.e., exists below this widget in the containment hierarchy); and false otherwise. |
Boolean |
contains(Canvas canvas,
Boolean testSelf)
Returns true if element is a descendant of this widget (i.e., exists below this widget in the containment hierarchy); and false otherwise. |
Boolean |
containsEvent()
Return true if the last event's mouse coordinates are within the bounds of this component. |
Boolean |
containsFocus()
Returns true if the keyboard focus is in this Canvas or any child of this Canvas. |
Boolean |
containsPoint(int x,
int y)
Return whether or not this object contains the specified global (x,y) coordinates. |
Boolean |
containsPoint(int x,
int y,
Boolean withinViewport)
Return whether or not this object contains the specified global (x,y) coordinates. |
protected static Canvas[] |
convertToCanvasArray(JavaScriptObject nativeArray)
|
protected JavaScriptObject |
create()
|
void |
deparent()
Remove this canvas from its parent if it has one. |
void |
depeer()
Make this Canvas no longer a peer of its master |
void |
disable()
Disables this widget and any children and peers of this widget. |
void |
enable()
Enables this widget and any children / peers of this widget. |
void |
focus()
If this canvas can accept focus, give it keyboard focus. |
int |
getAbsoluteLeft()
|
int |
getAbsoluteTop()
|
String |
getAccessKey()
If specified this governs the accessKey for the widget. |
AnimationAcceleration |
getAnimateAcceleration()
Default acceleration effect to apply to all animations on this Canvas. |
Integer |
getAnimateFadeTime()
Default time for performing an animated fade. |
AnimationAcceleration |
getAnimateHideAcceleration()
Default acceleration function for performing an animated hide. |
Integer |
getAnimateHideTime()
Default time for performing an animated hide. |
AnimationAcceleration |
getAnimateMoveAcceleration()
Default acceleration effect for performing an animated move. |
Integer |
getAnimateMoveTime()
Default time for performing an animated move. |
AnimationAcceleration |
getAnimateRectAcceleration()
Default acceleration function for performing an animated move and resize. |
Integer |
getAnimateRectTime()
Default time for performing an animated setRect. |
AnimationAcceleration |
getAnimateResizeAcceleration()
Default acceleration function for performing an animated resize. |
Integer |
getAnimateResizeTime()
Default time for performing an animated resize. |
AnimationAcceleration |
getAnimateScrollAcceleration()
Default acceleration function for performing an animated scroll. |
Integer |
getAnimateScrollTime()
Default time for performing an animated scroll. |
AnimationAcceleration |
getAnimateShowAcceleration()
Default acceleration function for performing an animated show. |
AnimationEffect |
getAnimateShowEffect()
Default animation effect to use if Canvas#animateShow() is called without an explicit effect parameter. |
Integer |
getAnimateShowTime()
Default time for performing an animated show. |
int |
getAnimateTime()
Default total duration of animations. |
String |
getAppImgDir()
Default directory for app-specific images, relative to the Page-wide appImgDir. |
String |
getAriaRole()
ARIA role of this component. |
String |
getAttribute(String attribute)
|
Boolean |
getAutoDraw()
If true, this canvas will draw itself immediately after it is created. |
Boolean |
getAutoShowParent()
If set to true, the widget's parent (if any) will automatically be shown whenever the widget is shown. |
String |
getBackgroundColor()
The background color for this widget. |
String |
getBackgroundImage()
URL for a background image for this widget (corresponding to the CSS "background-image" attribute). |
String |
getBackgroundPosition()
Specifies how the background image should be positioned on the widget. |
BackgroundRepeat |
getBackgroundRepeat()
Specifies how the background image should be tiled if this widget is larger than the image. |
String |
getBorder()
Set the CSS border of this component, as a CSS string including border-width, border-style, and/or color (eg "2px solid blue"). |
int |
getBottom()
Return the bottom coordinate of this object as rendered, relative to its enclosing context, in pixels. |
static Canvas |
getById(String ID)
Retrieve a Canvas by it's global ID. |
Boolean |
getCanAcceptDrop()
Indicates that this object can receive dropped widgets (i.e. |
Boolean |
getCanDrag()
Indicates whether this widget can initiate custom drag-and-drop operations (other than reposition or resize). |
Boolean |
getCanDragReposition()
Indicates whether this widget can be moved by a user of your application by simply dragging with the mouse. |
Boolean |
getCanDragResize()
Indicates whether this widget can be resized by dragging on the edges and/or corners of the widget with the mouse. |
Boolean |
getCanDragScroll()
If this Canvas is canAcceptDrop:true, when the user drags a droppable widget over an edge of the widget, should we scroll to show the rest of the widget's content? Returned from canvas.shouldDragScroll() if there are scrollbars. |
Boolean |
getCanDrop()
Indicates that this object can be dropped on top of other widgets. |
Boolean |
getCanDropBefore()
When explicitly set to false, disallows drop before this member in the Layout. |
Boolean |
getCanFocus()
Can this widget be allowed to become the target of keyboard events? |
Boolean |
getCanHover()
Will this Canvas fire hover events when the user hovers over it, or one of its children? |
Boolean |
getCanSelectText()
Whether native drag selection of contained text is allowed within this Canvas. |
CanvasItem |
getCanvasItem()
If this canvas is being displayed in a CanvasItem, this property will be
set to point at the item. |
Canvas[] |
getChildren()
Array of all Canvii that are immediate children of this Canvas. |
Boolean |
getChildrenSnapResizeToGrid()
If true, causes this canvas's children to snap to its grid when resizing. |
Boolean |
getChildrenSnapToGrid()
If true, causes this canvas's children to snap to its grid when dragging. |
String |
getClassName()
Returns the javascript class name. |
String |
getContents()
The contents of a canvas or label widget. |
Menu |
getContextMenu()
Context menu to show for this object, an instance of the Menu widget. |
Cursor |
getCursor()
Specifies the cursor image to display when the mouse pointer is over this widget. |
String |
getDataPath()
A dataPath may be specified on any canvas. |
int |
getDefaultHeight()
For custom components, establishes a default height for the component. |
int |
getDefaultWidth()
For custom components, establishes a default width for the component. |
Boolean |
getDestroyed()
If this property is set to true, the destroy() method
has been called on this canvas. |
Boolean |
getDestroying()
This property is set to true when the Canvas.destroy method is called
on a widget. |
boolean |
getDisabled()
If set to true, the widget will be disabled. |
Cursor |
getDisabledCursor()
Specifies the cursor image to display when the mouse pointer is over this widget if this widget is disabled. |
int |
getDoubleClickDelay()
Amount of time (in msec) between which two clicks are considered a single click |
DragAppearance |
getDragAppearance()
Visual appearance to show when the object is being dragged. |
DragIntersectStyle |
getDragIntersectStyle()
This indicates how the system will test for droppable targets: either by intersection with the mouse or intersection with the rectangle of the dragMoveTarget. |
Integer |
getDragOpacity()
If this widget has dragAppearance "target", this value specifies the opacity to render the target while it
is being dragged. |
DragAppearance |
getDragRepositionAppearance()
If canDragReposition is true, this attributes specifies
the visual appearance to show during drag reposition. |
Cursor |
getDragRepositionCursor()
Cursor to switch to if the mouse is over a widget that is drag repositionable. |
DragAppearance |
getDragResizeAppearance()
If canDragResize is true, this attributes specifies the
visual appearance to show during drag resize. |
int |
getDragScrollDelay()
If this widget supports drag-scrolling, This property specifies how many ms the user must hover over the drag-scroll threshold before scrolling begins. |
int |
getDragStartDistance()
Number of pixels the cursor needs to move before the EventHandler starts a drag operation. |
Canvas |
getDragTarget()
A different widget that should be actually dragged when dragging initiates on this widget. |
String |
getDragType()
The "type" of thing given as a string that can be dragged from this widget. |
String[] |
getDropTypes()
|
Boolean |
getDynamicContents()
Dynamic contents allows the contents string to be treated as a simple, but powerful template. |
String |
getEdgeBackgroundColor()
Background color for the EdgedCanvas created to decorate this component. |
String |
getEdgeCenterBackgroundColor()
Background color for the center section only. |
String |
getEdgeImage()
Base name of images for edges. |
int |
getEdgeMarginSize()
How far into the edge of an object do we consider the "edge" for drag resize purposes? |
Integer |
getEdgeOffset()
Amount the contained Canvas should be offset. |
Integer |
getEdgeOpacity()
Opacity of the edges. |
Boolean |
getEdgeShowCenter()
Whether to show media in the center section, that is, behind the decorated Canvas. |
int |
getEdgeSize()
Size in pixels for corners and edges |
static EdgeName |
getEventEdge()
Check if an event is within an "edge" of this canvas. |
static EdgeName |
getEventEdge(EdgeName[] edgeMask)
Check if an event is within an "edge" of this canvas. |
int |
getExtraSpace()
When this Canvas is included as a member in a Layout, extra blank space that should be left after this member in a Layout. |
String |
getFacetId()
If a Canvas is dropped onto a CubeGrid, and it has a facetId
property specified then the Cube treats this as adding that facetId at the drop location. |
String |
getFullDataPath()
Returns a fully qualified DataPath for this canvas. |
String |
getGroupTitle()
Return the groupTitle. |
Integer |
getHeight()
|
String |
getHeightAsString()
|
Alignment |
getHoverAlign()
If this.showHover is true, this property can be used to customize the alignment of content in the hover
canvas. |
Boolean |
getHoverAutoDestroy()
If this.showHover is true and Canvas.getHoverComponent is implemented, should the hoverCanvas returned from it be automatically destroyed when it is
hidden? |
Canvas |
getHoverComponent()
When showHoverComponents is true, this method is
called to get the component to show as a hover for this Canvas. |
int |
getHoverDelay()
If this.canHover is true, how long should the mouse be kept over this widget before the hover event is
fired |
Integer |
getHoverHeight()
If this.showHover is true, this property can be used to customize the height of the hover canvas shown. |
String |
getHoverHTML()
If this.showHover is true, when the user holds the mouse over this Canvas for long enough to trigger a
hover event, a hover canvas is shown by default. |
Boolean |
getHoverMoveWithMouse()
If this.showHover is true, should this widget's hover canvas be moved with the mouse while visible? |
Integer |
getHoverOpacity()
If this.showHover is true, should the hover canvas be shown with opacity other than 100? |
String |
getHoverStyle()
If this.showHover is true, this property can be used to specify the css style to apply to the hover canvas. |
VerticalAlignment |
getHoverVAlign()
If this.showHover is true, this property can be used to customize the vertical alignment of content in the
hover canvas. |
Integer |
getHoverWidth()
If this.showHover is true, this property can be used to
customize the width of the hover canvas shown. |
Boolean |
getHoverWrap()
If this.showHover is true, this property can be used to customize the whether content in the hover canvas
is displayed in a single line, or wraps. |
int |
getHSnapOrigin()
Get an offset to be used when calculating snap positioning. |
int |
getHSnapOrigin(Canvas snapChild)
Get an offset to be used when calculating snap positioning. |
int |
getHSnapPosition(int coordinate)
Override this method to provide a custom snap-to grid. |
int |
getHSnapPosition(int coordinate,
String direction)
Override this method to provide a custom snap-to grid. |
DrawPosition |
getHtmlPosition()
If htmlElement is specified, this attribute specifies the
position where the canvas should be inserted relative to the htmlElement in the DOM. |
static String |
getImgURL(String URL)
Return the full URL for an image to be drawn in this canvas. |
static String |
getImgURL(String URL,
String imgDir)
Return the full URL for an image to be drawn in this canvas. |
int |
getInnerContentHeight()
Returns the amount of space available for interior content (or relatively positioned child widget(s)) without introducing clipping, scrolling or overflow. This is the space within the viewport of the widget (not including padding, and excluding margins, borders or scrollbars) rendered at its specified size. |
int |
getInnerContentWidth()
Returns the amount of space available for interior content (or relatively positioned child widget(s)) without introducing clipping, scrolling or overflow. This is the space within the viewport of the widget (not including padding, and excluding margins, borders or scrollbars) rendered at its specified size. |
int |
getInnerHeight()
Returns the amount of space available for (an) absolutely positioned child widget(s) or absolutely positioned HTML content, without introducing clipping, scrolling or overflow. |
int |
getInnerWidth()
Returns the amount of space available for absolutely positioned child widget(s) or absolutely positioned HTML content, without introducing clipping, scrolling or overflow. |
Boolean |
getIsGroup()
Return the isGroup. |
Boolean |
getKeepInParentRect()
Constrains drag-resizing and drag-repositioning of this canvas to either the rect of its parent (if set to true) or an arbitrary rect based its parent (if set to a [Left,Top,Width,Height] rect array). |
Alignment |
getLayoutAlign()
When this Canvas is included as a member in a Layout, layoutAlign controls alignment on the breadth axis of the layout. |
int |
getLeft()
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property). |
String |
getLeftAsString()
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property). |
LocatorStrategy |
getLocateChildrenBy()
Strategy to use when locating children in this canvas from an autoTest locator string. |
LocatorTypeStrategy |
getLocateChildrenType()
LocatorTypeStrategy to use when finding children within this canvas. |
LocatorStrategy |
getLocatePeersBy()
Strategy to use when locating peers of this canvas from an autoTest locator string. |
LocatorTypeStrategy |
getLocatePeersType()
LocatorTypeStrategy to use when finding peers of this canvas. |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
getLogicalStructure()
|
Integer |
getMargin()
Set the CSS Margin, in pixels, for this component. |
Canvas |
getMasterElement()
This Canvas's "master" (the Canvas to which it was added as a peer), if any. |
Boolean |
getMatchElement()
If htmlElement is specified, should this canvas initially be
drawn at the same dimensions as the htmlElement?Note: setting this property will not force the canvas to resize if the element subsequently resizes (for example due to page reflow). |
int |
getMaxHeight()
Maximum height that this Canvas can be resized to. |
int |
getMaxWidth()
Maximum width that this Canvas can be resized to. |
String |
getMenuConstructor()
Default class used to construct menus created by this component, including context menus. |
int |
getMinHeight()
Minimum height that this Canvas can be resized to. |
int |
getMinWidth()
Minimum width that this Canvas can be resized to. |
int |
getMouseStillDownDelay()
Amount of time (in msec) between 'mouseStillDown' events for this object |
int |
getMouseStillDownInitialDelay()
Amount of time (in msec) before mouseStillDown events start to be fired for this object. |
int |
getNextZIndex()
get the next zIndex for the next item to be drawn. |
Boolean |
getNoDoubleClicks()
If true, this canvas will receive all mouse-clicks as single click events rather than doubleClicks. |
int |
getOffsetHeight()
|
int |
getOffsetWidth()
|
int |
getOffsetX()
Return the X-coordinate of the last event relative to the left edge of the content of this Canvas. NOTE: To get a coordinate relative to the viewport of this Canvas, subtract this.getScrollLeft() |
int |
getOffsetY()
Return the Y-coordinate of the last event, relative to the top edge of the content of this Canvas. NOTE: To get a coordinate relative to the viewport of this Canvas, subtract this.getScrollTop() |
Integer |
getOpacity()
Renders the widget to be partly transparent. |
static Canvas |
getOrCreateRef(JavaScriptObject jsObj)
|
Overflow |
getOverflow()
Controls what happens when the drawn size of the content of a Canvas is either greater or smaller than the specified size of the Canvas. |
Integer |
getPadding()
Set the CSS padding of this component, in pixels. |
int |
getPageBottom()
Return the page-relative bottom coordinate of this object, in pixels. |
int |
getPageLeft()
Returns the page-relative left coordinate of the widget on the page, in pixels. |
Rectangle |
getPageRect()
|
int |
getPageRight()
Return the page-relative right coordinate of this object, in pixels. |
int |
getPageTop()
Returns the page-relative top coordinate of the widget on the page, in pixels |
Canvas |
getParentElement()
This Canvas's immediate parent, if any. |
Canvas[] |
getParentElements()
Returns an array of object references to all ancestors of this widget in the containment hierarchy, starting with the direct parent and ending with the top element. |
Canvas[] |
getPeers()
Array of all Canvii that are peers of this Canvas. |
PercentBoxModel |
getPercentBox()
Governs the model to be used when sizing canvases with percentage width or height, or positioning widgets with a specified snapTo. |
Canvas |
getPercentSource()
If this canvas has its size specified as a percentage, this property allows the user to explicitly designate another canvas upon which sizing will be based. |
Positioning |
getPosition()
Absolute or relative, corresponding to the "absolute" (with respect to parent) or "relative" (with respect to document flow) values for the CSS position attribute. |
String |
getPrefix()
|
Boolean |
getPrintChildrenAbsolutelyPositioned()
Should this canvas print its children absolutely positioned when generating printable HTML. |
static void |
getPrintHTML(Object[] components,
PrintProperties printProperties,
PrintHTMLCallback callback)
Returns print-formatted HTML for the specified list of components. |
String |
getPrintHTML(PrintProperties printProperties,
PrintHTMLCallback callback)
Retrieves printable HTML for this component and all printable subcomponents. |
String |
getPrompt()
Prompt displayed in hover canvas if showHover is true. |
Rectangle |
getRect()
Get all four coordinates, relative to the enclosing context, at one. |
Boolean |
getRedrawOnResize()
Should this element be redrawn in response to a resize? |
String |
getResizeBarTarget()
When this Canvas is included as a member in a Layout, and showResizeBar is set to true so that a resizeBar is created, resizeBarTarget:"next" can be
set to indicate that the resizeBar should resize the next member of the layout rather than this one. |
EdgeName[] |
getResizeFrom()
When drag resizing is enabled via canDragResize, restricts
resizes to only certain edges or corners. |
int |
getRight()
Return the right coordinate of this object as rendered, relative to its enclosing context, in pixels. |
int |
getScrollbarSize()
How thick should we make the scrollbars for this canvas. NOTE: has no effect if showCustomScrollbars is false. |
int |
getScrollBottom()
Returns the scrollTop required to scroll vertically to the end of this widget's content. |
int |
getScrollHeight()
Returns the scrollable height of the widget's contents, including children, ignoring clipping. |
int |
getScrollLeft()
Get the number of pixels this Canvas is scrolled from its left edge. |
int |
getScrollRight()
Returns the scrollLeft required to scroll horizontally to the end of this widget's content. |
int |
getScrollTop()
Get the number of pixels this Canvas is scrolled from its top edge. |
int |
getScrollWidth()
Returns the scrollable width of the widget's contents, including children, ignoring clipping. |
int |
getShadowDepth()
Depth of the shadow, or the virtual height above the page of the widget throwing the shadow. |
String |
getShadowImage()
Base name of the series of images for the sides, corners, and center of the shadow. |
Integer |
getShadowOffset()
Offset of the shadow. |
Integer |
getShadowSoftness()
Softness, or degree of blurring, of the shadow. |
Boolean |
getShouldPrint()
Whether this canvas should be included in a printable view. |
Boolean |
getShowCustomScrollbars()
Whether to use the browser's native scrollbars or Smart GWT-based scrollbars. |
Boolean |
getShowDragShadow()
When this widget is dragged, if its dragAppearance is "target", should we show a shadow behind the canvas
during the drag. |
Boolean |
getShowEdges()
Whether an EdgedCanvas should be used to show image-based edges around this
component. |
Boolean |
getShowHover()
If this.canHover is true, should we show the global hover canvas by default when the user hovers over this
canvas? |
Boolean |
getShowHoverComponents()
When set to true, shows a widget hovering at the mouse point instead of the builtin hover label. |
Boolean |
getShowResizeBar()
When this Canvas is included as a member in a Layout, whether a resizeBar
should be shown after this member in the layout, to allow it to be resized. |
Boolean |
getShowShadow()
Whether to show a drop shadow for this Canvas |
String |
getSkinImgDir()
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir. |
String |
getSnapAxis()
Describes which axes to apply snap-to-grid to. |
String |
getSnapEdge()
If snapTo is defined to this widget, this property can be used to
define which edge of this widget should be snapped to an edge of the master or parent element. |
String |
getSnapHDirection()
The horizontal snap direction. |
int |
getSnapHGap()
The horizontal grid size to use, in pixels, when snap-to-grid is enabled. |
Integer |
getSnapOffsetLeft()
If snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the left coordinate of this widget. |
Integer |
getSnapOffsetTop()
If snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the top coordinate of this widget. |
Boolean |
getSnapOnDrop()
When this canvas is dropped onto an object supporting snap-to-grid, should it snap to the grid (true, the default) or just drop wherever the mouse is (false). |
Boolean |
getSnapResizeToGrid()
Causes this canvas to snap to its parent's grid when resizing. |
String |
getSnapTo()
Position this widget such that it is aligned with ("snapped to") an edge of its masterElement (if specified), or its parentElement. |
Boolean |
getSnapToGrid()
Causes this canvas to snap to its parent's grid when dragging. |
String |
getSnapVDirection()
The vertical snap direction. |
int |
getSnapVGap()
The vertical grid size to use, in pixels, when snap-to-grid is enabled. |
String |
getStyleName()
The CSS class applied to this widget as a whole. |
Integer |
getTabIndex()
If specified this governs the tabIndex of the widget in the page's tab order. |
String |
getTitle()
Synonym for getPrompt() |
String |
getTooltip()
Synonym for getPrompt() |
int |
getTop()
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property). |
String |
getTopAsString()
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property). |
Canvas |
getTopElement()
The top-most Canvas (i.e., not a child of any other Canvas), if any, in this widget's containment hierarchy. |
Boolean |
getUseBackMask()
In earlier versions of Internet Explorer (pre IE9), a native limitation exists whereby if HTML elements are overlapping on the page, certain elements can appear to "burn through" elements in the same position with a higher z-index. |
Boolean |
getUseOpacityFilter()
Configures where the Opacity filter is used for IE6-8. |
ValuesManager |
getValuesManager()
ValuesManager for managing values displayed in this component. |
int |
getViewportHeight()
Returns the height of the viewport onto the scrollable content. |
int |
getViewportWidth()
Returns the width of the viewport onto the scrollable content. |
Visibility |
getVisibility()
Controls widget visibility when the widget is initialized. |
int |
getVisibleHeight()
Return the visible height of the Canvas. |
int |
getVisibleWidth()
Return the visible width of the Canvas. |
int |
getVSnapOrigin()
Get an offset to be used when calculating snap positioning. |
int |
getVSnapOrigin(Canvas snapChild)
Get an offset to be used when calculating snap positioning. |
int |
getVSnapPosition(int coordinate)
Override this method to provide a custom snap-to grid. |
int |
getVSnapPosition(int coordinate,
String direction)
Override this method to provide a custom snap-to grid. |
Integer |
getWidth()
|
String |
getWidthAsString()
|
int |
getZIndex()
Get the z-Index of this canvas. |
void |
handleHover()
Handler fired on a delay when the user hovers the mouse over this hover-target. |
void |
hide()
Sets the widget's CSS visibility attribute to "hidden". |
void |
hideClickMask()
Hides the click mask associated with this canvas. |
void |
hideClickMask(String ID)
Hides the click mask associated with this canvas. |
void |
hideContextMenu()
The default implementation of this method hides the contextMenu currently being shown for this component (which occurs when the mouse button that toggles the context menu is released). |
static String |
imgHTML(String src)
Generates the HTML for an image unique to this Canvas. |
static String |
imgHTML(String src,
int width,
int height)
|
static String |
imgHTML(String src,
int width,
int height,
String name,
String extraStuff,
String imgDir)
Generates the HTML for an image unique to this Canvas. |
Boolean |
intersects(Canvas other)
Returns true if the rectangles of this widget and the specified widget overlap. |
Boolean |
isDirty()
Returns whether a canvas is waiting to be redrawn. |
Boolean |
isDisabled()
Is this canvas disabled? Note that the disabled state is inherited - this method will return true if this widget, or any of its ancestors are marked disabled. |
Boolean |
isDrawn()
Returns the boolean true, if the widget has been completely drawn, and false otherwise. |
boolean |
isVisible()
Returns true if the widget is visible, taking all parents into account, so that a widget which is not hidden might still report itself as not visible if it is within a hidden parent. |
Boolean |
keyUp()
Executed when a key is released on a focusable widget ( canFocus:
true). |
void |
layoutChildren(String reason)
layoutChildren() is where a Canvas should implement a sizing policy for it's Canvas children. |
String |
linkHTML(String href)
Generates the HTML for a standard link element |
String |
linkHTML(String href,
String text,
String target,
String ID,
Integer tabIndex,
String accessKey)
Generates the HTML for a standard link element |
void |
markForDestroy()
destroy() this canvas on a timeout. |
void |
markForRedraw()
Marks the widget as "dirty" so that it will be added to a queue for redraw. |
void |
markForRedraw(String reason)
Marks the widget as "dirty" so that it will be added to a queue for redraw. |
void |
moveAbove(Canvas canvas)
Puts this widget just above the specified widget in the stacking order, so it appears in front of the specified widget if both widgets have the same parent. |
void |
moveBelow(Canvas canvas)
Puts this widget just below the specified widget in the stacking order, so it appears behind the specified widget if both widgets have the same parent. |
Boolean |
moveBy(int deltaX,
int deltaY)
Moves the widget deltaX pixels to the right and deltaY pixels down. |
boolean |
moveTo(int left,
int top)
Moves the widget so that its top-left corner is at the specified coordinates. |
protected void |
onAttach()
|
protected void |
onDetach()
|
protected void |
onInit()
|
protected void |
parentResized()
Fires when the interior size of the parent changes, including parent resize and scrollbar introduction or removal. |
static void |
printComponents(Object[] components)
Generate printable HTML for the designated components and trigger the native print dialog, without ever showing the printable HTML to the user. |
void |
redraw()
Redraws the widget immediately with its current property values. |
void |
redraw(String reason)
Redraws the widget immediately with its current property values. |
void |
removeChild(Canvas child)
Remove a child from this parent. |
void |
removeChild(Canvas child,
String name)
Remove a child from this parent. |
void |
removePeer(Canvas peer)
Remove a peer from this Canvas |
void |
removePeer(Canvas peer,
String name)
Remove a peer from this Canvas |
Boolean |
resizeBy(int deltaX,
int deltaY)
Resizes the widget, adding deltaX to its width and deltaY to its height (moves the right and/or bottom sides of the widget). |
Boolean |
resizeTo(int width,
int height)
Resizes the widget to the specified width and height (moves the right and/ or bottom sides of the widget). |
Boolean |
resizeTo(String width,
String height)
Resizes the widget to the specified width and height (moves the right and/ or bottom sides of the widget). |
void |
scrollBy(int dX,
int dY)
Scroll this widget by some pixel increment in either (or both) direction(s). |
void |
scrollByPercent(int dX,
int dY)
Scroll this widget by some percentage of scroll size in either (or both) direction(s). |
void |
scrollTo()
Scrolls the content of the widget so that the origin (top-left corner) of the content is left pixels to the left and top pixels above the widget's top-left corner (but still clipped by the widget's dimensions). |
void |
scrollTo(Integer left,
Integer top)
Scrolls the content of the widget so that the origin (top-left corner) of the content is left pixels to the left and top pixels above the widget's top-left corner (but still clipped by the widget's dimensions). |
void |
scrollToBottom()
Vertically scrolls the content of the widget to the end of its content |
void |
scrollToLeft()
Horizontally scrolls the content of the widget to 0 |
void |
scrollToPercent(int left,
int top)
Scroll this widget to some position specified as a percentage of scroll size in either (or both) direction(s). |
void |
scrollToRight()
Horizontally scrolls the content of the widget to the end of its content |
void |
scrollToTop()
Vertically scrolls the content of the widget to 0 |
void |
sendToBack()
Puts this widget at the bottom of the stacking order, so it appears behind all other widgets in the same parent. |
void |
setAccessKey(String accessKey)
If specified this governs the accessKey for the widget. |
void |
setAlign(Alignment align)
|
static void |
setAllowExternalFilters(boolean allExternalFilters)
Changes the system-wide allowExternalFilters setting. |
void |
setAnimateAcceleration(AnimationAcceleration animateAcceleration)
Default acceleration effect to apply to all animations on this Canvas. |
void |
setAnimateFadeTime(Integer animateFadeTime)
Default time for performing an animated fade. |
void |
setAnimateHideAcceleration(AnimationAcceleration animateHideAcceleration)
Default acceleration function for performing an animated hide. |
void |
setAnimateHideTime(Integer animateHideTime)
Default time for performing an animated hide. |
void |
setAnimateMoveAcceleration(AnimationAcceleration animateMoveAcceleration)
Default acceleration effect for performing an animated move. |
void |
setAnimateMoveTime(Integer animateMoveTime)
Default time for performing an animated move. |
void |
setAnimateRectAcceleration(AnimationAcceleration animateRectAcceleration)
Default acceleration function for performing an animated move and resize. |
void |
setAnimateRectTime(Integer animateRectTime)
Default time for performing an animated setRect. |
void |
setAnimateResizeAcceleration(AnimationAcceleration animateResizeAcceleration)
Default acceleration function for performing an animated resize. |
void |
setAnimateResizeTime(Integer animateResizeTime)
Default time for performing an animated resize. |
void |
setAnimateScrollAcceleration(AnimationAcceleration animateScrollAcceleration)
Default acceleration function for performing an animated scroll. |
void |
setAnimateScrollTime(Integer animateScrollTime)
Default time for performing an animated scroll. |
void |
setAnimateShowAcceleration(AnimationAcceleration animateShowAcceleration)
Default acceleration function for performing an animated show. |
void |
setAnimateShowEffect(AnimationEffect animateShowEffect)
Default animation effect to use if Canvas#animateShow() is called without an explicit effect parameter. |
void |
setAnimateShowTime(Integer animateShowTime)
Default time for performing an animated show. |
void |
setAnimateTime(int animateTime)
Default total duration of animations. |
void |
setAppImgDir(String appImgDir)
Default directory for app-specific images, relative to the Page-wide appImgDir. |
void |
setAriaRole(String ariaRole)
ARIA role of this component. |
void |
setAutoDraw(Boolean autoDraw)
If true, this canvas will draw itself immediately after it is created. |
void |
setAutoHeight()
Set the minimum value for height. |
void |
setAutoShowParent(Boolean autoShowParent)
If set to true, the widget's parent (if any) will automatically be shown whenever the widget is shown. |
void |
setAutoWidth()
Set the minimum value for width. |
void |
setBackgroundColor(String backgroundColor)
The background color for this widget. |
void |
setBackgroundImage(String backgroundImage)
URL for a background image for this widget (corresponding to the CSS "background-image" attribute). |
void |
setBackgroundPosition(String backgroundPosition)
Specifies how the background image should be positioned on the widget. |
void |
setBackgroundRepeat(BackgroundRepeat backgroundRepeat)
Specifies how the background image should be tiled if this widget is larger than the image. |
void |
setBorder(String border)
Set the CSS border of this component, as a CSS string including border-width, border-style, and/or color (eg "2px solid blue"). |
void |
setBottom(int bottom)
Resizes the widget vertically to position its bottom edge at the specified coordinate. |
void |
setCanAcceptDrop(Boolean canAcceptDrop)
Indicates that this object can receive dropped widgets (i.e. |
void |
setCanDrag(Boolean canDrag)
Indicates whether this widget can initiate custom drag-and-drop operations (other than reposition or resize). |
void |
setCanDragReposition(Boolean canDragReposition)
Indicates whether this widget can be moved by a user of your application by simply dragging with the mouse. |
void |
setCanDragResize(Boolean canDragResize)
Indicates whether this widget can be resized by dragging on the edges and/or corners of the widget with the mouse. |
void |
setCanDragScroll(Boolean canDragScroll)
If this Canvas is canAcceptDrop:true, when the user drags a droppable widget over an edge of the widget, should we scroll to show the rest of the widget's content? Returned from canvas.shouldDragScroll() if there are scrollbars. |
void |
setCanDrop(Boolean canDrop)
Indicates that this object can be dropped on top of other widgets. |
void |
setCanDropBefore(Boolean canDropBefore)
When explicitly set to false, disallows drop before this member in the Layout. |
void |
setCanFocus(Boolean canFocus)
Can this widget be allowed to become the target of keyboard events? |
void |
setCanHover(Boolean canHover)
Will this Canvas fire hover events when the user hovers over it, or one of its children? |
void |
setCanSelectText(Boolean canSelectText)
Whether native drag selection of contained text is allowed within this Canvas. |
void |
setCanvasItem(CanvasItem canvasItem)
If this canvas is being displayed in a CanvasItem, this property will be
set to point at the item. |
void |
setChildren(Canvas... children)
Array of all Canvii that are immediate children of this Canvas. |
void |
setChildrenSnapResizeToGrid(Boolean childrenSnapResizeToGrid)
If true, causes this canvas's children to snap to its grid when resizing. |
void |
setChildrenSnapToGrid(Boolean childrenSnapToGrid)
If true, causes this canvas's children to snap to its grid when dragging. |
void |
setContents(String contents)
The contents of a canvas or label widget. |
void |
setContextMenu(Menu contextMenu)
Context menu to show for this object, an instance of the Menu widget. |
void |
setCursor(Cursor cursor)
Specifies the cursor image to display when the mouse pointer is over this widget. |
void |
setDataPath(String dataPath)
A dataPath may be specified on any canvas. |
void |
setDefaultHeight(int defaultHeight)
For custom components, establishes a default height for the component. |
static void |
setDefaultProperties(Canvas canvasProperties)
Class level method to set the default properties of this class. |
void |
setDefaultWidth(int defaultWidth)
For custom components, establishes a default width for the component. |
void |
setDisabled(boolean disabled)
If set to true, the widget will be disabled. |
void |
setDisabledCursor(Cursor disabledCursor)
Specifies the cursor image to display when the mouse pointer is over this widget if this widget is disabled. |
void |
setDoubleClickDelay(int doubleClickDelay)
Amount of time (in msec) between which two clicks are considered a single click |
void |
setDragAppearance(DragAppearance dragAppearance)
Visual appearance to show when the object is being dragged. |
void |
setDragIntersectStyle(DragIntersectStyle dragIntersectStyle)
This indicates how the system will test for droppable targets: either by intersection with the mouse or intersection with the rectangle of the dragMoveTarget. |
void |
setDragOpacity(Integer dragOpacity)
If this widget has dragAppearance "target", this value specifies the opacity to render the target while it
is being dragged. |
void |
setDragRepositionAppearance(DragAppearance dragRepositionAppearance)
If canDragReposition is true, this attributes specifies
the visual appearance to show during drag reposition. |
void |
setDragRepositionCursor(Cursor dragRepositionCursor)
Cursor to switch to if the mouse is over a widget that is drag repositionable. |
void |
setDragResizeAppearance(DragAppearance dragResizeAppearance)
If canDragResize is true, this attributes specifies the
visual appearance to show during drag resize. |
void |
setDragScrollDelay(int dragScrollDelay)
If this widget supports drag-scrolling, This property specifies how many ms the user must hover over the drag-scroll threshold before scrolling begins. |
void |
setDragStartDistance(int dragStartDistance)
Number of pixels the cursor needs to move before the EventHandler starts a drag operation. |
void |
setDragTarget(Canvas dragTarget)
A different widget that should be actually dragged when dragging initiates on this widget. |
void |
setDragType(String dragType)
The "type" of thing given as a string that can be dragged from this widget. |
void |
setDropTypes(String... dropTypes)
The "type" of thing(s) that can be dropped on this widget specified as a string or an array of strings (indicating multiple types). |
void |
setDynamicContents(Boolean dynamicContents)
Dynamic contents allows the contents string to be treated as a simple, but powerful template. |
void |
setEdgeBackgroundColor(String edgeBackgroundColor)
Background color for the EdgedCanvas created to decorate this component. |
void |
setEdgeCenterBackgroundColor(String edgeCenterBackgroundColor)
Background color for the center section only. |
void |
setEdgeImage(String edgeImage)
Base name of images for edges. |
void |
setEdgeMarginSize(int edgeMarginSize)
How far into the edge of an object do we consider the "edge" for drag resize purposes? |
void |
setEdgeOffset(Integer edgeOffset)
Amount the contained Canvas should be offset. |
void |
setEdgeOpacity(Integer edgeOpacity)
Opacity of the edges. |
void |
setEdgeShowCenter(Boolean edgeShowCenter)
Whether to show media in the center section, that is, behind the decorated Canvas. |
void |
setEdgeSize(int edgeSize)
Size in pixels for corners and edges |
void |
setExtraSpace(int extraSpace)
When this Canvas is included as a member in a Layout, extra blank space that should be left after this member in a Layout. |
void |
setFacetId(String facetId)
If a Canvas is dropped onto a CubeGrid, and it has a facetId property specified then
the Cube treats this as adding that facetId at the drop location. |
void |
setGroupTitle(String groupTitle)
Set the groupTitle. |
void |
setHeight(int height)
Size for this component's vertical dimension. |
void |
setHeight(String height)
|
void |
setHeight100()
Convenience method that sets the height to 100%. |
void |
setHoverAlign(Alignment hoverAlign)
If this.showHover is true, this property can be used to customize the alignment of content in the hover
canvas. |
void |
setHoverAutoDestroy(Boolean hoverAutoDestroy)
If this.showHover is true and Canvas.getHoverComponent is implemented, should the hoverCanvas returned from it be automatically destroyed when it is
hidden? |
void |
setHoverDelay(int hoverDelay)
If this.canHover is true, how long should the mouse be kept over this widget before the hover event is
fired |
void |
setHoverHeight(Integer hoverHeight)
If this.showHover is true, this property can be used to customize the height of the hover canvas shown. |
void |
setHoverMoveWithMouse(Boolean hoverMoveWithMouse)
If this.showHover is true, should this widget's hover canvas be moved with the mouse while visible? |
void |
setHoverOpacity(Integer hoverOpacity)
If this.showHover is true, should the hover canvas be shown with opacity other than 100? |
void |
setHoverStyle(String hoverStyle)
If this.showHover is true, this property can be used to specify the css style to apply to the hover canvas. |
void |
setHoverVAlign(VerticalAlignment hoverVAlign)
If this.showHover is true, this property can be used to customize the vertical alignment of content in the
hover canvas. |
void |
setHoverWidth(Integer hoverWidth)
If this.showHover is true, this property can be used to
customize the width of the hover canvas shown. |
void |
setHoverWrap(Boolean hoverWrap)
If this.showHover is true, this property can be used to customize the whether content in the hover canvas
is displayed in a single line, or wraps. |
void |
setHtmlPosition(DrawPosition htmlPosition)
If htmlElement is specified, this attribute specifies the
position where the canvas should be inserted relative to the htmlElement in the DOM. |
void |
setImage(String identifier,
String URL)
Set the URL of an image element by name. |
void |
setImage(String identifier,
String URL,
String imgDir)
Set the URL of an image element by name. |
void |
setIsGroup(Boolean isGroup)
Set the isGroup. |
void |
setJavaScriptObject(JavaScriptObject jsObj)
|
void |
setKeepInParentRect(Boolean keepInParentRect)
Constrains drag-resizing and drag-repositioning of this canvas to either the rect of its parent (if set to true) or an arbitrary rect based its parent (if set to a [Left,Top,Width,Height] rect array). |
void |
setKeepInParentRect(Integer... keepInParentRect)
Constrains drag-resizing and drag-repositioning of this canvas to either the rect of its parent (if set to true) or an arbitrary rect based its parent (if set to a [Left,Top,Width,Height] rect array). |
void |
setKeepInParentRect(Rectangle rectangle)
|
void |
setLayoutAlign(Alignment layoutAlign)
When this Canvas is included as a member in a Layout, layoutAlign controls alignment on the breadth axis of the layout. |
void |
setLayoutAlign(VerticalAlignment layoutAlign)
When this Canvas is included as a member in a Layout, layoutAlign controls alignment on the breadth axis of the layout. |
void |
setLeft(int left)
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property). |
void |
setLeft(String left)
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property). |
void |
setLocateChildrenBy(LocatorStrategy locateChildrenBy)
Strategy to use when locating children in this canvas from an autoTest locator string. |
void |
setLocateChildrenType(LocatorTypeStrategy locateChildrenType)
LocatorTypeStrategy to use when finding children within this canvas. |
void |
setLocatePeersBy(LocatorStrategy locatePeersBy)
Strategy to use when locating peers of this canvas from an autoTest locator string. |
void |
setLocatePeersType(LocatorTypeStrategy locatePeersType)
LocatorTypeStrategy to use when finding peers of this canvas. |
com.smartgwt.logicalstructure.core.LogicalStructureObject |
setLogicalStructure(com.smartgwt.logicalstructure.widgets.CanvasLogicalStructure s)
|
void |
setMargin(Integer margin)
Set the CSS Margin, in pixels, for this component. |
void |
setMatchElement(Boolean matchElement)
If htmlElement is specified, should this canvas initially be
drawn at the same dimensions as the htmlElement?Note: setting this property will not force the canvas to resize if the element subsequently resizes (for example due to page reflow). |
void |
setMaxHeight(int maxHeight)
Maximum height that this Canvas can be resized to. |
void |
setMaxWidth(int maxWidth)
Maximum width that this Canvas can be resized to. |
void |
setMenuConstructor(String menuConstructor)
Default class used to construct menus created by this component, including context menus. |
void |
setMinHeight(int minHeight)
Minimum height that this Canvas can be resized to. |
void |
setMinWidth(int minWidth)
Minimum width that this Canvas can be resized to. |
void |
setMouseStillDownDelay(int mouseStillDownDelay)
Amount of time (in msec) between 'mouseStillDown' events for this object |
void |
setMouseStillDownInitialDelay(int mouseStillDownInitialDelay)
Amount of time (in msec) before mouseStillDown events start to be fired for this object. |
static void |
setNeverUseFilters(boolean neverUseFilters)
Changes the system-wide neverUseFilters setting. |
void |
setNoDoubleClicks(Boolean noDoubleClicks)
If true, this canvas will receive all mouse-clicks as single click events rather than doubleClicks. |
void |
setOpacity(Integer opacity)
Renders the widget to be partly transparent. |
void |
setOverflow(Overflow overflow)
Controls what happens when the drawn size of the content of a Canvas is either greater or smaller than the specified size of the Canvas. |
void |
setPadding(Integer padding)
Set the CSS padding of this component, in pixels. |
void |
setPageLeft(int left)
Set the page-relative left coordinate of this widget. |
void |
setPageTop(int top)
Set the page-relative top coordinate of this widget. |
void |
setParentElement(Canvas parentElement)
This Canvas's immediate parent, if any. |
void |
setPeers(Canvas... peers)
Array of all Canvii that are peers of this Canvas. |
void |
setPercentBox(PercentBoxModel percentBox)
Governs the model to be used when sizing canvases with percentage width or height, or positioning widgets with a specified snapTo. |
void |
setPercentSource(Canvas percentSource)
If this canvas has its size specified as a percentage, this property allows the user to explicitly designate another canvas upon which sizing will be based. |
void |
setPosition(Positioning position)
Absolute or relative, corresponding to the "absolute" (with respect to parent) or "relative" (with respect to document flow) values for the CSS position attribute. |
void |
setPrefix(String prefix)
|
void |
setPrintChildrenAbsolutelyPositioned(Boolean printChildrenAbsolutelyPositioned)
Should this canvas print its children absolutely positioned when generating printable HTML. |
void |
setPrompt(String prompt)
Prompt displayed in hover canvas if showHover is true. |
void |
setRect(int left,
int top,
int width,
int height)
Set all four coordinates, relative to the enclosing context, at once. |
void |
setRect(Rectangle rectangle)
Set all four coordinates, relative to the enclosing context, at once. |
void |
setRedrawOnResize(Boolean redrawOnResize)
Should this element be redrawn in response to a resize? |
void |
setResizeBarTarget(String resizeBarTarget)
When this Canvas is included as a member in a Layout, and showResizeBar is set to true so that a resizeBar is created, resizeBarTarget:"next" can be
set to indicate that the resizeBar should resize the next member of the layout rather than this one. |
void |
setResizeFrom(EdgeName... resizeFrom)
When drag resizing is enabled via canDragResize, restricts
resizes to only certain edges or corners. |
void |
setResizeFrom(String... resizeFrom)
Deprecated. use #setResizeFrom(EdgeName) instead. |
void |
setRight(int right)
Resizes the widget horizontally to position its right side at the specified coordinate. |
void |
setScrollbarSize(int scrollbarSize)
How thick should we make the scrollbars for this canvas. NOTE: has no effect if showCustomScrollbars is false. |
void |
setShadowDepth(int shadowDepth)
Depth of the shadow, or the virtual height above the page of the widget throwing the shadow. |
void |
setShadowImage(String shadowImage)
Base name of the series of images for the sides, corners, and center of the shadow. |
void |
setShadowOffset(Integer shadowOffset)
Offset of the shadow. |
void |
setShadowSoftness(Integer shadowSoftness)
Softness, or degree of blurring, of the shadow. |
void |
setShouldPrint(Boolean shouldPrint)
Whether this canvas should be included in a printable view. |
void |
setShowCustomScrollbars(Boolean showCustomScrollbars)
Whether to use the browser's native scrollbars or Smart GWT-based scrollbars. |
void |
setShowDragShadow(Boolean showDragShadow)
When this widget is dragged, if its dragAppearance is "target", should we show a shadow behind the canvas
during the drag. |
void |
setShowEdges(Boolean showEdges)
Whether an EdgedCanvas should be used to show image-based edges around this
component. |
void |
setShowHover(Boolean showHover)
If this.canHover is true, should we show the global hover canvas by default when the user hovers over this
canvas? |
void |
setShowHoverComponents(Boolean showHoverComponents)
When set to true, shows a widget hovering at the mouse point instead of the builtin hover label. |
void |
setShowResizeBar(Boolean showResizeBar)
When this Canvas is included as a member in a Layout, whether a resizeBar
should be shown after this member in the layout, to allow it to be resized. |
void |
setShowShadow(Boolean showShadow)
Whether to show a drop shadow for this Canvas If this method is called after the component has been drawn/initialized: Method to update showShadow. |
void |
setSkinImgDir(String skinImgDir)
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir. |
void |
setSmoothFade(Boolean smoothFade)
|
void |
setSnapAxis(String snapAxis)
Describes which axes to apply snap-to-grid to. |
void |
setSnapEdge(String snapEdge)
If snapTo is defined to this widget, this property can be used to
define which edge of this widget should be snapped to an edge of the master or parent element. |
void |
setSnapHDirection(String snapHDirection)
The horizontal snap direction. |
void |
setSnapHGap(int snapHGap)
The horizontal grid size to use, in pixels, when snap-to-grid is enabled. |
void |
setSnapOffsetLeft(Integer snapOffsetLeft)
If snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the left coordinate of this widget. |
void |
setSnapOffsetTop(Integer snapOffsetTop)
If snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the top coordinate of this widget. |
void |
setSnapOnDrop(Boolean snapOnDrop)
When this canvas is dropped onto an object supporting snap-to-grid, should it snap to the grid (true, the default) or just drop wherever the mouse is (false). |
void |
setSnapResizeToGrid(Boolean snapResizeToGrid)
Causes this canvas to snap to its parent's grid when resizing. |
void |
setSnapTo(String snapTo)
Position this widget such that it is aligned with ("snapped to") an edge of its masterElement (if specified), or its parentElement. |
void |
setSnapToGrid(Boolean snapToGrid)
Causes this canvas to snap to its parent's grid when dragging. |
void |
setSnapVDirection(String snapVDirection)
The vertical snap direction. |
void |
setSnapVGap(int snapVGap)
The vertical grid size to use, in pixels, when snap-to-grid is enabled. |
void |
setStyleName(String styleName)
The CSS class applied to this widget as a whole. |
void |
setTabIndex(Integer tabIndex)
If specified this governs the tabIndex of the widget in the page's tab order. |
void |
setTitle(String title)
Synonym for setPrompt(String) |
void |
setTooltip(String tooltip)
Synonym for setPrompt(String) |
void |
setTop(int top)
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property). |
void |
setTop(String top)
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property). |
void |
setUseBackMask(Boolean useBackMask)
In earlier versions of Internet Explorer (pre IE9), a native limitation exists whereby if HTML elements are overlapping on the page, certain elements can appear to "burn through" elements in the same position with a higher z-index. |
void |
setUseOpacityFilter(Boolean useOpacityFilter)
Configures where the Opacity filter is used for IE6-8. |
void |
setValuesManager(ValuesManager valuesManager)
ValuesManager for managing values displayed in this component. |
void |
setVisibility(Visibility visibility)
Controls widget visibility when the widget is initialized. |
void |
setVisible(boolean visible)
|
void |
setWidth(int width)
Size for this component's horizontal dimension. |
void |
setWidth(String width)
Size for this component's horizontal dimension. |
void |
setWidth100()
Convenience method that sets the width to 100%. |
void |
setZIndex(int newIndex)
Set the z-Index of the canvas. |
void |
shouldDragScroll()
If this widget is showing scrollbars, and a user drags close to the edge of the viewport, should we scroll the viewport in the appropriate direction? Returns this.canDragScroll if there are scrollbars, else false. |
void |
show()
Sets this widget's visibility to "inherit", so that it becomes visible if all it's parents are visible or it has no parents. |
String |
showClickMask(Function clickActionCallback,
ClickMaskMode mode,
Canvas[] unmaskedTargets)
Show a clickMask over the entire screen that intercepts mouse clicks and fires some action. |
void |
showNextTo(Canvas otherWidget)
Show this widget next to another widget. |
void |
showNextTo(Canvas otherWidget,
String side)
Show this widget next to another widget. |
static void |
showPrintPreview(Canvas component)
Show a PrintWindow containing a printable view of the component passed in containing print HTML. |
static void |
showPrintPreview(Object[] components)
Show a Print containing a printable view of the components passed in. |
static void |
showPrintPreview(Object[] components,
PrintProperties printProperties,
String title,
PrintPreviewCallback callback)
Show a Print containing a printable view of the components passed in. |
static void |
showPrintPreview(Object[] components,
PrintProperties printProperties,
String title,
PrintPreviewCallback callback,
Window printWindowProperties,
String printButtonTitle)
Show a Print containing a printable view of the components passed in. |
void |
showRecursively()
Recursively show the canvas and all it's parents so the canvas will be visible. |
void |
updateHover()
If this canvas is currently showing a hover (see Canvas.handleHover), this method can be called to update the contents of the hover. |
void |
updateHover(String hoverHTML)
If this canvas is currently showing a hover (see Canvas.handleHover), this method can be called to update the contents of the hover. |
void |
updateShadow()
Update the canvas shadow. |
Boolean |
visibleAtPoint(int x,
int y,
boolean withinViewport,
Canvas ignoreWidgets,
Canvas upToParent)
Does this widget contain the specified global (x,y) coordinates, and have no other widgets also at the specified position, obscuring this one? This is commonly used for (for example) drag and drop interactions. |
Boolean |
willAcceptDrop()
Returns true if the widget object being dragged can be dropped on this widget, and false otherwise. |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, ensureDebugId, ensureDebugId, ensureDebugId, getStyleElement, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Constructor Detail |
|---|
public Canvas()
public Canvas(JavaScriptObject jsObj)
public Canvas(String id)
| Method Detail |
|---|
public static Canvas getOrCreateRef(JavaScriptObject jsObj)
public void setJavaScriptObject(JavaScriptObject jsObj)
protected JavaScriptObject create()
create in class BaseWidgetpublic void setAccessKey(String accessKey)
The accessKey can be set to any alphanumeric character (symbols not supported) Having set an accessKey, the canvas will be given focus when the user hits Alt+[accessKey], or in Mozilla Firefox 2.0 and above, Shift+Alt+[accessKey].
Note : This is an advanced setting
accessKey - Character to use as an accessKey for this widget. Case Insensitive.. See String. Default value is nullFocus overview and related methodspublic String getAccessKey()
StringFocus overview and related methodspublic void setAnimateAcceleration(AnimationAcceleration animateAcceleration)
Note : This is an advanced setting
animateAcceleration - animateAcceleration Default value is "smoothEnd"public AnimationAcceleration getAnimateAcceleration()
public void setAnimateFadeTime(Integer animateFadeTime)
this.animateTime will be used by default instead
Note : This is an advanced setting
animateFadeTime - animateFadeTime Default value is nullpublic Integer getAnimateFadeTime()
this.animateTime will be used by default instead
public void setAnimateHideAcceleration(AnimationAcceleration animateHideAcceleration)
this.animateAcceleration will be
used by default instead
Note : This is an advanced setting
animateHideAcceleration - animateHideAcceleration Default value is nullpublic AnimationAcceleration getAnimateHideAcceleration()
this.animateAcceleration will be
used by default instead
public void setAnimateHideTime(Integer animateHideTime)
this.animateTime will be used by default instead
Note : This is an advanced setting
animateHideTime - animateHideTime Default value is nullpublic Integer getAnimateHideTime()
this.animateTime will be used by default instead
public void setAnimateMoveAcceleration(AnimationAcceleration animateMoveAcceleration)
this.animateAcceleration will be
used by default instead
Note : This is an advanced setting
animateMoveAcceleration - animateMoveAcceleration Default value is nullpublic AnimationAcceleration getAnimateMoveAcceleration()
this.animateAcceleration will be
used by default instead
public void setAnimateMoveTime(Integer animateMoveTime)
this.animateTime will be used by default instead
Note : This is an advanced setting
animateMoveTime - animateMoveTime Default value is nullpublic Integer getAnimateMoveTime()
this.animateTime will be used by default instead
public void setAnimateRectAcceleration(AnimationAcceleration animateRectAcceleration)
this.animateAcceleration will be used by default instead
Note : This is an advanced setting
animateRectAcceleration - animateRectAcceleration Default value is nullpublic AnimationAcceleration getAnimateRectAcceleration()
this.animateAcceleration will be used by default instead
public void setAnimateRectTime(Integer animateRectTime)
this.animateTime will be used by default
instead
Note : This is an advanced setting
animateRectTime - animateRectTime Default value is nullpublic Integer getAnimateRectTime()
this.animateTime will be used by default
instead
public void setAnimateResizeAcceleration(AnimationAcceleration animateResizeAcceleration)
this.animateAcceleration will
be used by default instead
Note : This is an advanced setting
animateResizeAcceleration - animateResizeAcceleration Default value is nullpublic AnimationAcceleration getAnimateResizeAcceleration()
this.animateAcceleration will
be used by default instead
public void setAnimateResizeTime(Integer animateResizeTime)
this.animateTime will be used by default instead
Note : This is an advanced setting
animateResizeTime - animateResizeTime Default value is nullpublic Integer getAnimateResizeTime()
this.animateTime will be used by default instead
public void setAnimateScrollAcceleration(AnimationAcceleration animateScrollAcceleration)
this.animateAcceleration will
be used by default instead
Note : This is an advanced setting
animateScrollAcceleration - animateScrollAcceleration Default value is nullpublic AnimationAcceleration getAnimateScrollAcceleration()
this.animateAcceleration will
be used by default instead
public void setAnimateScrollTime(Integer animateScrollTime)
this.animateTime will be used by default instead
Note : This is an advanced setting
animateScrollTime - animateScrollTime Default value is nullpublic Integer getAnimateScrollTime()
this.animateTime will be used by default instead
public void setAnimateShowAcceleration(AnimationAcceleration animateShowAcceleration)
this.animateAcceleration will be
used by default instead
Note : This is an advanced setting
animateShowAcceleration - animateShowAcceleration Default value is nullpublic AnimationAcceleration getAnimateShowAcceleration()
this.animateAcceleration will be
used by default instead
public void setAnimateShowTime(Integer animateShowTime)
this.animateTime will be used by default instead
Note : This is an advanced setting
animateShowTime - animateShowTime Default value is nullpublic Integer getAnimateShowTime()
this.animateTime will be used by default instead
public void setAnimateTime(int animateTime)
duration parameter into the appropriate animate...() method.
Note : This is an advanced setting
animateTime - animateTime Default value is 300public int getAnimateTime()
duration parameter into the appropriate animate...() method.
public void setAppImgDir(String appImgDir)
appImgDir.
Note : This is an advanced setting
appImgDir - . See String. Default value is ""Images overview and related methodspublic String getAppImgDir()
appImgDir.
StringImages overview and related methods
public void setAriaRole(String ariaRole)
throws IllegalStateException
ariaRole - . See String. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic String getAriaRole()
String
public void setAutoDraw(Boolean autoDraw)
throws IllegalStateException
Note that you should turn this OFF for any canvases that are provided as children of other canvases, or they will draw initially, then be clear()ed and drawn again when added as children, causing a large performance penalty.
For example, the following code is incorrect and will cause extra draw()s:
isc.Layout.create({
members : [
isc.ListGrid.create()
]
});
It should instead be:
isc.Layout.create({
members : [
isc.ListGrid.create({ autoDraw: false })
]
});
In order to avoid unwanted autoDrawing systematically, it is recommend that you call
isc.setAutoDraw(false) immediately after Smart GWT is loaded
and before any components are created, then set autoDraw:true or call
draw() explicitly to draw components.
Otherwise, if the global setting for autoDraw remains true, you must set
autoDraw:false, as shown above, on every component in your application that
should not immediately draw: all Canvas children, Layout members, Window items, Tab
panes, etc, however deeply nested. Forgetting to set autoDraw:false will result in one
more clear()s - these are reported on the Results tab of the
Developer Console, and can be tracked to individual components by
using the "clears" log category in the Developer Console.
autoDraw - autoDraw Default value is true
IllegalStateException - this property cannot be changed after the component has been createdDrawing overview and related methodspublic Boolean getAutoDraw()
Note that you should turn this OFF for any canvases that are provided as children of other canvases, or they will draw initially, then be clear()ed and drawn again when added as children, causing a large performance penalty.
For example, the following code is incorrect and will cause extra draw()s:
isc.Layout.create({
members : [
isc.ListGrid.create()
]
});
It should instead be:
isc.Layout.create({
members : [
isc.ListGrid.create({ autoDraw: false })
]
});
In order to avoid unwanted autoDrawing systematically, it is recommend that you call
isc.setAutoDraw(false) immediately after Smart GWT is loaded
and before any components are created, then set autoDraw:true or call
draw() explicitly to draw components.
Otherwise, if the global setting for autoDraw remains true, you must set
autoDraw:false, as shown above, on every component in your application that
should not immediately draw: all Canvas children, Layout members, Window items, Tab
panes, etc, however deeply nested. Forgetting to set autoDraw:false will result in one
more clear()s - these are reported on the Results tab of the
Developer Console, and can be tracked to individual components by
using the "clears" log category in the Developer Console.
Drawing overview and related methodspublic void setAutoShowParent(Boolean autoShowParent)
Note : This is an advanced setting
autoShowParent - autoShowParent Default value is falseAppearance overview and related methodspublic Boolean getAutoShowParent()
Appearance overview and related methodspublic void setBackgroundColor(String backgroundColor)
backgroundColor - new color to set the widget's background to. See String. Default value is nullAppearance overview and related methodspublic String getBackgroundColor()
StringAppearance overview and related methodspublic void setBackgroundImage(String backgroundImage)
backgroundImage - new URL (local to Page image directory) for background image. See SCImgURL. Default value is nullAppearance overview and related methodspublic String getBackgroundImage()
SCImgURLAppearance overview and related methods
public void setBackgroundPosition(String backgroundPosition)
throws IllegalStateException
backgroundPosition - . See String. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdAppearance overview and related methodspublic String getBackgroundPosition()
StringAppearance overview and related methods
public void setBackgroundRepeat(BackgroundRepeat backgroundRepeat)
throws IllegalStateException
background-repeat attribute. The default of null means no background-repeat CSS will be
written out. See BackgroundRepeat type for details on other settings.
NOTE: this
setting directly sets the CSS property background-repeat but does not attempt to work around various known
bugs with this setting, or lack of support in IE6. If you need to apply CSS-based workarounds for browser limitations
with this setting, it's best to do so via setting styleName.
backgroundRepeat - backgroundRepeat Default value is null
IllegalStateException - this property cannot be changed after the component has been createdAppearance overview and related methodspublic BackgroundRepeat getBackgroundRepeat()
background-repeat attribute. The default of null means no background-repeat CSS will be
written out. See BackgroundRepeat type for details on other settings.
NOTE: this
setting directly sets the CSS property background-repeat but does not attempt to work around various known
bugs with this setting, or lack of support in IE6. If you need to apply CSS-based workarounds for browser limitations
with this setting, it's best to do so via setting styleName.
Appearance overview and related methodspublic void setBorder(String border)
This property applies the same border to all four sides of this component. Different per-side borders can
be set in a CSS style and applied via styleName.
If this method is called after the component has been drawn/initialized:
Set the CSS border of this component, as a CSS string including border-width, border-style, and/or color (eg "2px solid blue").
This property applies the same border to all four sides of this component. Different per-side borders can be set in a CSS style and applied via styleName.
border - new border to set to (eg: "2px solid black"). See String. Default value is nullAppearance overview and related methodspublic String getBorder()
This property applies the same border to all four sides of this component. Different per-side borders can
be set in a CSS style and applied via styleName.
StringAppearance overview and related methodspublic void setCanAcceptDrop(Boolean canAcceptDrop)
Note : This is an advanced setting
canAcceptDrop - canAcceptDrop Default value is falseDragdrop overview and related methods,
Drag create Examplepublic Boolean getCanAcceptDrop()
Dragdrop overview and related methods,
Drag create Examplepublic void setCanDrag(Boolean canDrag)
Note : This is an advanced setting
canDrag - canDrag Default value is falseDragdrop overview and related methods,
Drag create Examplepublic Boolean getCanDrag()
Dragdrop overview and related methods,
Drag create Examplepublic void setCanDragReposition(Boolean canDragReposition)
Note : This is an advanced setting
canDragReposition - canDragReposition Default value is falseDragdrop overview and related methods,
Drag effects Examplepublic Boolean getCanDragReposition()
Dragdrop overview and related methods,
Drag effects Examplepublic void setCanDragResize(Boolean canDragResize)
Note : This is an advanced setting
canDragResize - canDragResize Default value is falseDragdrop overview and related methods,
Drag resize Examplepublic Boolean getCanDragResize()
Dragdrop overview and related methods,
Drag resize Examplepublic void setCanDragScroll(Boolean canDragScroll)
Note : This is an advanced setting
canDragScroll - canDragScroll Default value is trueshouldDragScroll()public Boolean getCanDragScroll()
shouldDragScroll()public void setCanDrop(Boolean canDrop)
Note : This is an advanced setting
canDrop - canDrop Default value is falseDragdrop overview and related methods,
Drag create Examplepublic Boolean getCanDrop()
Dragdrop overview and related methods,
Drag create Examplepublic void setCanDropBefore(Boolean canDropBefore)
Note : This is an advanced setting
canDropBefore - canDropBefore Default value is nullLayout,
LayoutMember overview and related methodspublic Boolean getCanDropBefore()
Layout,
LayoutMember overview and related methodspublic void setCanFocus(Boolean canFocus)
If canFocus is unset (the default), only scrollable widgets with visible scrollbars are focusable, to allow for keyboard scrolling.
A widget normally
receives focus by being clicked on or tabbed to.
If this method is called after the component has been drawn/initialized:
Change whether a widget can accept keyboard focus.
Note : This is an advanced setting
canFocus - whether the widget should now accept focus. Default value is nullFocus overview and related methods,
Focus & Tabbing Examplepublic Boolean getCanFocus()
If canFocus is unset (the default), only scrollable widgets with visible scrollbars are focusable, to allow for keyboard scrolling.
A widget normally receives focus by being clicked on or tabbed to.
Focus overview and related methods,
Focus & Tabbing Examplepublic void setCanHover(Boolean canHover)
canHover - canHover Default value is nullsetShowHover(java.lang.Boolean),
HoverEventpublic Boolean getCanHover()
getShowHover(),
HoverEventpublic void setCanSelectText(Boolean canSelectText)
Note that setting this property to
false will not avoid text selection which is initiated outside this Canvas from continuing into this
Canvas, even if text selection began in another Canvas.
Note : This is an advanced setting
canSelectText - canSelectText Default value is falsepublic Boolean getCanSelectText()
Note that setting this property to
false will not avoid text selection which is initiated outside this Canvas from continuing into this
Canvas, even if text selection began in another Canvas.
public void setCanvasItem(CanvasItem canvasItem)
throws IllegalStateException
CanvasItem, this property will be
set to point at the item. Otherwise this property will be null.
canvasItem - canvasItem Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic CanvasItem getCanvasItem()
CanvasItem, this property will be
set to point at the item. Otherwise this property will be null.
public void setChildrenSnapResizeToGrid(Boolean childrenSnapResizeToGrid)
snapToGrid or snapResizeToGrid value on the child.
childrenSnapResizeToGrid - childrenSnapResizeToGrid Default value is nullDragdrop overview and related methodspublic Boolean getChildrenSnapResizeToGrid()
snapToGrid or snapResizeToGrid value on the child.
Dragdrop overview and related methodspublic void setChildrenSnapToGrid(Boolean childrenSnapToGrid)
snapToGrid value on the child.
childrenSnapToGrid - childrenSnapToGrid Default value is nullDragdrop overview and related methodspublic Boolean getChildrenSnapToGrid()
snapToGrid value on the child.
Dragdrop overview and related methodspublic void setContents(String contents)
When dynamicContents is set, setContents() can also be called with no arguments to cause contents to be re-evaluated.
Note : This is an advanced setting
contents - an HTML string to be set as the contents of this widget. See HTMLString. Default value is " "setDynamicContents(java.lang.Boolean)public String getContents()
HTMLStringgetDynamicContents()public void setContextMenu(Menu contextMenu)
Note: if Canvas.destroy is called on a canvas, any specified context menu is not
automatically destroyed as well. This is in contrast to MenuButtons which
automatically destroy their specified menu by default. The
behavior is intentional as context menus are commonly reused across components.
Note : This is an advanced setting
contextMenu - contextMenu Default value is nullShowContextMenuEvent,
Cues overview and related methods,
Context menus Examplepublic Menu getContextMenu()
Note: if Canvas.destroy is called on a canvas, any specified context menu is not
automatically destroyed as well. This is in contrast to MenuButtons which
automatically destroy their specified menu by default. The
behavior is intentional as context menus are commonly reused across components.
ShowContextMenuEvent,
Cues overview and related methods,
Context menus Examplepublic void setCursor(Cursor cursor)
Note : This is an advanced setting
cursor - new cursor. Default value is Canvas.DEFAULTCues overview and related methods,
Drag create Example,
Cursors Examplepublic Cursor getCursor()
Cues overview and related methods,
Drag create Example,
Cursors Examplepublic void setDataPath(String dataPath)
For components which support displaying or editing data values, (such as DynamicForm or
ListGrid components), the dataPath may be set to specify how the components
data is
accessed. In this case the dataPath essentially specifies a nested object to edit - typically
a path to a field value within a dataSource record. Note that a ValuesManager will be required
to handle connecting the dataBoundcomponent to the appropriate sub object. This may be explicitly
specified on the component, or a parent of the component, or automatically generated
if a DataSource is specified on either the component or a parent thereof.
To provide a simple example - if a complex object existed with the following format:
{ companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
}
a developer could specify a DynamicForm instance with 'dataPath' set to "address" to edit
the nested address object:
isc.ValuesManager.create({
ID:'vm',
values: { companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
}
});
isc.DynamicForm.create({
valuesManager:"vm",
dataPath:"address",
items:[{name:"street"}, {name:"city"}, {name:"state"}]
});
If a component is specified with a dataPath attribute but does not have an
explicitly specified valuesManager, it will check its parent element chain for a specified
valuesManager and automatically bind to that. This simplifies binding multiple components used
to view or edit a nested data structure as the valuesManager needs only be defined once at a
reasonably high level component. Here's an example of this approach:
isc.ValuesManager.create({
ID:'vm',
values: { companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
}
});
isc.Layout.create({
valuesManager:"vm",
members:[
isc.DynamicForm.create({
dataPath:"/",
items:[{name:"companyName"}]
}),
isc.DynamicForm.create({
dataPath:"address",
items:[{name:"street"}, {name:"city"}, {name:"state"}]
})
]
});
Note that in this case the valuesManager is specified on a Layout, which has no 'values'
management behavior of its own, but contains items with a specified dataPath which do. In this
example you'd see 2 forms allowing editing of the nested data structure.
dataPaths from multiple nested components may also be combined. For example:
isc.ValuesManager.create({
ID:'vm',
values: { companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
parentCompany:{
companyName:"Some Corporation",
address:{ street:"1 High Street", city:"New York", state:"NY" }
}
}
});
isc.Layout.create({
valuesManager:"vm",
members:[
isc.DynamicForm.create({
dataPath:"/",
items:[{name:"companyName"}]
}),
isc.DynamicForm.create({
dataPath:"address",
items:[{name:"street"}, {name:"city"}, {name:"state"}]
}),
isc.Layout.create({
dataPath:"parentCompany",
members:[
isc.DynamicForm.create({
dataPath:"/",
items:[{name:"companyName", type:"staticText"}]
}),
isc.DetailViewer.create({
dataPath:"address",
fields:[{name:"street", name:"city", name:"state"}]
})
]
})
]
});
In this example the detailViewer will display data from the parentCompany.address
object within the base record.
Note that if a component has a specified dataSource and shows child components with a
specified dataPath, there is no need to explicitly declare a valuesManager at all. If a component
with a dataPath has a dataSource, or an ancestor with a dataSource specified, it will, a
valuesManager will automatically be generated on the higher level component (and be available as
component.valuesManager).
If this method is called after the component has been drawn/initialized:
Setter for the dataPath attribute. This method may be called directly at runtime to set the dataPath on a component, and will also be re-run automatically whenever a canvas' parentElement changes due to a call to addChild(). This method handles automatically binding the component to the appropriate valuesManager if necessary.
Note : This is an advanced setting
dataPath - new dataPath. See DataPath. Default value is nullpublic String getDataPath()
For components which support displaying or editing data values, (such as DynamicForm or
ListGrid components), the dataPath may be set to specify how the components
data is
accessed. In this case the dataPath essentially specifies a nested object to edit - typically
a path to a field value within a dataSource record. Note that a ValuesManager will be required
to handle connecting the dataBoundcomponent to the appropriate sub object. This may be explicitly
specified on the component, or a parent of the component, or automatically generated
if a DataSource is specified on either the component or a parent thereof.
To provide a simple example - if a complex object existed with the following format:
{ companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
}
a developer could specify a DynamicForm instance with 'dataPath' set to "address" to edit
the nested address object:
isc.ValuesManager.create({
ID:'vm',
values: { companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
}
});
isc.DynamicForm.create({
valuesManager:"vm",
dataPath:"address",
items:[{name:"street"}, {name:"city"}, {name:"state"}]
});
If a component is specified with a dataPath attribute but does not have an
explicitly specified valuesManager, it will check its parent element chain for a specified
valuesManager and automatically bind to that. This simplifies binding multiple components used
to view or edit a nested data structure as the valuesManager needs only be defined once at a
reasonably high level component. Here's an example of this approach:
isc.ValuesManager.create({
ID:'vm',
values: { companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
}
});
isc.Layout.create({
valuesManager:"vm",
members:[
isc.DynamicForm.create({
dataPath:"/",
items:[{name:"companyName"}]
}),
isc.DynamicForm.create({
dataPath:"address",
items:[{name:"street"}, {name:"city"}, {name:"state"}]
})
]
});
Note that in this case the valuesManager is specified on a Layout, which has no 'values'
management behavior of its own, but contains items with a specified dataPath which do. In this
example you'd see 2 forms allowing editing of the nested data structure.
dataPaths from multiple nested components may also be combined. For example:
isc.ValuesManager.create({
ID:'vm',
values: { companyName:"Some Company",
address:{ street:"123 Main Street", city:"New York", state:"NY" }
parentCompany:{
companyName:"Some Corporation",
address:{ street:"1 High Street", city:"New York", state:"NY" }
}
}
});
isc.Layout.create({
valuesManager:"vm",
members:[
isc.DynamicForm.create({
dataPath:"/",
items:[{name:"companyName"}]
}),
isc.DynamicForm.create({
dataPath:"address",
items:[{name:"street"}, {name:"city"}, {name:"state"}]
}),
isc.Layout.create({
dataPath:"parentCompany",
members:[
isc.DynamicForm.create({
dataPath:"/",
items:[{name:"companyName", type:"staticText"}]
}),
isc.DetailViewer.create({
dataPath:"address",
fields:[{name:"street", name:"city", name:"state"}]
})
]
})
]
});
In this example the detailViewer will display data from the parentCompany.address
object within the base record.
Note that if a component has a specified dataSource and shows child components with a
specified dataPath, there is no need to explicitly declare a valuesManager at all. If a component
with a dataPath has a dataSource, or an ancestor with a dataSource specified, it will, a
valuesManager will automatically be generated on the higher level component (and be available as
component.valuesManager).
DataPathpublic void setDefaultHeight(int defaultHeight)
For a component that should potentially be
sized automatically by a Layout, set this property rather than height directly, because Layouts regard a height setting as an explicit size that shouldn't be changed.
Note : This is an advanced setting
defaultHeight - defaultHeight Default value is 100Sizing overview and related methodspublic int getDefaultHeight()
For a component that should potentially be
sized automatically by a Layout, set this property rather than height directly, because Layouts regard a height setting as an explicit size that shouldn't be changed.
Sizing overview and related methodspublic void setDefaultWidth(int defaultWidth)
For a component that should potentially be
sized automatically by a Layout, set this property rather than width
directly, because Layouts regard a width setting as an explicit size that shouldn't be changed.
Note : This is an advanced setting
defaultWidth - defaultWidth Default value is 100Sizing overview and related methodspublic int getDefaultWidth()
For a component that should potentially be
sized automatically by a Layout, set this property rather than width
directly, because Layouts regard a width setting as an explicit size that shouldn't be changed.
Sizing overview and related methods
public Boolean getDestroyed()
throws IllegalStateException
true, the destroy() method
has been called on this canvas. This implies the canvas is no longer valid. Its ID has been removed from global scope,
and calling standard canvas APIs on it is likely to result in errors.
Note : This method should be called only after the widget has been rendered.
IllegalStateException - if widget has not yet been rendered.BaseWidget.destroy()
public Boolean getDestroying()
throws IllegalStateException
Canvas.destroy method is called
on a widget. If this property is true, but destroyed is not,
this indicates the canvas is in the process of being destroyed.
Note : This method should be called only after the widget has been rendered.
IllegalStateException - if widget has not yet been rendered.BaseWidget.destroy()public void setDisabledCursor(Cursor disabledCursor)
Note : This is an advanced setting
disabledCursor - disabledCursor Default value is Canvas.DEFAULTCues overview and related methodspublic Cursor getDisabledCursor()
Cues overview and related methodspublic void setDoubleClickDelay(int doubleClickDelay)
Note : This is an advanced setting
doubleClickDelay - doubleClickDelay Default value is 250public int getDoubleClickDelay()
public void setDragAppearance(DragAppearance dragAppearance)
dragResizeAppearance and dragRepositionAppearance.
Note : This is an advanced setting
dragAppearance - dragAppearance Default value is EventHandler.OUTLINEDragdrop overview and related methodspublic DragAppearance getDragAppearance()
dragResizeAppearance and dragRepositionAppearance.
Dragdrop overview and related methodspublic void setDragIntersectStyle(DragIntersectStyle dragIntersectStyle)
Note : This is an advanced setting
dragIntersectStyle - dragIntersectStyle Default value is "mouse"Dragdrop overview and related methodspublic DragIntersectStyle getDragIntersectStyle()
Dragdrop overview and related methodspublic void setDragOpacity(Integer dragOpacity)
"target", this value specifies the opacity to render the target while it
is being dragged. A null value implies we do not modify the opacity.
Note : This is an advanced setting
dragOpacity - dragOpacity Default value is nullDragdrop overview and related methods,
Drag effects Examplepublic Integer getDragOpacity()
"target", this value specifies the opacity to render the target while it
is being dragged. A null value implies we do not modify the opacity.
Dragdrop overview and related methods,
Drag effects Examplepublic void setDragRepositionAppearance(DragAppearance dragRepositionAppearance)
canDragReposition is true, this attributes specifies
the visual appearance to show during drag reposition. If unset dragAppearance will be used.
Note : This is an advanced setting
dragRepositionAppearance - dragRepositionAppearance Default value is nullDragdrop overview and related methodspublic DragAppearance getDragRepositionAppearance()
canDragReposition is true, this attributes specifies
the visual appearance to show during drag reposition. If unset dragAppearance will be used.
Dragdrop overview and related methodspublic void setDragRepositionCursor(Cursor dragRepositionCursor)
Note : This is an advanced setting
dragRepositionCursor - dragRepositionCursor Default value is Canvas.MOVEDragdrop overview and related methodspublic Cursor getDragRepositionCursor()
Dragdrop overview and related methodspublic void setDragResizeAppearance(DragAppearance dragResizeAppearance)
canDragResize is true, this attributes specifies the
visual appearance to show during drag resize. If unset dragAppearance will be used.
Note : This is an advanced setting
dragResizeAppearance - dragResizeAppearance Default value is nullDragdrop overview and related methodspublic DragAppearance getDragResizeAppearance()
canDragResize is true, this attributes specifies the
visual appearance to show during drag resize. If unset dragAppearance will be used.
Dragdrop overview and related methodspublic void setDragScrollDelay(int dragScrollDelay)
Note : This is an advanced setting
dragScrollDelay - dragScrollDelay Default value is 100public int getDragScrollDelay()
public void setDragStartDistance(int dragStartDistance)
Note : This is an advanced setting
dragStartDistance - dragStartDistance Default value is 5Dragdrop overview and related methodspublic int getDragStartDistance()
Dragdrop overview and related methodspublic void setDragType(String dragType)
Note : This is an advanced setting
dragType - . See String. Default value is nullsetDropTypes(java.lang.String...),
Dragdrop overview and related methodspublic String getDragType()
StringgetDropTypes(),
Dragdrop overview and related methodspublic void setDynamicContents(Boolean dynamicContents)
You can use this feature to build some simple custom components. For example, let's say you want to show the value of a Slider in a Canvas somewhere on the screen. You can do this by observing the valueChanged() method on the slider and calling setContents() on your canvas with the new string or you can set the contents of the canvas to something like:
"The slider value is \${sliderInstance.getValue()}."
Next you set dynamicContents: true on the canvas, observe valueChanged() on the slider and call canvas.markForRedraw() in that observation. This approach is cleaner than setContents() when the Canvas is aggregating several values or dynamic expressions. Like so:
Slider.create({
ID: "mySlider"
});
Canvas.create({
ID: "myCanvas",
dynamicContents: true,
contents: "The slider value is \${mySlider.getValue()}."
});
myCanvas.observe(mySlider, "valueChanged",
"observer.markForRedraw()");
You can embed an arbitrary number of dynamic expressions in the contents string. The
search and replace is optimized for speed.
If an error occurs during the evaluation of one of the expressions, a warning is logged to the ISC Developer Console and the error string is embedded in place of the expected value in the Canvas.
The value of a function is its return value. The value of any variable is the same as that returned by its toString() representation.
Inside the evaluation contentext, this points to the canvas instance that
has the dynamicContents string as its contents - in other words the canvas instance on
which the template is declared.
Note : This is an advanced setting
dynamicContents - dynamicContents Default value is falsesetContents(java.lang.String),
com.smartgwt.client.widgets.Canvas#setDynamicContentsVarspublic Boolean getDynamicContents()
You can use this feature to build some simple custom components. For example, let's say you want to show the value of a Slider in a Canvas somewhere on the screen. You can do this by observing the valueChanged() method on the slider and calling setContents() on your canvas with the new string or you can set the contents of the canvas to something like:
"The slider value is \${sliderInstance.getValue()}."
Next you set dynamicContents: true on the canvas, observe valueChanged() on the slider and call canvas.markForRedraw() in that observation. This approach is cleaner than setContents() when the Canvas is aggregating several values or dynamic expressions. Like so:
Slider.create({
ID: "mySlider"
});
Canvas.create({
ID: "myCanvas",
dynamicContents: true,
contents: "The slider value is \${mySlider.getValue()}."
});
myCanvas.observe(mySlider, "valueChanged",
"observer.markForRedraw()");
You can embed an arbitrary number of dynamic expressions in the contents string. The
search and replace is optimized for speed.
If an error occurs during the evaluation of one of the expressions, a warning is logged to the ISC Developer Console and the error string is embedded in place of the expected value in the Canvas.
The value of a function is its return value. The value of any variable is the same as that returned by its toString() representation.
Inside the evaluation contentext, this points to the canvas instance that
has the dynamicContents string as its contents - in other words the canvas instance on
which the template is declared.
getContents(),
com.smartgwt.client.widgets.Canvas#getDynamicContentsVars
public void setEdgeBackgroundColor(String edgeBackgroundColor)
throws IllegalStateException
edgeBackgroundColor - . See Color. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic String getEdgeBackgroundColor()
Color
public void setEdgeCenterBackgroundColor(String edgeCenterBackgroundColor)
throws IllegalStateException
edgeCenterBackgroundColor - . See Color. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic String getEdgeCenterBackgroundColor()
Color
public void setEdgeImage(String edgeImage)
throws IllegalStateException
The full list of extensions is: "_TL", "_TR", "_BL", "_BR", "_T", "_L", "_B", "_R", "_center".
edgeImage - . See SCImgURL. Default value is "[SKIN]edge.gif"
IllegalStateException - this property cannot be changed after the component has been createdpublic String getEdgeImage()
The full list of extensions is: "_TL", "_TR", "_BL", "_BR", "_T", "_L", "_B", "_R", "_center".
SCImgURLpublic void setEdgeMarginSize(int edgeMarginSize)
Note : This is an advanced setting
edgeMarginSize - edgeMarginSize Default value is 5Dragdrop overview and related methods,
Drag resize Examplepublic int getEdgeMarginSize()
Dragdrop overview and related methods,
Drag resize Example
public void setEdgeOffset(Integer edgeOffset)
throws IllegalStateException
edgeOffset - edgeOffset Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic Integer getEdgeOffset()
public void setEdgeOpacity(Integer edgeOpacity)
throws IllegalStateException
Canvas.setOpacity is called on a Canvas where edgeOpacity is set, edgeOpacity will be considered a percentage of the
parent's opacity (so 50% opaque parent plus edgeOpacity 50 means 25% opaque edges)
edgeOpacity and mark the canvas for redraw
edgeOpacity - new edge-opacity level. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic Integer getEdgeOpacity()
Canvas.setOpacity is called on a Canvas where edgeOpacity is set, edgeOpacity will be considered a percentage of the
parent's opacity (so 50% opaque parent plus edgeOpacity 50 means 25% opaque edges)
public void setEdgeShowCenter(Boolean edgeShowCenter)
throws IllegalStateException
edgeShowCenter - edgeShowCenter Default value is false
IllegalStateException - this property cannot be changed after the component has been createdpublic Boolean getEdgeShowCenter()
public void setEdgeSize(int edgeSize)
throws IllegalStateException
edgeSize - edgeSize Default value is 10
IllegalStateException - this property cannot be changed after the component has been createdpublic int getEdgeSize()
public void setExtraSpace(int extraSpace)
throws IllegalStateException
extraSpace - extraSpace Default value is 0
IllegalStateException - this property cannot be changed after the component has been createdLayoutSpacer,
LayoutMember overview and related methodspublic int getExtraSpace()
LayoutSpacer,
LayoutMember overview and related methodspublic void setHoverAlign(Alignment hoverAlign)
this.showHover is true, this property can be used to customize the alignment of content in the hover
canvas.
hoverAlign - hoverAlign Default value is nullsetShowHover(java.lang.Boolean)public Alignment getHoverAlign()
this.showHover is true, this property can be used to customize the alignment of content in the hover
canvas.
getShowHover()public void setHoverAutoDestroy(Boolean hoverAutoDestroy)
this.showHover is true and Canvas.getHoverComponent is implemented, should the hoverCanvas returned from it be automatically destroyed when it is
hidden? The default of null indicates that the component will be automatically destroyed. Set to false to prevent this.
hoverAutoDestroy - hoverAutoDestroy Default value is nullsetShowHover(java.lang.Boolean)public Boolean getHoverAutoDestroy()
this.showHover is true and Canvas.getHoverComponent is implemented, should the hoverCanvas returned from it be automatically destroyed when it is
hidden? The default of null indicates that the component will be automatically destroyed. Set to false to prevent this.
getShowHover()public void setHoverDelay(int hoverDelay)
this.canHover is true, how long should the mouse be kept over this widget before the hover event is
fired
hoverDelay - hoverDelay Default value is 300setCanHover(java.lang.Boolean),
HoverEventpublic int getHoverDelay()
this.canHover is true, how long should the mouse be kept over this widget before the hover event is
fired
getCanHover(),
HoverEventpublic void setHoverHeight(Integer hoverHeight)
this.showHover is true, this property can be used to customize the height of the hover canvas shown.
hoverHeight - hoverHeight Default value is nullsetShowHover(java.lang.Boolean)public Integer getHoverHeight()
this.showHover is true, this property can be used to customize the height of the hover canvas shown.
getShowHover()public void setHoverMoveWithMouse(Boolean hoverMoveWithMouse)
this.showHover is true, should this widget's hover canvas be moved with the mouse while visible?
hoverMoveWithMouse - hoverMoveWithMouse Default value is nullsetShowHover(java.lang.Boolean)public Boolean getHoverMoveWithMouse()
this.showHover is true, should this widget's hover canvas be moved with the mouse while visible?
getShowHover()public void setHoverOpacity(Integer hoverOpacity)
this.showHover is true, should the hover canvas be shown with opacity other than 100?
hoverOpacity - hoverOpacity Default value is nullsetShowHover(java.lang.Boolean),
Hovers / Tooltips Examplepublic Integer getHoverOpacity()
this.showHover is true, should the hover canvas be shown with opacity other than 100?
getShowHover(),
Hovers / Tooltips Examplepublic void setHoverStyle(String hoverStyle)
this.showHover is true, this property can be used to specify the css style to apply to the hover canvas.
hoverStyle - . See CSSStyleName. Default value is nullsetShowHover(java.lang.Boolean),
Hovers / Tooltips Examplepublic String getHoverStyle()
this.showHover is true, this property can be used to specify the css style to apply to the hover canvas.
CSSStyleNamegetShowHover(),
Hovers / Tooltips Examplepublic void setHoverVAlign(VerticalAlignment hoverVAlign)
this.showHover is true, this property can be used to customize the vertical alignment of content in the
hover canvas.
hoverVAlign - hoverVAlign Default value is nullsetShowHover(java.lang.Boolean)public VerticalAlignment getHoverVAlign()
this.showHover is true, this property can be used to customize the vertical alignment of content in the
hover canvas.
getShowHover()public void setHoverWidth(Integer hoverWidth)
this.showHover is true, this property can be used to
customize the width of the hover canvas shown.
hoverWidth - hoverWidth Default value is nullsetShowHover(java.lang.Boolean),
Hovers / Tooltips Examplepublic Integer getHoverWidth()
this.showHover is true, this property can be used to
customize the width of the hover canvas shown.
getShowHover(),
Hovers / Tooltips Examplepublic void setHoverWrap(Boolean hoverWrap)
this.showHover is true, this property can be used to customize the whether content in the hover canvas
is displayed in a single line, or wraps.
hoverWrap - hoverWrap Default value is nullsetShowHover(java.lang.Boolean)public Boolean getHoverWrap()
this.showHover is true, this property can be used to customize the whether content in the hover canvas
is displayed in a single line, or wraps.
getShowHover()public void setHtmlPosition(DrawPosition htmlPosition)
htmlElement is specified, this attribute specifies the
position where the canvas should be inserted relative to the htmlElement in the DOM.
htmlPosition.
Note : This is an advanced setting
htmlPosition - New htmlPosition for this canvas. Default value is "afterBegin"Positioning overview and related methodspublic DrawPosition getHtmlPosition()
htmlElement is specified, this attribute specifies the
position where the canvas should be inserted relative to the htmlElement in the DOM.
Positioning overview and related methodspublic void setKeepInParentRect(Boolean keepInParentRect)
If this canvas has no parent, constrains dragging to within the browser window.
Affects target and outline dragAppearance, not tracker.
Note: keepInParentRect affects only user drag interactions, not programmatic moves.
Example use cases:
keepInParentRect: true -
confine to parent
keepInParentRect: [0, 0, 500, 500] - confine to top left 500x500 region within
parent
keepInParentRect: [0, 0, 10000, 10000] - in combination with oveflow: "auto", confine to
parent, but allow moving off the right and bottom of the parent to force scrolling (and hence enlarge the scrollWidth of
the parent).
Note : This is an advanced setting
keepInParentRect - keepInParentRect Default value is nullDragdrop overview and related methods,
Drag create Examplepublic Boolean getKeepInParentRect()
If this canvas has no parent, constrains dragging to within the browser window.
Affects target and outline dragAppearance, not tracker.
Note: keepInParentRect affects only user drag interactions, not programmatic moves.
Example use cases:
keepInParentRect: true -
confine to parent
keepInParentRect: [0, 0, 500, 500] - confine to top left 500x500 region within
parent
keepInParentRect: [0, 0, 10000, 10000] - in combination with oveflow: "auto", confine to
parent, but allow moving off the right and bottom of the parent to force scrolling (and hence enlarge the scrollWidth of
the parent).
Dragdrop overview and related methods,
Drag create Examplepublic void setKeepInParentRect(Integer... keepInParentRect)
If this canvas has no parent, constrains dragging to within the browser window.
Affects target and outline dragAppearance, not tracker.
Note: keepInParentRect affects only user drag interactions, not programmatic moves.
Example use cases:
keepInParentRect: true -
confine to parent
keepInParentRect: [0, 0, 500, 500] - confine to top left 500x500 region within
parent
keepInParentRect: [0, 0, 10000, 10000] - in combination with oveflow: "auto", confine to
parent, but allow moving off the right and bottom of the parent to force scrolling (and hence enlarge the scrollWidth of
the parent).
Note : This is an advanced setting
keepInParentRect - keepInParentRect Default value is nullDragdrop overview and related methods,
Drag create Example
public void setLayoutAlign(Alignment layoutAlign)
throws IllegalStateException
layoutAlign - layoutAlign Default value is null
IllegalStateException - this property cannot be changed after the component has been createdLayoutMember overview and related methodspublic Alignment getLayoutAlign()
LayoutMember overview and related methods
public void setLayoutAlign(VerticalAlignment layoutAlign)
throws IllegalStateException
layoutAlign - layoutAlign Default value is null
IllegalStateException - this property cannot be changed after the component has been createdLayoutMember overview and related methodspublic void setLocateChildrenBy(LocatorStrategy locateChildrenBy)
Note : This is an advanced setting
locateChildrenBy - locateChildrenBy Default value is nullpublic LocatorStrategy getLocateChildrenBy()
public void setLocateChildrenType(LocatorTypeStrategy locateChildrenType)
LocatorTypeStrategy to use when finding children within this canvas.
Note : This is an advanced setting
locateChildrenType - locateChildrenType Default value is nullpublic LocatorTypeStrategy getLocateChildrenType()
LocatorTypeStrategy to use when finding children within this canvas.
public void setLocatePeersBy(LocatorStrategy locatePeersBy)
Note : This is an advanced setting
locatePeersBy - locatePeersBy Default value is nullpublic LocatorStrategy getLocatePeersBy()
public void setLocatePeersType(LocatorTypeStrategy locatePeersType)
LocatorTypeStrategy to use when finding peers of this canvas.
Note : This is an advanced setting
locatePeersType - locatePeersType Default value is nullpublic LocatorTypeStrategy getLocatePeersType()
LocatorTypeStrategy to use when finding peers of this canvas.
public void setMargin(Integer margin)
This property
sets the same thickness of margin on every side. Differing per-side margins can be set in a CSS style and applied via
styleName.
Note that the specified size of the widget will
be the size including the margin thickness on each side.
If this method is called after the component has been drawn/initialized:
Set the CSS Margin, in pixels, for this component. Margin provides blank space outside of the border.
This property sets the same thickness of margin on every side. Differing per-side margins can be set in a CSS style and applied via styleName.
Note that the specified size of the widget will be the size including the margin thickness on each side.
margin - new margin in pixels. Default value is nullAppearance overview and related methodspublic Integer getMargin()
This property
sets the same thickness of margin on every side. Differing per-side margins can be set in a CSS style and applied via
styleName.
Note that the specified size of the widget will be the size including the margin thickness on each side.
Appearance overview and related methods
public Canvas getMasterElement()
throws IllegalStateException
IllegalStateException - if widget has not yet been rendered.Containment overview and related methodspublic void setMatchElement(Boolean matchElement)
htmlElement is specified, should this canvas initially be
drawn at the same dimensions as the htmlElement?Note : This is an advanced setting
matchElement - matchElement Default value is nullpublic Boolean getMatchElement()
htmlElement is specified, should this canvas initially be
drawn at the same dimensions as the htmlElement?
public void setMaxHeight(int maxHeight)
Note : This is an advanced setting
maxHeight - maxHeight Default value is 10000Sizing overview and related methodspublic int getMaxHeight()
Sizing overview and related methodspublic void setMaxWidth(int maxWidth)
Note : This is an advanced setting
maxWidth - maxWidth Default value is 10000Sizing overview and related methodspublic int getMaxWidth()
Sizing overview and related methods
public void setMenuConstructor(String menuConstructor)
throws IllegalStateException
menuConstructor - . See SCClassName. Default value is "Menu"
IllegalStateException - this property cannot be changed after the component has been createdShowContextMenuEvent,
Cues overview and related methodspublic String getMenuConstructor()
SCClassNameShowContextMenuEvent,
Cues overview and related methodspublic void setMinHeight(int minHeight)
Note that a Canvas with overflow:"visible" has an implicit minimize size based on it's contents.
Note : This is an advanced setting
minHeight - minHeight Default value is 10Sizing overview and related methodspublic int getMinHeight()
Note that a Canvas with overflow:"visible" has an implicit minimize size based on it's contents.
Sizing overview and related methodspublic void setMinWidth(int minWidth)
Note that a Canvas with overflow:"visible" has an implicit minimize size based on it's contents.
Note : This is an advanced setting
minWidth - minWidth Default value is 10Sizing overview and related methodspublic int getMinWidth()
Note that a Canvas with overflow:"visible" has an implicit minimize size based on it's contents.
Sizing overview and related methodspublic void setMouseStillDownDelay(int mouseStillDownDelay)
Note : This is an advanced setting
mouseStillDownDelay - mouseStillDownDelay Default value is 100public int getMouseStillDownDelay()
public void setMouseStillDownInitialDelay(int mouseStillDownInitialDelay)
Note : This is an advanced setting
mouseStillDownInitialDelay - mouseStillDownInitialDelay Default value is 400public int getMouseStillDownInitialDelay()
public void setNoDoubleClicks(Boolean noDoubleClicks)
Note : This is an advanced setting
noDoubleClicks - noDoubleClicks Default value is nullpublic Boolean getNoDoubleClicks()
public void setOpacity(Integer opacity)
In older versions of Internet Explorer
(Pre IE9 / HTML5), opacity is achieved through proprietary filters. If filters have been disabled within this application developers
must set useOpacityFilter to true for specific components
on which opacity support is required.
Also note that opacity is incompatible with backMasks.
If this method is called after the component has been drawn/initialized:
Sets the opacity for the widget to the newOpacity value. This newOpacity value must be within the range of 0 (transparent) to 100 (opaque). Null means don't specify opacity directly. Note that heavy use of opacity may have a performance impact on some older browsers.
In older versions of Internet Explorer (Pre IE9 / HTML5), opacity is achieved through proprietary filters. If filters have been disabled within this application developers must set useOpacityFilter to true for specific components on which opacity support is required.
Also note that opacity is incompatible with backMasks.
Note : This is an advanced setting
opacity - new opacity level. Default value is nullCues overview and related methodspublic Integer getOpacity()
In older versions of Internet Explorer
(Pre IE9 / HTML5), opacity is achieved through proprietary filters. If filters have been disabled within this application developers
must set useOpacityFilter to true for specific components
on which opacity support is required.
Also note that opacity is incompatible with backMasks.
Cues overview and related methodspublic void setOverflow(Overflow overflow)
overflow of a Canvas after it has been created.
overflow - New overflow value.. Default value is Canvas.VISIBLESizing overview and related methodspublic Overflow getOverflow()
Sizing overview and related methodspublic void setPadding(Integer padding)
This property sets the same thickness of padding on every side. Differing per-side padding can be set in
a CSS style and applied via styleName.
Note that CSS padding
does not affect the placement of children. To provide a blank
area around children, either use CSS margins or use a Layout as the parent instead, and use properties such as layoutMargin to create blank space.
If this method is called after the component has been drawn/initialized:
Set the CSS padding of this component, in pixels. Padding provides space between the border and the component's contents.
This property sets the same thickness of padding on every side. Differing per-side padding can be set in a CSS style and applied via styleName.
padding - new padding in pixels. Default value is nullAppearance overview and related methodspublic Integer getPadding()
This property sets the same thickness of padding on every side. Differing per-side padding can be set in
a CSS style and applied via styleName.
Note that CSS padding
does not affect the placement of children. To provide a blank
area around children, either use CSS margins or use a Layout as the parent instead, and use properties such as layoutMargin to create blank space.
Appearance overview and related methods
public void setPeers(Canvas... peers)
throws IllegalStateException
Use Canvas.addPeer and Canvas.removePeer to add and remove peers
after a Canvas has been created/drawn.
Note : This is an advanced setting
peers - peers Default value is null
IllegalStateException - this property cannot be changed after the component has been createdContainment overview and related methodspublic Canvas[] getPeers()
Use Canvas.addPeer and Canvas.removePeer to add and remove peers
after a Canvas has been created/drawn.
Containment overview and related methods
public void setPercentBox(PercentBoxModel percentBox)
throws IllegalStateException
snapTo. Only affects widgets with a a specified
percentSource, or widgets that have snapTo set and are peers of some other canvas.
Determines whether the coordinates used for
sizing (for percentage sized widgets) and positioning (if snapTo is set) should be relative to the visible
size or the viewport size of the percentSource or masterElement widget.
Note : This is an advanced setting
percentBox - percentBox Default value is "visible"
IllegalStateException - this property cannot be changed after the component has been createdSizing overview and related methodspublic PercentBoxModel getPercentBox()
snapTo. Only affects widgets with a a specified
percentSource, or widgets that have snapTo set and are peers of some other canvas.
Determines whether the coordinates used for
sizing (for percentage sized widgets) and positioning (if snapTo is set) should be relative to the visible
size or the viewport size of the percentSource or masterElement widget.
Sizing overview and related methodspublic void setPercentSource(Canvas percentSource)
If unset percentage sizing is based on
- the masterElement if there is one and snapTo is set,
- otherwise on the amount of space available in this
widget's parentElement, if this is a child of some other widget
- otherwise the page size.
If this method is called after the component has been drawn/initialized:
Setter method for the percentSource attribute.
Note : This is an advanced setting
percentSource - eterNew percent source (if omitted existing percentSource will just be cleared).. Default value is nullsetPercentBox(com.smartgwt.client.types.PercentBoxModel),
Sizing overview and related methodspublic Canvas getPercentSource()
If unset percentage sizing is based on
- the masterElement if there is one and snapTo is set,
- otherwise on the amount of space available in this
widget's parentElement, if this is a child of some other widget
- otherwise the page size.
getPercentBox(),
Sizing overview and related methodspublic void setPosition(Positioning position)
Setting position:"relative" enables Smart GWT components to be embedded
directly into the native HTML flow of a page, causing the component to be rendered
within an existing DOM structure.
This attribute should only be set to "relative" on a top level component
(a component with no parentElement).
There are 2 ways to embed relatively positioned canvases in the DOM - by default the
component will be written out inline when it gets drawn()n. For example
to embed a canvas in an HTML table you could use this code:
<table>
<tr>
<td>
<script>
isc.Canvas.create({autoDraw:true, backgroundColor:"red", position:"relative"});
</script>
<td>
</tr>
</table>
Alternatively you can make use of the htmlElement attribute.
Relative positioning is intended as a short-term integration scenario while incrementally
upgrading existing applications.
Note that relative positioning is not used to manage layout within Smart GWT components -
instead the Layout class would typically be used.
For best consistency and flexibility across browsers, all Smart GWT layout managers
use absolute positioning.
For canvases with a specified htmlElement, this attribute
defaults to
"relative". In all other cases the default value will be
"absolute".
Note : This is an advanced setting
position - position Default value is nullPositioning overview and related methodspublic Positioning getPosition()
Setting position:"relative" enables Smart GWT components to be embedded
directly into the native HTML flow of a page, causing the component to be rendered
within an existing DOM structure.
This attribute should only be set to "relative" on a top level component
(a component with no parentElement).
There are 2 ways to embed relatively positioned canvases in the DOM - by default the
component will be written out inline when it gets drawn()n. For example
to embed a canvas in an HTML table you could use this code:
<table>
<tr>
<td>
<script>
isc.Canvas.create({autoDraw:true, backgroundColor:"red", position:"relative"});
</script>
<td>
</tr>
</table>
Alternatively you can make use of the htmlElement attribute.
Relative positioning is intended as a short-term integration scenario while incrementally
upgrading existing applications.
Note that relative positioning is not used to manage layout within Smart GWT components -
instead the Layout class would typically be used.
For best consistency and flexibility across browsers, all Smart GWT layout managers
use absolute positioning.
For canvases with a specified htmlElement, this attribute
defaults to
"relative". In all other cases the default value will be
"absolute".
Positioning overview and related methodspublic void setPrintChildrenAbsolutelyPositioned(Boolean printChildrenAbsolutelyPositioned)
printable HTML. By default explicitly specified absolute positioning and sizing is ignored when generating print HTML. This is done intentionally: there is no way for the framework to predict how explicit sizes will translate to a the printed page and if HTML for printing includes the same absolute positioning and sizing as is displayed within an application it is very common to encounter undesirable effects, such as seeing tables get broken over several pages horizontally when there is enough room to print them on a single page of paper.
In some cases, however, a developer may wish to have explicit sizing and positioning respected
within the print-view. Setting this attribute to true will cause this to occur.
Note : This is an advanced setting
printChildrenAbsolutelyPositioned - printChildrenAbsolutelyPositioned Default value is falsePrinting overview and related methodspublic Boolean getPrintChildrenAbsolutelyPositioned()
printable HTML. By default explicitly specified absolute positioning and sizing is ignored when generating print HTML. This is done intentionally: there is no way for the framework to predict how explicit sizes will translate to a the printed page and if HTML for printing includes the same absolute positioning and sizing as is displayed within an application it is very common to encounter undesirable effects, such as seeing tables get broken over several pages horizontally when there is enough room to print them on a single page of paper.
In some cases, however, a developer may wish to have explicit sizing and positioning respected
within the print-view. Setting this attribute to true will cause this to occur.
Printing overview and related methodspublic void setPrompt(String prompt)
showHover is true.
prompt - . See HTMLString. Default value is nullpublic String getPrompt()
showHover is true.
HTMLStringpublic void setRedrawOnResize(Boolean redrawOnResize)
Should be set to true for components whose inner HTML will not automatically reflow to fit the component's new
size.
Note : This is an advanced setting
redrawOnResize - redrawOnResize Default value is trueDrawing overview and related methodspublic Boolean getRedrawOnResize()
Should be set to true for components whose inner HTML will not automatically reflow to fit the component's new
size.
Drawing overview and related methods
public void setResizeBarTarget(String resizeBarTarget)
throws IllegalStateException
showResizeBar is set to true so that a resizeBar is created, resizeBarTarget:"next" can be
set to indicate that the resizeBar should resize the next member of the layout rather than this one. For resizeBars
that support hiding their target member when clicked on, resizeBarTarget:"next" also means that the next
member will be the one hidden. This is typically used to create a 3-way split pane, where left and right-hand sections can be resized or hidden to allow a center section to expand.
NOTE: as with any Layout, to ensure all available space is used, one or more members must maintain a flexible size (eg 75%, or *). In a two pane Layout with a normal resize bar, to fill all space after a user resizes, the member on the right should have flexible size. With resizeBarTarget:"next", the member on the left should have flexible size.
resizeBarTarget - . See String. Default value is null
IllegalStateException - this property cannot be changed after the component has been createdsetShowResizeBar(java.lang.Boolean),
LayoutMember overview and related methodspublic String getResizeBarTarget()
showResizeBar is set to true so that a resizeBar is created, resizeBarTarget:"next" can be
set to indicate that the resizeBar should resize the next member of the layout rather than this one. For resizeBars
that support hiding their target member when clicked on, resizeBarTarget:"next" also means that the next
member will be the one hidden. This is typically used to create a 3-way split pane, where left and right-hand sections can be resized or hidden to allow a center section to expand.
NOTE: as with any Layout, to ensure all available space is used, one or more members must maintain a flexible size (eg 75%, or *). In a two pane Layout with a normal resize bar, to fill all space after a user resizes, the member on the right should have flexible size. With resizeBarTarget:"next", the member on the left should have flexible size.
StringgetShowResizeBar(),
LayoutMember overview and related methodspublic void setResizeFrom(EdgeName... resizeFrom)
canDragResize, restricts
resizes to only certain edges or corners. The default of null indicates the widget can be resized from any corner or
edge (if canDragResize is true).
To restrict resizing to only certain corners, set
resizeFrom to an Array of EdgeNames.
Note : This is an advanced setting
resizeFrom - resizeFrom Default value is nullDragdrop overview and related methods,
Drag resize Examplepublic EdgeName[] getResizeFrom()
canDragResize, restricts
resizes to only certain edges or corners. The default of null indicates the widget can be resized from any corner or
edge (if canDragResize is true).
To restrict resizing to only certain corners, set
resizeFrom to an Array of EdgeNames.
Dragdrop overview and related methods,
Drag resize Examplepublic void setScrollbarSize(int scrollbarSize)
Note : This is an advanced setting
scrollbarSize - scrollbarSize Default value is 16getScrollbarSize(),
Scrolling overview and related methodspublic int getScrollbarSize()
this.scrollbarSizegetScrollbarSize(),
Scrolling overview and related methods
public void setShadowDepth(int shadowDepth)
throws IllegalStateException
This is a single
parameter that can be used to control both shadowSoftness and shadowOffset.
shadowDepth - shadowDepth Default value is 4
IllegalStateException - this property cannot be changed after the component has been createdpublic int getShadowDepth()
This is a single
parameter that can be used to control both shadowSoftness and shadowOffset.
public void setShadowImage(String shadowImage)
throws IllegalStateException
The actual image names fetched
for the dropShadow combine the segment name and the shadowDepth setting. For example, given "ds.png" as
the base name, a depth of 4, and the top-left segment of the shadow, we'd use "ds4_TL.png".
The names for segments
are the same as those given for controlling resizable edges; see resizeFrom. The center segment has the name "center". The center segment is the only segment that doesn't include the
depth in the URL, so the final image name for the center given a baseName of "ds.png" would be just "ds_center.png".
Note : This is an advanced setting
shadowImage - . See SCImgURL. Default value is "[SKIN]ds.png"
IllegalStateException - this property cannot be changed after the component has been createdpublic String getShadowImage()
The actual image names fetched
for the dropShadow combine the segment name and the shadowDepth setting. For example, given "ds.png" as
the base name, a depth of 4, and the top-left segment of the shadow, we'd use "ds4_TL.png".
The names for segments
are the same as those given for controlling resizable edges; see resizeFrom. The center segment has the name "center". The center segment is the only segment that doesn't include the
depth in the URL, so the final image name for the center given a baseName of "ds.png" would be just "ds_center.png".
SCImgURLpublic void setShadowOffset(Integer shadowOffset)
shadowDepth if unset. Because of the blurred edges, a shadow
is larger than the originating component by 2xsoftness. An shadowOffset of 0 means that the shadow will
extend around the originating component equally in all directions.
Note : This is an advanced setting
shadowOffset - shadowOffset Default value is nullpublic Integer getShadowOffset()
shadowDepth if unset. Because of the blurred edges, a shadow
is larger than the originating component by 2xsoftness. An shadowOffset of 0 means that the shadow will
extend around the originating component equally in all directions.
public void setShadowSoftness(Integer shadowSoftness)
A shadow with softness:x is 2x pixels larger in each
direction than the element throwing the shadow, and the media for each edge should be x pixels wide/tall.
Defaults
to shadowDepth if unset.
Note : This is an advanced setting
shadowSoftness - shadowSoftness Default value is nullpublic Integer getShadowSoftness()
A shadow with softness:x is 2x pixels larger in each
direction than the element throwing the shadow, and the media for each edge should be x pixels wide/tall.
Defaults
to shadowDepth if unset.
public void setShouldPrint(Boolean shouldPrint)
Default is to:
omitControls)
shouldPrint - shouldPrint Default value is nullPrinting overview and related methodspublic Boolean getShouldPrint()
Default is to:
omitControls)
Printing overview and related methodspublic void setShowCustomScrollbars(Boolean showCustomScrollbars)
Smart GWT-based scrollbars are skinnable, giving you complete control over look and
feel. Smart GWT-based scrollbars also enable some interactions not possible with
native scrollbars, such as variable height
records
in grids in combination with data paging.
Native browser scrollbars are slightly faster simply because there are less Smart GWT components that need to be created, drawn and updated. Each visible Smart GWT-based scrollbar on the screen has roughly the impact of two StretchImgButtons.
Smart GWT is always aware of the size of the scrollbar, regardless of whether native
or custom scrollbars are used, and regardless of what operating system and/or operating
system "theme" or "skin" is in use. This means Smart GWT will correctly report the
viewport size, that is, the interior area of the
widget excluding space taken by scrollbars, which is key for exactly filling a component
with content without creating unnecessary scrolling.
The showCustomScrollbars setting is typically overridden in load_skin.js in
order to change the default for all Smart GWT components at once.
This may be achieved via the static Canvas.setShowCustomScrollbars method or
via a simple addProperties block, like so:
isc.Canvas.addProperties({ showCustomScrollbars:false });
Note : This is an advanced setting
showCustomScrollbars - showCustomScrollbars Default value is trueScrolling overview and related methodspublic Boolean getShowCustomScrollbars()
Smart GWT-based scrollbars are skinnable, giving you complete control over look and
feel. Smart GWT-based scrollbars also enable some interactions not possible with
native scrollbars, such as variable height
records
in grids in combination with data paging.
Native browser scrollbars are slightly faster simply because there are less Smart GWT components that need to be created, drawn and updated. Each visible Smart GWT-based scrollbar on the screen has roughly the impact of two StretchImgButtons.
Smart GWT is always aware of the size of the scrollbar, regardless of whether native
or custom scrollbars are used, and regardless of what operating system and/or operating
system "theme" or "skin" is in use. This means Smart GWT will correctly report the
viewport size, that is, the interior area of the
widget excluding space taken by scrollbars, which is key for exactly filling a component
with content without creating unnecessary scrolling.
The showCustomScrollbars setting is typically overridden in load_skin.js in
order to change the default for all Smart GWT components at once.
This may be achieved via the static Canvas.setShowCustomScrollbars method or
via a simple addProperties block, like so:
isc.Canvas.addProperties({ showCustomScrollbars:false });
Scrolling overview and related methodspublic void setShowDragShadow(Boolean showDragShadow)
"target", should we show a shadow behind the canvas
during the drag.
Note : This is an advanced setting
showDragShadow - showDragShadow Default value is nullDragdrop overview and related methods,
Drag effects Examplepublic Boolean getShowDragShadow()
"target", should we show a shadow behind the canvas
during the drag.
Dragdrop overview and related methods,
Drag effects Example
public void setShowEdges(Boolean showEdges)
throws IllegalStateException
EdgedCanvas should be used to show image-based edges around this
component.
showEdges - showEdges Default value is false
IllegalStateException - this property cannot be changed after the component has been createdpublic Boolean getShowEdges()
EdgedCanvas should be used to show image-based edges around this
component.
public void setShowHover(Boolean showHover)
this.canHover is true, should we show the global hover canvas by default when the user hovers over this
canvas?
showHover - showHover Default value is truegetHoverHTML()public Boolean getShowHover()
this.canHover is true, should we show the global hover canvas by default when the user hovers over this
canvas?
getHoverHTML()public void setShowHoverComponents(Boolean showHoverComponents)
getHoverComponent to provide the Canvas to show as the
hoverComponent.
Note : This is an advanced setting
showHoverComponents - showHoverComponents Default value is falsepublic Boolean getShowHoverComponents()
getHoverComponent to provide the Canvas to show as the
hoverComponent.
public void setShowResizeBar(Boolean showResizeBar)
Layout, whether a resizeBar
should be shown after this member in the layout, to allow it to be resized. Whether a resizeBar is actually shown
also depends on the defaultResizeBars attribute
of the layout, and whether this Canvas is the last layout member.
By default the resize bar acts on the Canvas that
it is declared on. If you want the resize bar to instead act on the next member of the Layout (e.g. to collapse down or
to the right), set resizeBarTarget as well.
If this method is called after the component has been drawn/initialized:
When this Canvas is included as a member in a Layout, dynamically updates whether a resizeBar should be shown after this member in the layout, to allow it to be resized.
Whether a resizeBar is actually shown also depends on the defaultResizeBars attribute of the layout, and whether this Canvas is the last layout member.
showResizeBar - setting for this.showResizeBar. Default value is falsesetResizeBarTarget(java.lang.String),
Layout.setDefaultResizeBars(com.smartgwt.client.types.LayoutResizeBarPolicy),
LayoutMember overview and related methods,
Nesting Examplepublic Boolean getShowResizeBar()
Layout, whether a resizeBar
should be shown after this member in the layout, to allow it to be resized. Whether a resizeBar is actually shown
also depends on the defaultResizeBars attribute
of the layout, and whether this Canvas is the last layout member.
By default the resize bar acts on the Canvas that
it is declared on. If you want the resize bar to instead act on the next member of the Layout (e.g. to collapse down or
to the right), set resizeBarTarget as well.
getResizeBarTarget(),
Layout.getDefaultResizeBars(),
LayoutMember overview and related methods,
Nesting Example
public void setShowShadow(Boolean showShadow)
throws IllegalStateException
showShadow.
showShadow - true if the shadow should be visible false if not. Default value is false
IllegalStateException - this property cannot be changed after the component has been createdpublic Boolean getShowShadow()
public void setSkinImgDir(String skinImgDir)
skinDir.
Note : This is an advanced setting
skinImgDir - . See String. Default value is "images/"Images overview and related methodspublic String getSkinImgDir()
skinDir.
StringImages overview and related methodspublic void setSnapAxis(String snapAxis)
snapAxis - . See String. Default value is Canvas.BOTHsetSnapToGrid(java.lang.Boolean),
setSnapResizeToGrid(java.lang.Boolean),
setChildrenSnapToGrid(java.lang.Boolean),
setChildrenSnapResizeToGrid(java.lang.Boolean),
Dragdrop overview and related methodspublic String getSnapAxis()
StringgetSnapToGrid(),
getSnapResizeToGrid(),
getChildrenSnapToGrid(),
getChildrenSnapResizeToGrid(),
Dragdrop overview and related methodspublic void setSnapEdge(String snapEdge)
snapTo is defined to this widget, this property can be used to
define which edge of this widget should be snapped to an edge of the master or parent element. If unspecified the,
default snapTo behavior is set up to align the "snapTo" edge of this widget with the snapTo edge of the master or
parent.
If this method is called after the component has been drawn/initialized:
Set the snapEdge property of this canvas, and handle repositioning.
snapEdge - new snapEdge value. See String. Default value is nullsetSnapTo(java.lang.String),
Sizing overview and related methodspublic String getSnapEdge()
snapTo is defined to this widget, this property can be used to
define which edge of this widget should be snapped to an edge of the master or parent element. If unspecified the, default snapTo behavior is set up to align the "snapTo" edge of this widget with the snapTo edge of the master or parent.
StringgetSnapTo(),
Sizing overview and related methodspublic void setSnapHDirection(String snapHDirection)
snapHDirection - . See String. Default value is Canvas.AFTERsetSnapToGrid(java.lang.Boolean),
setSnapResizeToGrid(java.lang.Boolean),
setChildrenSnapToGrid(java.lang.Boolean),
setChildrenSnapResizeToGrid(java.lang.Boolean),
Dragdrop overview and related methodspublic String getSnapHDirection()
StringgetSnapToGrid(),
getSnapResizeToGrid(),
getChildrenSnapToGrid(),
getChildrenSnapResizeToGrid(),
Dragdrop overview and related methodspublic void setSnapHGap(int snapHGap)
snapHGap - snapHGap Default value is 20setSnapToGrid(java.lang.Boolean),
setSnapResizeToGrid(java.lang.Boolean),
setChildrenSnapToGrid(java.lang.Boolean),
setChildrenSnapResizeToGrid(java.lang.Boolean),
Dragdrop overview and related methodspublic int getSnapHGap()
getSnapToGrid(),
getSnapResizeToGrid(),
getChildrenSnapToGrid(),
getChildrenSnapResizeToGrid(),
Dragdrop overview and related methodspublic void setSnapOffsetLeft(Integer snapOffsetLeft)
snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the left coordinate of this widget. For example if snapTo is
specified as "L" and snapOffsetLeft is set to 6, this widget will be rendered 6px inside the
left edge of its parent or master element. Alternatively if snapTo was set to "R", a
snapOffsetLeft value of -6 would cause the component to be rendered 6px inside the right edge of its
parent or masterElement.
snapOffsetLeft - snapOffsetLeft Default value is nullsetSnapTo(java.lang.String),
Sizing overview and related methodspublic Integer getSnapOffsetLeft()
snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the left coordinate of this widget. For example if snapTo is
specified as "L" and snapOffsetLeft is set to 6, this widget will be rendered 6px inside the
left edge of its parent or master element. Alternatively if snapTo was set to "R", a
snapOffsetLeft value of -6 would cause the component to be rendered 6px inside the right edge of its
parent or masterElement.
getSnapTo(),
Sizing overview and related methodspublic void setSnapOffsetTop(Integer snapOffsetTop)
snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the top coordinate of this widget. For example if snapTo is
specified as "T" and snapOffsetTop is set to 6, this widget will be rendered 6px below the
top edge of its parent or master element. . Alternatively if snapTo was set to "B", a
snapOffsetTop value of -6 would cause the component to be rendered 6px inside the bottom edge of its
parent or masterElement.
snapOffsetTop - snapOffsetTop Default value is nullsetSnapTo(java.lang.String),
Sizing overview and related methodspublic Integer getSnapOffsetTop()
snapTo is defined for this widget, this property can be used to
specify an offset in px or percentage for the top coordinate of this widget. For example if snapTo is
specified as "T" and snapOffsetTop is set to 6, this widget will be rendered 6px below the
top edge of its parent or master element. . Alternatively if snapTo was set to "B", a
snapOffsetTop value of -6 would cause the component to be rendered 6px inside the bottom edge of its
parent or masterElement.
getSnapTo(),
Sizing overview and related methodspublic void setSnapOnDrop(Boolean snapOnDrop)
Note : This is an advanced setting
snapOnDrop - snapOnDrop Default value is truesetSnapToGrid(java.lang.Boolean),
com.smartgwt.client.widgets.Canvas#shouldSnapOnDrop,
Dragdrop overview and related methodspublic Boolean getSnapOnDrop()
getSnapToGrid(),
com.smartgwt.client.widgets.Canvas#shouldSnapOnDrop,
Dragdrop overview and related methodspublic void setSnapResizeToGrid(Boolean snapResizeToGrid)
snapToGrid value if undefined.
snapResizeToGrid - snapResizeToGrid Default value is nullDragdrop overview and related methodspublic Boolean getSnapResizeToGrid()
snapToGrid value if undefined.
Dragdrop overview and related methodspublic void setSnapTo(String snapTo)
masterElement (if specified), or its parentElement. Note that this property also impacts the sizing
of this widget. If this widgets size is specified as a percent value, and has no explicit percentSource, sizing will be calculated based on the size of the
masterElement when snapTo is set.
Possible values: BR, BL, TR, TL, R, L, B, T, C where B=Bottom, T=Top, L=Left, R=right and C=center
Standard snapTo behavior will attach the outer edge of the widget to the parent or master
element - for example setting snapTo to "B" would align the bottom edge of this component with
the bottom edge of the master or parent element (and center this component horizontally over its master or parent
element). snapEdge can be specified to change this behavior
allowing the developer to, for example, align the top edge of this component with the bottom edge of its masterElement.
snapOffsetLeft and snapOffsetTop may also be specified to offset the element from
exact snapTo alignment.
If this method is called after the component has been drawn/initialized:
Set the snapTo property of this canvas, and handle repositioning.
snapTo - new snapTo value. See String. Default value is nullsetSnapEdge(java.lang.String),
setPercentBox(com.smartgwt.client.types.PercentBoxModel),
Sizing overview and related methodspublic String getSnapTo()
masterElement (if specified), or its parentElement. Note that this property also impacts the sizing
of this widget. If this widgets size is specified as a percent value, and has no explicit percentSource, sizing will be calculated based on the size of the
masterElement when snapTo is set.
Possible values: BR, BL, TR, TL, R, L, B, T, C where B=Bottom, T=Top, L=Left, R=right and C=center
Standard snapTo behavior will attach the outer edge of the widget to the parent or master
element - for example setting snapTo to "B" would align the bottom edge of this component with
the bottom edge of the master or parent element (and center this component horizontally over its master or parent
element). snapEdge can be specified to change this behavior
allowing the developer to, for example, align the top edge of this component with the bottom edge of its masterElement.
snapOffsetLeft and snapOffsetTop may also be specified to offset the element from
exact snapTo alignment.
StringgetSnapEdge(),
getPercentBox(),
Sizing overview and related methodspublic void setSnapToGrid(Boolean snapToGrid)
snapToGrid - snapToGrid Default value is nullsetChildrenSnapToGrid(java.lang.Boolean),
Dragdrop overview and related methodspublic Boolean getSnapToGrid()
getChildrenSnapToGrid(),
Dragdrop overview and related methodspublic void setSnapVDirection(String snapVDirection)
snapVDirection - . See String. Default value is Canvas.AFTERsetSnapToGrid(java.lang.Boolean),
setSnapResizeToGrid(java.lang.Boolean),
setChildrenSnapToGrid(java.lang.Boolean),
setChildrenSnapResizeToGrid(java.lang.Boolean),
Dragdrop overview and related methodspublic String getSnapVDirection()
StringgetSnapToGrid(),
getSnapResizeToGrid(),
getChildrenSnapToGrid(),
getChildrenSnapResizeToGrid(),
Dragdrop overview and related methodspublic void setSnapVGap(int snapVGap)
snapVGap - snapVGap Default value is 20setSnapToGrid(java.lang.Boolean),
setSnapResizeToGrid(java.lang.Boolean),
setChildrenSnapToGrid(java.lang.Boolean),
setChildrenSnapResizeToGrid(java.lang.Boolean),
Dragdrop overview and related methodspublic int getSnapVGap()
getSnapToGrid(),
getSnapResizeToGrid(),
getChildrenSnapToGrid(),
getChildrenSnapResizeToGrid(),
Dragdrop overview and related methodspublic void setStyleName(String styleName)
setStyleName in class UIObjectstyleName - new CSS style name. See CSSStyleName. Default value is "normal"Appearance overview and related methods,
CSS styles Examplepublic String getStyleName()
getStyleName in class UIObjectCSSStyleNameAppearance overview and related methods,
CSS styles Examplepublic void setTabIndex(Integer tabIndex)
canvas.tabIndex cannot be set to greater than TAB_INDEX_FLOOR - as we reserve the values above this range for
auto-assigned tab-indices.
Note : This is an advanced setting
tabIndex - New tabIndex for this widget. Must be less than TAB_INDEX_FLOOR to avoid interfering with auto-assigned
tab indices on the page.. Default value is nullFocus overview and related methodspublic Integer getTabIndex()
canvas.tabIndex cannot be set to greater than TAB_INDEX_FLOOR - as we reserve the values above this range for
auto-assigned tab-indices.
Focus overview and related methods
public Canvas getTopElement()
throws IllegalStateException
IllegalStateException - if widget has not yet been rendered.Containment overview and related methodspublic void setUseBackMask(Boolean useBackMask)
The backMask is a workaround for this issue. If
useBackMask is set to true, the component will render an empty <IFRAME> element behind
the canvas, which prevents this effect in all known cases.
Has no effect in other browsers.
Note : This is an advanced setting
useBackMask - useBackMask Default value is falsepublic Boolean getUseBackMask()
The backMask is a workaround for this issue. If
useBackMask is set to true, the component will render an empty <IFRAME> element behind
the canvas, which prevents this effect in all known cases.
Has no effect in other browsers.
public void setUseOpacityFilter(Boolean useOpacityFilter)
throws IllegalStateException
With the default of null, opacity filters are used unless
neverUseFilters has been set. When set explicitly to true,
opacity filters are used even if neverUseFilters is true.
See IEFilters for background.
useOpacityFilter - useOpacityFilter Default value is null
IllegalStateException - this property cannot be changed after the component has been createdIEFilters overview and related methodspublic Boolean getUseOpacityFilter()
With the default of null, opacity filters are used unless
neverUseFilters has been set. When set explicitly to true,
opacity filters are used even if neverUseFilters is true.
See IEFilters for background.
IEFilters overview and related methodspublic void setValuesManager(ValuesManager valuesManager)
ValuesManager for managing values displayed in this component. If specified at
initialization time, this component will be added to the valuesManager via ValuesManager.addMember. ValuesManagers allow different fields of a single object to be displayed or edited across multiple UI components. Given a single values object, a valuesManager will handle determining the appropriate field values for its member components and displaying them / responding to edits if the components support this.
Data may be derived simply from the specified fieldNames within the member components, or for complex nested data structures can be specified by both component and field-level DataPath.
Note that components may be automatically bound to an existing valuesManager attached to a parent
component if dataPath is specified. See dataPath for more
information. Also note that if a databound component has a specified dataSource and dataPath but no specified
valuesManager object one will be automatically generated as part of the databinding process
If this method is called after the component has been drawn/initialized:
Setter for the valuesManager attribute. This method may be called directly at runtime to set the ValuesManager for a component; it has the same effect as calling ValuesManager.addMember, passing in this DataBoundComponent.
Note : This is an advanced setting
valuesManager - new dataPath. Default value is nullpublic ValuesManager getValuesManager()
ValuesManager for managing values displayed in this component. If specified at
initialization time, this component will be added to the valuesManager via ValuesManager.addMember. ValuesManagers allow different fields of a single object to be displayed or edited across multiple UI components. Given a single values object, a valuesManager will handle determining the appropriate field values for its member components and displaying them / responding to edits if the components support this.
Data may be derived simply from the specified fieldNames within the member components, or for complex nested data structures can be specified by both component and field-level DataPath.
Note that components may be automatically bound to an existing valuesManager attached to a parent
component if dataPath is specified. See dataPath for more
information. Also note that if a databound component has a specified dataSource and dataPath but no specified
valuesManager object one will be automatically generated as part of the databinding process
public void setVisibility(Visibility visibility)
If the widget has not yet been drawn (and doesn't have a parent or master), this method calls the draw method as well.
visibility - visibility Default value is Canvas.INHERITAppearance overview and related methodspublic Visibility getVisibility()
NOTE: Undrawn widgets will report themselves as visible if they would be visible if drawn.
Appearance overview and related methodspublic Canvas addChild(Canvas newChild)
If newChild has a parent it will be removed from it. If it has a master, it will be detached from it if the master is a child of a different parent. If newChild has peers, they'll be added to this widget as children as well.
newChild - new child canvas to add
Containment overview and related methods
public Canvas addChild(Canvas newChild,
String name,
Boolean autoDraw)
If newChild has a parent it will be removed from it. If it has a master, it will be detached from it if the master is a child of a different parent. If newChild has peers, they'll be added to this widget as children as well.
newChild - new child canvas to addname - name to assign to child (eg: this[name] == child)autoDraw - if false, child will not automatically be drawn (only for advanced use)
Containment overview and related methodspublic Canvas addPeer(Canvas newPeer)
The widget to be added as a peer will be removed from its old master and/or parent, if any, and it will be added as a child to the parent of this canvas (if any)
newPeer - new peer widget to add
Containment overview and related methods
public Canvas addPeer(Canvas newPeer,
String name,
Boolean autoDraw,
Boolean preDraw)
The widget to be added as a peer will be removed from its old master and/or parent, if any, and it will be added as a child to the parent of this canvas (if any)
newPeer - new peer widget to addname - name to assign to peer (eg: this[peer] == child)autoDraw - if true, peer will not automatically be drawn (only for advanced use)preDraw - if true, when draw is called on the master widget, the peer will be drawn before the master
Containment overview and related methodspublic void adjustForContent(boolean immediate)
This is for very advanced use in which the contents of a Canvas are being directly updated by Ajax techniques, which is required for integration with some third-party libraries. Calling this method is required because browsers do not provide consistent events by which Smart GWT can be notified of external content changes.
Only contents supplied to a widget via contents or via an override of Canvas.getInnerHTML should be manipulated directly. Contents
automatically generated by Smart GWT components (such as the basic structure of a Button) should never be manipulated:
these structures are considered internal, differ by platform, and will change without notice.
immediate - By default the adjustment will occur on a small delay for performance reasons. Pass in this parameter to force
immediate adjustment.public void blur()
public void bringToFront()
public void clear()
This is more expensive than hide(), because in order to become visible
again, the Canvas must be draw()n again. Generally, application code has no reason to call clear() unless it is
attempting to do advanced memory management. If you want to temporarily hide a Canvas, use hide() and show(), and if
you want to permanently destroy a Canvas, use Canvas.destroy.
You would only use clear() if you were managing a very large pool of components and you wanted to reclaim some of the memory used by components that had not been used in a while, while still being able to just draw() them to make them active and visible again.
Note: a clear() will happen as part of moving a Canvas to a different parent. See Canvas.addChild.
public HandlerRegistration addClickHandler(ClickHandler handler)
Executed when the left mouse is clicked (pressed and then released) on this widget. No default implementation.
addClickHandler in interface HasClickHandlershandler - the click handler
HandlerRegistration used to remove this handlerpublic void clickMaskUp()
public void clickMaskUp(String ID)
ID - optional ID of specific clickMask to check. If not passed, checks for the click mask associated
with this widget only.showClickMask(com.smartgwt.client.core.Function, com.smartgwt.client.types.ClickMaskMode, com.smartgwt.client.widgets.Canvas[])public Boolean contains(Canvas canvas)
canvas - the canvas to be tested
Containment overview and related methods
public Boolean contains(Canvas canvas,
Boolean testSelf)
canvas - the canvas to be testedtestSelf - If passed this method will return true if the the canvas parameter is a pointer to this
widget.
Containment overview and related methodspublic Boolean containsEvent()
Positioning overview and related methodspublic Boolean containsFocus()
Focus overview and related methods
public Boolean containsPoint(int x,
int y)
Will return false if any parentElement does not contain the specified point, (EG: you're hovering over an element's absolute location, but it is scrolled out of view in a parent element)
x - GLOBAL x-coordinatey - GLOBAL y-coordinate
Positioning overview and related methods
public Boolean containsPoint(int x,
int y,
Boolean withinViewport)
Will return false if any parentElement does not contain the specified point, (EG: you're hovering over an element's absolute location, but it is scrolled out of view in a parent element)
x - GLOBAL x-coordinatey - GLOBAL y-coordinatewithinViewport - point lies specifically within our viewport (drawn area excluding margins
and scrollbars if present)
Positioning overview and related methodspublic void deparent()
public void depeer()
public void disable()
public HandlerRegistration addDoubleClickHandler(DoubleClickHandler handler)
Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.
addDoubleClickHandler in interface HasDoubleClickHandlershandler - the doubleClick handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragMoveHandler(DragMoveHandler handler)
Executed every time the mouse moves while dragging this canvas.
addDragMoveHandler in interface HasDragMoveHandlershandler - the dragMove handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragRepositionMoveHandler(DragRepositionMoveHandler handler)
Executed every time the mouse moves while drag-repositioning. If this method does not Call DragRepositionMoveEvent.cancel() from within DragRepositionMoveHandler.onDragRepositionMove(com.smartgwt.client.widgets.events.DragRepositionMoveEvent), the dragTarget (or outline if dragAppearance is set to "outline") will automatically be moved as
appropriate whenever the mouse moves.
addDragRepositionMoveHandler in interface HasDragRepositionMoveHandlershandler - the dragRepositionMove handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragRepositionStartHandler(DragRepositionStartHandler handler)
Executed when dragging first starts. No default implementation. Create this handler to set things up for the drag reposition.
addDragRepositionStartHandler in interface HasDragRepositionStartHandlershandler - the dragRepositionStart handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragRepositionStopHandler(DragRepositionStopHandler handler)
Executed when the mouse button is released at the end of the drag. Your widget can use this opportunity to fire custom code based upon where the mouse button was released, etc.
Returning true from this handler will cause the dragTarget (or outline if dragAppearance is set to "outline") to be left in its current
location. Returning false from this handler will cause it to snap back to its original location.
addDragRepositionStopHandler in interface HasDragRepositionStopHandlershandler - the dragRepositionStop handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragResizeMoveHandler(DragResizeMoveHandler handler)
Executed every time the mouse moves while drag-resizing. If this method does not Call DragResizeMoveEvent.cancel() from within DragResizeMoveHandler.onDragResizeMove(com.smartgwt.client.widgets.events.DragResizeMoveEvent), the dragTarget (or outline if dragAppearance is set to "outline") will automatically be moved as
appropriate whenever the mouse moves.
addDragResizeMoveHandler in interface HasDragResizeMoveHandlershandler - the dragResizeMove handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragResizeStartHandler(DragResizeStartHandler handler)
Executed when resize dragging first starts. No default implementation. Create this handler to set things up for the drag resize.
addDragResizeStartHandler in interface HasDragResizeStartHandlershandler - the dragResizeStart handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragResizeStopHandler(DragResizeStopHandler handler)
Executed when the mouse button is released at the end of the drag resize. Your widget can use this opportunity to fire custom code based upon where the mouse button was released, etc.
Returning true from this handler will cause the
dragTarget (or outline if dragAppearance is set to "outline") to be left at its current
size. Returning false from this handler will cause it to snap back to its original location size
addDragResizeStopHandler in interface HasDragResizeStopHandlershandler - the dragResizeStop handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragStartHandler(DragStartHandler handler)
Executed when dragging first starts. Your widget can use this opportunity to set things up for the drag, such as setting the drag tracker. Returning false from this event handler will cancel the drag action entirely.
A drag action is
considered to be begin when the mouse has moved dragStartDistance with the left mouse down.
addDragStartHandler in interface HasDragStartHandlershandler - the dragStart handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDragStopHandler(DragStopHandler handler)
Executed when the mouse button is released at the end of the drag. Your widget can use this opportunity to fire code based on the last location of the drag or reset any visual state that was sent.
addDragStopHandler in interface HasDragStopHandlershandler - the dragStop handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDropMoveHandler(DropMoveHandler handler)
Executed whenever the compatible dragged object is moved over this drop target. You can use this to show a custom visual indication of where the drop would occur within the widget.
addDropMoveHandler in interface HasDropMoveHandlershandler - the dropMove handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDropOutHandler(DropOutHandler handler)
Executed when the dragged object is moved out of the rectangle of this drop target. If you have set a visual indication in dropOver or dropMove, you should reset it to its normal state in dropOut.
addDropOutHandler in interface HasDropOutHandlershandler - the dropOut handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDropOverHandler(DropOverHandler handler)
Executed when the compatible dragged object is first moved over this drop target. Your implementation can use this to show a custom visual indication that the object can be dropped here.
addDropOverHandler in interface HasDropOverHandlershandler - the dropOver handler
HandlerRegistration used to remove this handlerpublic void enable()
public void focus()
public HandlerRegistration addFocusChangedHandler(FocusChangedHandler handler)
Notification function fired when this widget receives or loses keyboard focus.
addFocusChangedHandler in interface HasFocusChangedHandlershandler - the focusChanged handler
HandlerRegistration used to remove this handlerpublic int getBottom()
Sizing overview and related methodspublic String getFullDataPath()
DataPath with the dataPath of any parent canvases up to
whichever canvas has a specified valuesManager specified to
actually manage values from this component.
public String getHoverHTML()
this.showHover is true, when the user holds the mouse over this Canvas for long enough to trigger a
hover event, a hover canvas is shown by default. This method returns the contents of that hover canvas. Default
implementation returns this.prompt - override for custom hover HTML. Note that returning null
or an empty string will suppress the hover canvas altogether.
getShowHover()public int getHSnapOrigin()
getHSnapPosition(int),
Positioning overview and related methodspublic int getHSnapOrigin(Canvas snapChild)
snapChild - the child that is being snapped
getHSnapPosition(int),
Positioning overview and related methodspublic int getHSnapPosition(int coordinate)
snapHGap and snapVGap. You should only override this method if you want to provide support for a grid of irregularly-placed points
coordinate - x-coordinate of the drag event relative to the inside of this widget
Dragdrop overview and related methods
public int getHSnapPosition(int coordinate,
String direction)
snapHGap and snapVGap. You should only override this method if you want to provide support for a grid of irregularly-placed points
coordinate - x-coordinate of the drag event relative to the inside of this widgetdirection - "before" or "after" denoting whether the returned coordinate should match the left or right edge of the current
square. If unset snapHDirection will be used by default
Dragdrop overview and related methodspublic int getInnerContentHeight()
getInnerContentWidth(),
getInnerHeight(),
getInnerWidth(),
Sizing overview and related methodspublic int getInnerContentWidth()
getInnerContentHeight(),
getInnerHeight(),
getInnerWidth(),
Sizing overview and related methodspublic int getInnerHeight()
This is the space within the viewport of the widget (including padding, but excluding margins, borders or scrollbars) rendered at its specified size.
getInnerWidth(),
getInnerContentHeight(),
getInnerContentWidth(),
Sizing overview and related methodspublic int getInnerWidth()
This is the space within the viewport of the widget (including padding, but excluding margins, borders or scrollbars) rendered at its specified size.
getInnerHeight(),
getInnerContentHeight(),
getInnerContentWidth(),
Sizing overview and related methodspublic int getOffsetX()
Positioning overview and related methodspublic int getOffsetY()
Positioning overview and related methodspublic int getPageBottom()
Positioning overview and related methodspublic int getPageLeft()
Positioning overview and related methodspublic int getPageRight()
Positioning overview and related methodspublic int getPageTop()
Positioning overview and related methodspublic int getRight()
Sizing overview and related methodspublic int getScrollBottom()
Scrolling overview and related methodspublic int getScrollHeight()
Sizing overview and related methodspublic int getScrollLeft()
Positioning overview and related methodspublic int getScrollRight()
Scrolling overview and related methodspublic int getScrollTop()
Positioning overview and related methodspublic int getScrollWidth()
Sizing overview and related methodspublic int getViewportHeight()
Sizing overview and related methodspublic int getViewportWidth()
Sizing overview and related methodspublic int getVisibleHeight()
Sizing overview and related methodspublic int getVisibleWidth()
Sizing overview and related methodspublic int getVSnapOrigin()
getVSnapPosition(int),
Positioning overview and related methodspublic int getVSnapOrigin(Canvas snapChild)
snapChild - the child that is being snapped
getVSnapPosition(int),
Positioning overview and related methodspublic int getVSnapPosition(int coordinate)
snapHGap and snapVGap. You should only override this method if you want to provide support for a grid of irregularly-placed points
coordinate - y-coordinate of the drag event relative to the inside of this widget
Dragdrop overview and related methods
public int getVSnapPosition(int coordinate,
String direction)
snapHGap and snapVGap. You should only override this method if you want to provide support for a grid of irregularly-placed points
coordinate - y-coordinate of the drag event relative to the inside of this widgetdirection - "before" or "after" denoting whether the returned coordinate should match the top or bottom edge of the current
square. If unset snapHDirection will be used by default
Dragdrop overview and related methodspublic void handleHover()
this.hover() (if defined), and handle showing the hover canvas if this.showHover is true.
public void hide()
public void hideClickMask()
public void hideClickMask(String ID)
ID - optional ID of specific clickMask to hide. If not passed, defaults to hiding the click mask
associated with this widget only.showClickMask(com.smartgwt.client.core.Function, com.smartgwt.client.types.ClickMaskMode, com.smartgwt.client.widgets.Canvas[])public void hideContextMenu()
public HandlerRegistration addHoverHandler(HoverHandler handler)
If canHover is true for this widget, the hover string method will be fired when the user
hovers over this canvas. If this method returns false, it will suppress the default behavior of showing a hover canvas
if this.showHover is true.
addHoverHandler in interface HasHoverHandlershandler - the hover handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addHoverHiddenHandler(HoverHiddenHandler handler)
If showHover is true for this canvas, this notification method
will be fired whenever the hover shown in response to handleHover() is hidden. This method may be observed or overridden.
addHoverHiddenHandler in interface HasHoverHiddenHandlershandler - the hoverHidden handler
HandlerRegistration used to remove this handlerpublic Boolean intersects(Canvas other)
other - other canvas to test for intersection
Positioning overview and related methodspublic Boolean isDirty()
Canvas.markForRedraw has been called, but this canvas has not yet been
redrawn.
Drawing overview and related methodspublic Boolean isDisabled()
Enable overview and related methodspublic Boolean isDrawn()
isDrawn in class BaseWidgetDrawing overview and related methodspublic HandlerRegistration addKeyDownHandler(KeyDownHandler handler)
Executed when a key is pressed on a focusable widget (canFocus:
true).
Use EventHandler.getKey to find out the String of the
key that was pressed, and use EventHandler.shiftKeyDown and
related functions to determine whether modifier keys were down.
addKeyDownHandler in interface HasKeyDownHandlershandler - the keyDown handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
Executed when a key is pressed and released on a focusable widget (canFocus: true).
Use EventHandler.getKey to find out the
String of the key that was pressed, and use EventHandler.shiftKeyDown and related functions to determine whether modifier keys were down.
addKeyPressHandler in interface HasKeyPressHandlershandler - the keyPress handler
HandlerRegistration used to remove this handlerpublic Boolean keyUp()
canFocus:
true). Use EventHandler.getKey to find out the String of the
key that was pressed, and use EventHandler.shiftKeyDown and
related functions to determine whether modifier keys were down.
getCanFocus()public void layoutChildren(String reason)
layoutChildren() is where a Canvas should implement a sizing policy for it's Canvas children. Since
layoutChildren calls parentResized() on its children, Canvas.parentResized is a good place for a child to implement a layout
policy that can be used within any parent. Recommended practice for a Canvas that manages Canvas children is to create those children without any initial coordinate or size settings and do all sizing when layoutChildren() is called.
layoutChildren() is always called at least once before children are drawn, and is called automatically whenever the viewport size changes (which includes both resizing and introduction/removal of scrolling). layoutChildren() can also be manually invoked in any other component-specific situation which changes the layout.
NOTE: layoutChildren() may be called before draw() if a widget is resized before draw(), so be sure to avoid errors such as assuming that any children you automatically create have already been created.
NOTE: auto-sizing: layoutChildren() is also called once during the initial draw(), before children are drawn, with a "reason" of "initial draw". During this invocation of layoutChildren() it is legal to directly draw children (call child.draw()), which is otherwise never allowed. This allows a Canvas to implement an auto-sizing layout policy by drawing some children before deciding on the sizes of remaining children, which is far more efficient than drawing all children and resizing some of them after they are drawn.
reason - reason why layoutChildren() is being called, passed when framework code invokes layoutChildren()public String linkHTML(String href)
href - URL for the link to point to
public String linkHTML(String href,
String text,
String target,
String ID,
Integer tabIndex,
String accessKey)
href - URL for the link to point totext - Text to for the link (defaults to the href)target - Target window for the link (defaults to opening in a new, unnamed window)ID - optional ID for the link element to be written outtabIndex - optional tabIndex for the linkaccessKey - optional accessKey for the link
public void markForDestroy()
destroy() this canvas on a timeout. This method should be used
instead of calling canvas.destroy() directly unless there's a reason a the canvas needs to be destroyed
synchronously. By using a timeout, this method ensures the destroy() will occur after the current thread of
execution completes. This allows you to easily mark canvases for destruction while they're handling events, which must
complete before the canvas can be destroyed.
public void markForRedraw()
markForRedraw() instead of calling Canvas.redraw directly. Since this method queues the redraw, multiple calls to markForRedraw() within a single thread
of execution will only lead to a single DOM manipulation which greatly improves application performance.
public void markForRedraw(String reason)
markForRedraw() instead of calling Canvas.redraw directly. Since this method queues the redraw, multiple calls to markForRedraw() within a single thread
of execution will only lead to a single DOM manipulation which greatly improves application performance.
reason - reason for performing the redrawDrawing overview and related methodspublic HandlerRegistration addMouseDownHandler(MouseDownHandler handler)
Executed when the left mouse down is pressed on this widget. No default implementation.
addMouseDownHandler in interface HasMouseDownHandlershandler - the mouseDown handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addMouseMoveHandler(MouseMoveHandler handler)
Executed when the mouse moves within this widget. No default implementation.
addMouseMoveHandler in interface HasMouseMoveHandlershandler - the mouseMove handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addMouseOutHandler(MouseOutHandler handler)
Executed when the mouse leaves this widget. No default implementation.
addMouseOutHandler in interface HasMouseOutHandlershandler - the mouseOut handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addMouseOverHandler(MouseOverHandler handler)
Executed when mouse enters this widget. No default implementation.
addMouseOverHandler in interface HasMouseOverHandlershandler - the mouseOver handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addMouseStillDownHandler(MouseStillDownHandler handler)
Executed repeatedly (every mouseStillDownDelay by
default) when the system is idle - i.e. not busy running other scripts - and the left mouse button is held down after
having been pressed in the object. This event is not native to JavaScript, but is provided by the ISC system.
Note:
The event handling system waits mouseStillDownInitialDelay before calling mouseStillDown for the first time on the widget. Subsequently the method is
called every mouseStillDownDelay. Both attributes are
configurable per widget instance.
This method is called only when the left mouse is held down.
addMouseStillDownHandler in interface HasMouseStillDownHandlershandler - the mouseStillDown handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addMouseUpHandler(MouseUpHandler handler)
Executed when the left mouse is released on this widget. No default implementation.
addMouseUpHandler in interface HasMouseUpHandlershandler - the mouseUp handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addMouseWheelHandler(MouseWheelHandler handler)
Executed when the mouse wheel is actuated.
addMouseWheelHandler in interface HasMouseWheelHandlershandler - the mouseWheel handler
HandlerRegistration used to remove this handlerpublic void moveAbove(Canvas canvas)
canvas - canvas to move abovepublic void moveBelow(Canvas canvas)
canvas - canvas to move below
public Boolean moveBy(int deltaX,
int deltaY)
deltaX - amount to move horizontally (may be negative)deltaY - amount to move vertically (may be negative)
Positioning overview and related methods,
Move Examplepublic HandlerRegistration addMovedHandler(MovedHandler handler)
Notification method fired when this component is explicitly moved. Note that a component's position on the screen may
also changed due to an ancestor being moved. The Canvas.parentMoved method provides a notification entry point to catch that case as well.
addMovedHandler in interface HasMovedHandlershandler - the moved handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addDropHandler(DropHandler handler)
Notification method fired when the user drops another canvas onto this one. Returning false from this
method will prevent any default drop behavior from occurring
addDropHandler in interface HasDropHandlershandler - the drop handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addParentMovedHandler(ParentMovedHandler handler)
Notification method fire when an ancestor of this component's position changes.
addParentMovedHandler in interface HasParentMovedHandlershandler - the parentMoved handler
HandlerRegistration used to remove this handlerpublic void redraw()
public void redraw(String reason)
reason - reason for performing the redrawDrawing overview and related methodspublic void removeChild(Canvas child)
child - Child canvas to remove from this parent.
public void removeChild(Canvas child,
String name)
child - Child canvas to remove from this parent.name - If the child canvas was assigned a name when added via addChild(), it should be passed in here to
ensure no reference is kept to the childContainment overview and related methodspublic void removePeer(Canvas peer)
peer - Peer to be removed from this canvas
public void removePeer(Canvas peer,
String name)
peer - Peer to be removed from this canvasname - If this peer was assigned a name when added via addPeer(), it should be passed in here to ensure
no reference is kept to the peerContainment overview and related methodspublic HandlerRegistration addResizedHandler(ResizedHandler handler)
Observable method called whenever a Canvas changes size. Note that if this canvas is overflow:"visible", and is waiting for a queued redraw (see Canvas.isDirty), the value for Canvas.getVisibleWidth and Canvas.getVisibleHeight will be unreliable until
redraw() fires.
addResizedHandler in interface HasResizedHandlershandler - the resized handler
HandlerRegistration used to remove this handlerpublic HandlerRegistration addRightMouseDownHandler(RightMouseDownHandler handler)
Executed when the right mouse down is pressed on this widget. No default implementation.
addRightMouseDownHandler in interface HasRightMouseDownHandlershandler - the rightMouseDown handler
HandlerRegistration used to remove this handler
public void scrollBy(int dX,
int dY)
dX - Number of pixels to scroll horizontallydY - Number of pixels to scroll verticallypublic HandlerRegistration addScrolledHandler(ScrolledHandler handler)
Notification that this component has just scrolled. Use with observation.
Fires for both CSS and "synthetic" scrollbars.
addScrolledHandler in interface HasScrolledHandlershandler - the scrolled handler
HandlerRegistration used to remove this handlerpublic void scrollTo()
This is guaranteed to be called whenever this Canvas is scrolled, whether scrolling is initiated programmatically, by custom scrollbars, or a by a native scrollbar.
public void scrollTo(Integer left,
Integer top)
This is guaranteed to be called whenever this Canvas is scrolled, whether scrolling is initiated programmatically, by custom scrollbars, or a by a native scrollbar.
left - the left coordinatetop - the top coordinateScrolling overview and related methodspublic void scrollToBottom()
public void scrollToLeft()
public void scrollToRight()
public void scrollToTop()
public void sendToBack()
public void setBottom(int bottom)
NOTE: if you're setting multiple coordinates, use setRect(), moveTo() or resizeTo() instead
bottom - new bottom coordinate
public void setImage(String identifier,
String URL)
The image element must have been created from HTML generated by calling
canvas.imgHTML() on this particular Canvas.
identifier - name of the image to change, as originally passed to imgHTMLURL - URL for the image
public void setImage(String identifier,
String URL,
String imgDir)
The image element must have been created from HTML generated by calling
canvas.imgHTML() on this particular Canvas.
identifier - name of the image to change, as originally passed to imgHTMLURL - URL for the imageimgDir - optional image directory, overrides the default for this CanvasImages overview and related methodspublic void setPageLeft(int left)
left - new left coordinate in pixelspublic void setPageTop(int top)
top - new top coordinate in pixelspublic void setRight(int right)
NOTE: if you're setting multiple coordinates, use setRect(), moveTo() or resizeTo() instead
right - new right coordinatepublic void shouldDragScroll()
public void show()
If the widget has not yet been drawn (and doesn't have a parent or master), this method calls the draw method as well.
public HandlerRegistration addShowContextMenuHandler(ShowContextMenuHandler handler)
Executed when the right mouse button is clicked. The default implementation of this method auto-creates a Menu from the contextMenu
property on this component and then calls Menu.showContextMenu on it to show it.
If you want to show a standard context menu, you can simply define your Menu and set it as the contextMenu property on your component - you do not need to override this method.
If you want to do some other processing before showing a menu or do something else entirely, then you should override this method. Note that the return value from this method controls whether or not the native browser context menu is shown.
addShowContextMenuHandler in interface HasShowContextMenuHandlershandler - the showContextMenu handler
HandlerRegistration used to remove this handlerpublic void showNextTo(Canvas otherWidget)
otherWidget - Canvas to show next to
public void showNextTo(Canvas otherWidget,
String side)
otherWidget - Canvas to show next toside - which side to show on, defaults to "right"public void showRecursively()
If the widget has not yet been drawn, this method calls the draw method as well.
public void updateHover()
Canvas.handleHover), this method can be called to update the contents of the hover. Has no effect if the hover canvas
is not showing for this widget.
public void updateHover(String hoverHTML)
Canvas.handleHover), this method can be called to update the contents of the hover. Has no effect if the hover canvas
is not showing for this widget.
hoverHTML - Option to specify new HTML for the hover. If not passed, the result of this.getHoverHTML() will be used instead. Note that if the hover HTML
is empty the hover will be hidden.public HandlerRegistration addVisibilityChangedHandler(VisibilityChangedHandler handler)
Notification fired when this canvas becomes visible or hidden to the user. Note - this method is fired when the Canvas.isVisible state of this component changes. It may be fired in
response an explicit call to Canvas.show or Canvas.hide or Canvas.setVisibility, or in response to a parent component being shown or hidden when this widgets visibility is set to "inherit".
Note that a call to Canvas.show or Canvas.hide will
not always fire this notification. If this widget has a hidden parent, show or hide would change this components
visibility property, and may update the CSS visibility
attribute of the drawn handle in the DOM, but would not actually hide or reveal the component to the user and as such
the notification would not fire.
Note also that this notification will only be fired for components which have been
drawn.
addVisibilityChangedHandler in interface HasVisibilityChangedHandlershandler - the visibilityChanged handler
HandlerRegistration used to remove this handlerpublic static EdgeName getEventEdge()
getResizeFrom()public static EdgeName getEventEdge(EdgeName[] edgeMask)
edgeMask - Array of legal edges. Default is all the edges that allow resizing (see resizeFrom)
getResizeFrom()public static void setAllowExternalFilters(boolean allExternalFilters)
allowExternalFilters setting.
allExternalFilters - new settingpublic static void setNeverUseFilters(boolean neverUseFilters)
neverUseFilters setting.
neverUseFilters - new settingpublic static void setDefaultProperties(Canvas canvasProperties)
Note: This method is intended for setting default attributes only and will effect all instances of the underlying class (including those automatically generated in JavaScript). This method should not be used to apply standard EventHandlers or override methods for a class - use a custom subclass instead.
canvasProperties - properties that should be used as new defaults when instances of this class are createdpublic static Canvas getById(String ID)
ID.
ID - global ID of the Canvas
public String getAttribute(String attribute)
getAttribute in class BaseWidgetpublic Canvas[] getParentElements()
Containment overview and related methodspublic String getClassName()
protected void onInit()
onInit in class BaseWidgetprotected void onDetach()
onDetach in class Widgetprotected void onAttach()
onAttach in class Widgetpublic void addStyleName(String style)
setStyleName(String)
addStyleName in class UIObjectstyle - the style namesetStyleName(String)public void setVisible(boolean visible)
setVisible in interface HasVisibilitysetVisible in class UIObjectpublic void setHeight(int height)
Can be a number of pixels, or a percentage like "50%". See
documentation for width for details on who percentage values
are resolved actual size.
Note that if overflow is set
to "visible", this size is a minimum, and the component may overflow to show all content and/or children.
If
trying to establish a default height for a custom component, set defaultHeight instead. Resizes the widget vertically to the specified height (moves the bottom side of the
widget). The height parameter can be expressed as a percentage of viewport size or as the number of pixels.
NOTE: if you're setting multiple coordinates, use resizeTo() or setRect() instead
height - new height. Default value is nullpublic void setHeight100()
public void setWidth100()
public void setHeight(String height)
setHeight in class UIObjectpublic Integer getHeight()
public String getHeightAsString()
public void setTitle(String title)
setPrompt(String)
setTitle in class BaseWidgettitle - the titlepublic String getTitle()
getPrompt()
getTitle in class BaseWidgetpublic void setTooltip(String tooltip)
setPrompt(String)
tooltip - the tooltippublic String getTooltip()
getPrompt()
public void setWidth(int width)
Can be a number of pixels, or a percentage like "50%". Percentage sizes are resolved to pixel values as follows:
percentSource, sizing will be a percentage of the size
of that widget (see also percentBox).masterElement, and
snapTo is set for the widget, sizing will be a percentage
of the size of that widget (see also percentBox).parentElement's viewport. Layout may specially interpret percentage sizes on their children, and also
allow "*" as a size.
Note that if overflow is set to
"visible", this size is a minimum, and the component may overflow to show all content and/or children.
If
trying to establish a default width for a custom component, set defaultWidth instead. Resizes the widget horizontally to the specified width (moves the right side of the
widget). The width parameter can be expressed as a percentage of viewport size or as the number of pixels.
NOTE: if you're setting multiple coordinates, use resizeTo() or setRect() instead
width - new width. Default value is nullpublic void setWidth(String width)
Can be a number of pixels, or a percentage like "50%". Percentage sizes are resolved to pixel values as follows:
percentSource, sizing will be a percentage of the size
of that widget (see also percentBox).masterElement, and
snapTo is set for the widget, sizing will be a percentage
of the size of that widget (see also percentBox).parentElement's viewport. Layout may specially interpret percentage sizes on their children, and also
allow "*" as a size.
Note that if overflow is set to
"visible", this size is a minimum, and the component may overflow to show all content and/or children.
If
trying to establish a default width for a custom component, set defaultWidth instead. Resizes the widget horizontally to the specified width (moves the right side of the
widget). The width parameter can be expressed as a percentage of viewport size or as the number of pixels.
NOTE: if you're setting multiple coordinates, use resizeTo() or setRect() instead
setWidth in class UIObjectwidth - new width. Default value is nullpublic Integer getWidth()
public String getWidthAsString()
public void setLeft(int left)
position property). Can also be set as a percentage, specified as a
String ending in '%', eg, "50%". In this case the top coordinate is considered as a percentage of the specified width
of the 'parent'.
Set the left coordinate of this object, relative to its enclosing context, in pixels. NOTE: if you're setting multiple coordinates, use setRect(), moveTo() or resizeTo() instead
left - new left coordinate. Default value is 0public int getLeft()
position property). Can also be set as a percentage, specified as a
String ending in '%', eg, "50%". In this case the top coordinate is considered as a percentage of the specified width
of the 'parent'.
public void setLeft(String left)
position property). Can also be set as a percentage, specified as a
String ending in '%', eg, "50%". In this case the top coordinate is considered as a percentage of the specified width
of the 'parent'.
Set the left coordinate of this object, relative to its enclosing context, in pixels. NOTE: if you're setting multiple coordinates, use setRect(), moveTo() or resizeTo() instead
left - new left coordinate. Default value is 0public String getLeftAsString()
position property). Can also be set as a percentage, specified as a
String ending in '%', eg, "50%". In this case the top coordinate is considered as a percentage of the specified width
of the 'parent'.
public void setTop(int top)
position property). Can also be set as a percentage, specified as a String ending in '%', eg, "50%". In this case
the top coordinate is considered as a percentage of the specified height of the 'parent'.
Set the top coordinate of this object, relative to its enclosing context, in pixels.
NOTE: if you're setting multiple coordinates, use setRect() or moveTo() instead
top - new top coordinate. Default value is 0public String getFacetId()
CubeGrid, and it has a facetId
property specified then the Cube treats this as adding that facetId at the drop location.
public void setFacetId(String facetId)
CubeGrid, and it has a facetId property specified then
the Cube treats this as adding that facetId at the drop location.
facetId - the facet idpublic int getTop()
position property). Can also be set as a percentage, specified as a String ending in '%', eg, "50%". In this case
the top coordinate is considered as a percentage of the specified height of the 'parent'.
public void setTop(String top)
position property). Can also be set as a percentage, specified as a String ending in '%', eg, "50%". In this case
the top coordinate is considered as a percentage of the specified height of the 'parent'.
Set the top coordinate of this object, relative to its enclosing context, in pixels.
NOTE: if you're setting multiple coordinates, use setRect() or moveTo() instead
top - new top coordinate. Default value is 0public String getTopAsString()
position property). Can also be set as a percentage, specified as a String ending in '%', eg, "50%". In this case
the top coordinate is considered as a percentage of the specified height of the 'parent'.
public void setAlign(Alignment align)
public int getAbsoluteLeft()
getAbsoluteLeft in class UIObjectpublic int getAbsoluteTop()
getAbsoluteTop in class UIObjectpublic void setAnimateShowEffect(AnimationEffect animateShowEffect)
Canvas#animateShow() is called without an explicit effect parameter.
animateShowEffect - the animate show effect. Default is "wipe"public AnimationEffect getAnimateShowEffect()
Canvas#animateShow() is called without an explicit effect parameter.
public void setDisabled(boolean disabled)
Note : This is an advanced setting
disabled - new disabled state of this object - pass true to disable the widget. Default value is falsepublic boolean getDisabled()
public void setDragTarget(Canvas dragTarget)
null (default) [this widget is its own drag target]"parent" drag target is this widget's
parentElement"top" drag target is this widget's
topElementNote : This is an advanced setting
dragTarget - dragTarget Default value is nullpublic Canvas getDragTarget()
null (default) [this widget is its own drag target]"parent" drag target is this widget's
parentElement"top" drag target is this widget's
topElement
public Boolean willAcceptDrop()
dragType of the
dragTarget (the component being dragged from) with the list of dropTypes on this Canvas. If the dropTypes list contains the dragType value, then this method returns true. Otherwise it returns
false.
protected void parentResized()
This method allows a child to implement a layout policy that can be used within any parent, such as a Resizer component
that always snaps to the parent's bottom-right corner. The default implementation of this method applies a child's
percent sizes, if any, or implements layout based on the snapTo
property.
Make sure you call super.parentResized() if you'd like the default behavior to apply.
Note: This is an override point
public Canvas getHoverComponent()
showHoverComponents is true, this method is
called to get the component to show as a hover for this Canvas. There is no default implementation of this method, so
you need to override it with an implementation that returns a Canvas that suits your needs. By default, components
returned by getHoverComponent() will not be automatically destroyed when the hover is hidden. To enforce
this, set hoverAutoDestroy to true on the returned
component.
Note: this is an override point
public void setGroupTitle(String groupTitle)
groupTitle - the groupTitlepublic String getGroupTitle()
public void setIsGroup(Boolean isGroup)
isGroup - the isGrouppublic Boolean getIsGroup()
public void setSmoothFade(Boolean smoothFade)
throws IllegalStateException
IllegalStateExceptionpublic void setKeepInParentRect(Rectangle rectangle)
public void setPrefix(String prefix)
public String getPrefix()
public void setResizeFrom(String... resizeFrom)
#setResizeFrom(EdgeName) instead.
resizeFrom - resizeFrom valuespublic void setDropTypes(String... dropTypes)
Note : This is an advanced setting
dropTypes - dropTypes Default value is Canvas.ANYTHINGpublic String[] getDropTypes()
public boolean moveTo(int left,
int top)
left - x-coordinate to move to in LOCAL coordinatestop - y-coordinate to move to in LOCAL coordinates
public Boolean resizeBy(int deltaX,
int deltaY)
deltaX - amount to resize horizontally (may be negative)deltaY - amount to resize vertically (may be negative)
public Boolean resizeTo(String width,
String height)
width - new width for canvasheight - new height for canvas
public Boolean resizeTo(int width,
int height)
width - new width for canvasheight - new height for canvas
public void scrollByPercent(int dX,
int dY)
dX - Percentage to scroll horizontally.dY - Percentage to scroll vertically.
public void scrollToPercent(int left,
int top)
left - left Percentage position to scroll totop - top Percentage position to scroll topublic boolean isVisible()
NOTE: Undrawn widgets will report themselves as visible if they would be visible if drawn.
isVisible in interface HasVisibilityisVisible in class UIObject
public void animateMove(Integer left,
Integer top)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)
public void animateMove(Integer left,
Integer top,
AnimationCallback callback)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)callback - When the move completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation
public void animateMove(Integer left,
Integer top,
AnimationCallback callback,
int duration)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)callback - When the move completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimationduration - Duration in ms of the animated move
public void animateMove(Integer left,
Integer top,
AnimationCallback callback,
int duration,
AnimationAcceleration acceleration)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)callback - When the move completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimationduration - Duration in ms of the animated moveacceleration - Optional acceleration effect to bias the ratios
public void animateScroll(int scrollLeft,
int scrollTop)
scrollLeft - desired final left scroll postionscrollTop - desired final top scroll postion
public void animateScroll(int scrollLeft,
int scrollTop,
AnimationCallback callback)
scrollLeft - desired final left scroll postionscrollTop - desired final top scroll postioncallback - When the scroll completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation
public void animateScroll(int scrollLeft,
int scrollTop,
AnimationCallback callback,
int duration)
scrollLeft - desired final left scroll postionscrollTop - desired final top scroll postioncallback - When the scroll completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimationduration - Duration in ms of the animated scroll
public void animateRect(Integer left,
Integer top,
Integer width,
Integer height)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)width - new width (or null for unchanged)height - new height (or null for unchanged)
public void animateRect(Integer left,
Integer top,
Integer width,
Integer height,
AnimationCallback callback)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)width - new width (or null for unchanged)height - new height (or null for unchanged)callback - When the setRect completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation
public void animateRect(Integer left,
Integer top,
Integer width,
Integer height,
AnimationCallback callback,
int duration)
left - new left position (or null for unchanged)top - new top position (or null for unchanged)width - new width (or null for unchanged)height - new height (or null for unchanged)callback - When the setRect completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimationduration - Duration in ms of the animated setRect
public void animateResize(Integer width,
Integer height)
width - new width (or null for unchanged)height - new height (or null for unchanged)
public void animateResize(Integer width,
Integer height,
AnimationCallback callback)
width - new width (or null for unchanged)height - new height (or null for unchanged)callback - When the resize completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation
public void animateResize(Integer width,
Integer height,
AnimationCallback callback,
int duration)
width - new width (or null for unchanged)height - new height (or null for unchanged)callback - When the resize completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimationduration - Duration in ms of the animated resizepublic void animateFade(int opacity)
opacity - desired final opacity
public void animateFade(int opacity,
AnimationCallback callback)
opacity - desired final opacitycallback - When the fade completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation
public void animateFade(int opacity,
AnimationCallback callback,
int duration)
opacity - desired final opacitycallback - When the fade completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimationduration - Duration in ms of the animated fadepublic void animateHide(AnimationEffect effect)
"visible" or "hidden".
effect - How should the content of the window be hidden during the hide? If ommitted, default behavior can
be configured via animateHideEffect
public void animateHide(AnimationEffect effect,
AnimationCallback callback)
"visible" or "hidden".
effect - How should the content of the window be hidden during the hide? If ommitted, default behavior
can be configured via animateHideEffectcallback - When the hide completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation.
public void animateHide(AnimationEffect effect,
AnimationCallback callback,
int duration)
"visible" or "hidden".
effect - How should the content of the window be hidden during the hide? If ommitted, default behavior
can be configured via animateHideEffectcallback - When the hide completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation.duration - Duration in ms of the animated hide. If unset, duration will be picked up from animateHideTimepublic void animateShow(AnimationEffect effect)
"visible" or
"hidden".
effect - Animation effect to use when revealing the widget. If ommitted, default behavior can be
configured via animateShowEffect
public void animateShow(AnimationEffect effect,
AnimationCallback callback)
"visible" or
"hidden".
effect - Animation effect to use when revealing the widget. If ommitted, default behavior can be
configured via animateShowEffectcallback - When the show completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation.
public void animateShow(AnimationEffect effect,
AnimationCallback callback,
int duration)
"visible" or
"hidden".
effect - Animation effect to use when revealing the widget. If ommitted, default behavior can be
configured via animateShowEffectcallback - When the show completes this callback will be fired. Single
'earlyFinish' parameter will be passed if the animation was cut
short by a call to finishAnimation.duration - Duration in ms of the animated show. If unset, duration will be picked up from animateShowTimepublic void updateShadow()
public int getZIndex()
public int getNextZIndex()
public void setZIndex(int newIndex)
newIndex - the new zIndex to set topublic Rectangle getPageRect()
public void setRect(Rectangle rectangle)
Moves the widget so that its top-left corner is at the specified top-left coordinates, then resizes it to the specified width and height.
rectangle - new coordinates
public void setRect(int left,
int top,
int width,
int height)
Moves the widget so that its top-left corner is at the specified top-left coordinates, then resizes it to the specified width and height.
left - new left coordinate, Array of coordinates in
parameter order, or Object with left, top, width,
height properties. If an Array or Object is
passed, the remaining parameters are ignoredtop - new top coordinatewidth - new widthheight - new heightpublic Rectangle getRect()
public static String getImgURL(String URL)
If the passed URL begins with the special prefix "[SKIN]", it will have the widget.skinImgDir and Page.skinImgDir prepended. Otherwise the image is assumed to be application-specific, and will have the widget.appImgDir and Page.appImgDir automatically prepended.
Note that if passed an absolute path (starting with "/" or "http://" for example), no extra image directory information will be prepended to the generated URL.//
URL - URL local to skin or application image directory
public static String getImgURL(String URL,
String imgDir)
If the passed URL begins with the special prefix "[SKIN]", it will have the widget.skinImgDir and Page.skinImgDir prepended. Otherwise the image is assumed to be application-specific, and will have the widget.appImgDir and Page.appImgDir automatically prepended.
Note that if passed an absolute path (starting with "/" or "http://" for example), no extra image directory information will be prepended to the generated URL.//
URL - URL local to skin or application image directoryimgDir - optional image directory to override the default for this Canvas
public static String imgHTML(String src)
The full URL for the image will be formed
according to the rules documented for . getImgURL(java.lang.String)
The created image will have an identifier unique to this Canvas, and subsequent calls to and com.smartgwt.client.widgets.Canvas#getImage
with the name passed to this function will act on the image object produced by the HTML returned from this
call.
setImage(java.lang.String, java.lang.String)
src - URL local to the skin or application directory.
public static String imgHTML(String src,
int width,
int height,
String name,
String extraStuff,
String imgDir)
The full URL for the image will be formed
according to the rules documented for . getImgURL(java.lang.String)
The created image will have an identifier unique to this Canvas, and subsequent calls to and com.smartgwt.client.widgets.Canvas#getImage
with the name passed to this function will act on the image object produced by the HTML returned from this
call.
setImage(java.lang.String, java.lang.String)
src - URL local to the skin or application directory.width - width of the imageheight - height of the imagename - name for the imageextraStuff - additional attributes to write in the tagimgDir - image-specific image directory to override the default for
this Canvas
public static String imgHTML(String src,
int width,
int height)
public static void showPrintPreview(Canvas component)
component - to get printable HTML for.public static void showPrintPreview(Object[] components)
components - components to get the print HTML for. May also include raw HTML strings which will be folded into the generated print
output
public static void showPrintPreview(Object[] components,
PrintProperties printProperties,
String title,
PrintPreviewCallback callback)
components - components to get the print HTML for. May also include raw HTML strings which will be folded into the generated print
outputprintProperties - for customizing the print HTML output. If this parameter is passed as null, it will be ignored.title - for the print windowcallback - to fire when the print preview window has been created and shown
public static void showPrintPreview(Object[] components,
PrintProperties printProperties,
String title,
PrintPreviewCallback callback,
Window printWindowProperties,
String printButtonTitle)
components - components to get the print HTML for. May also include raw HTML strings which will be folded into the generated print
outputprintProperties - for customizing the print HTML output. If this parameter is passed as null, it will be ignored.title - for the print windowcallback - to fire when the print preview window has been created and shownprintWindowProperties - the print window propertiesprintButtonTitle - the brint button title
public static void getPrintHTML(Object[] components,
PrintProperties printProperties,
PrintHTMLCallback callback)
components - Components to get the print HTML for. Strings of raw HTML may also be included in this array, and will be integrated
into the final HTML at the appropriate point.
HTML.printProperties - for customizing the print HTML output. If this parameter is passed as null, it will be ignored.callback - to fire when the HTML has been generated
public String getPrintHTML(PrintProperties printProperties,
PrintHTMLCallback callback)
PrintHTMLCallback.setHTML(String). This allows for providing a printable view for asynch interfaces
- for example fetching records that aren't yet loaded for the print view, etc
Note: this is an override point.
printProperties - properties to configure printing behavior - may be nullcallback - to fire. Generated HTML should be passed to the execute method of the callback.public static void printComponents(Object[] components)
components - components to get the print HTML for. May also include raw HTML strings which will be folded into the generated
print output
public void setParentElement(Canvas parentElement)
throws IllegalStateException
addChild(com.smartgwt.client.widgets.Canvas) and removeChild(com.smartgwt.client.widgets.Canvas)
calls on the parent. Note : This is an advanced setting
parentElement - parentElement Default value is null
IllegalStateException - this property cannot be changed after the component has been createdpublic Canvas getParentElement()
addChild(com.smartgwt.client.widgets.Canvas) and removeChild(com.smartgwt.client.widgets.Canvas)
calls on the parent.
public void addChild(Widget widget)
If newChild has a parent it will be removed from it. If it has a master, it will be detached from it if the master is a child of a different parent. If newChild has peers, they'll be added to this widget as children as well.
newChild - new child canvas to add
public Canvas addChild(Canvas newChild,
String name,
boolean autoDraw)
If newChild has a parent it will be removed from it. If it has a master, it will be detached from it if the master is a child of a different parent. If newChild has peers, they'll be added to this widget as children as well.
newChild - new child canvas to addname - name to assign to child (eg: this[name] == child)autoDraw - if false, child will not automatically be drawn (only for advanced use)
Containment overview and related methodspublic void setChildren(Canvas... children)
Note : This is an advanced setting
children - children Default value is nullpublic Canvas[] getChildren()
Note : This is an advanced setting
protected static Canvas[] convertToCanvasArray(JavaScriptObject nativeArray)
public int getOffsetHeight()
getOffsetHeight in class UIObjectpublic int getOffsetWidth()
getOffsetWidth in class UIObjectpublic void setAutoHeight()
For use with setOverflow(Overflow.VISIBLE), where widgets render only as large as their contents and/or children, and height and width settings act as a minimum size.
public void setAutoWidth()
For use with setOverflow(Overflow.VISIBLE), where widgets render only as large as their contents and/or children, and height and width settings act as a minimum size.
public String showClickMask(Function clickActionCallback,
ClickMaskMode mode,
Canvas[] unmaskedTargets)
clickActionCallback - action to fire when the user clicks on the maskmode - whether to automatically hide the clickMask on mouseDown and suppress the mouseDown
event from reaching the target under the mouseunmaskedTargets - initially unmasked targets for this clickMask. Note that if this is a "hard" mask, unmasked children of
masked parents are not supported so any non-top-level widgets passed in will have their parents unmasked. Children of
masked parents can never be masked.
public Boolean visibleAtPoint(int x,
int y,
boolean withinViewport,
Canvas ignoreWidgets,
Canvas upToParent)
x - GLOBAL x-coordinatey - GLOBAL y-coordinatewithinViewport - point lies within our viewport rather than just our drawn areaignoreWidgets - If passed ignore widget(s), do not check whether those widgets occludes this oneupToParent - If passed, only check for siblings occluding the component up as far as the specified parent widget
Positioning overview and related methodspublic com.smartgwt.logicalstructure.core.LogicalStructureObject setLogicalStructure(com.smartgwt.logicalstructure.widgets.CanvasLogicalStructure s)
public com.smartgwt.logicalstructure.core.LogicalStructureObject getLogicalStructure()
getLogicalStructure in interface LogicalStructuregetLogicalStructure in class BaseWidget
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||