Package com.smartgwt.client.docs
Interface Drawing
public interface Drawing
Rendering an object on the page. Include the Drawing module your SmartGWT application by
including
<inherits name="com.smartgwt.Drawing"/>
in your GWT module XML.- See Also:
-
BaseWidget.isDrawn()
BaseWidget.getInnerHTML()
BaseWidget.draw()
Canvas.isDirty()
Canvas.markForRedraw()
Canvas.redraw()
FormItem.getFieldName()
FormItem.getTitle()
FormItem.isDrawn()
ListGrid.markForRedraw()
com.smartgwt.client.widgets.Canvas#getAutoDraw
Canvas.getRedrawOnResize()