| Package | com.adobe.coreUI.controls |
| Class | public class WhiteBoard |
| Inheritance | WhiteBoard mx.core.UIComponent |
| Subclasses | SharedWhiteBoard |
| Property | Defined by | ||
|---|---|---|---|
| allowSave : Boolean
Returns true if saving is allowed
| WhiteBoard | ||
| currentPropertiesToolBar : IWBPropertiesToolBar [read-only]
The current properties tool bar
| WhiteBoard | ||
| model : WBModel
Determines the model used in this white board
| WhiteBoard | ||
| popupPropertiesToolBar : Boolean = true
Returns if the properties tool bar is popped up.
| WhiteBoard | ||
| popupShapesToolBar : Boolean = true
Returns if the shapes tool bar is popped up.
| WhiteBoard | ||
| shapesToolBar : UIComponent
The shapes tool Bar
| WhiteBoard | ||
| zoomLevel : Number
Returns the zoom level
| WhiteBoard | ||
| Method | Defined by | ||
|---|---|---|---|
|
hideSelection():void
Hides the selection container
| WhiteBoard | ||
|
showSelection():void
Shows the selection
| WhiteBoard | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when one is finished drawing a shape on the canvas. | WhiteBoard | |||
| Dispatched when the property tool bar is added. | WhiteBoard | |||
| Dispatched when the property tool bar is removed. | WhiteBoard | |||
| allowSave | property |
allowSave:Boolean [read-write]Returns true if saving is allowed
Implementation public function get allowSave():Boolean
public function set allowSave(value:Boolean):void
| currentPropertiesToolBar | property |
currentPropertiesToolBar:IWBPropertiesToolBar [read-only]The current properties tool bar
Implementation public function get currentPropertiesToolBar():IWBPropertiesToolBar
| model | property |
model:WBModel [read-write]Determines the model used in this white board
Implementation public function get model():WBModel
public function set model(value:WBModel):void
| popupPropertiesToolBar | property |
public var popupPropertiesToolBar:Boolean = trueReturns if the properties tool bar is popped up.
| popupShapesToolBar | property |
public var popupShapesToolBar:Boolean = trueReturns if the shapes tool bar is popped up.
| shapesToolBar | property |
shapesToolBar:UIComponent [read-write]The shapes tool Bar
Implementation public function get shapesToolBar():UIComponent
public function set shapesToolBar(value:UIComponent):void
| zoomLevel | property |
zoomLevel:Number [read-write]Returns the zoom level
Implementation public function get zoomLevel():Number
public function set zoomLevel(value:Number):void
| hideSelection | () | method |
public function hideSelection():voidHides the selection container
| showSelection | () | method |
public function showSelection():voidShows the selection
| endDrawingShape | event |
com.adobe.events.WBCanvasEvent
Dispatched when one is finished drawing a shape on the canvas.
| propertiesToolbarAdd | event |
| propertiesToolbarRemove | event |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/coreUI/controls/WhiteBoard.html