PackageWhiteboard.tools.menuBars
Classpublic class WhiteboardMenuBar
InheritanceWhiteboardMenuBar Inheritance mx.containers.HBox
ImplementsIWhiteboardMenuBar



Public Methods
 MethodDefined by
  
updateValue(property:String, value:Object, applyFocusFix:Boolean = true):void
Sets a property on the selected shape/s and saves it to the server.
WhiteboardMenuBar
  
updateWithNoLocalSync(valueID:String, value:Object, applyFocusFix:Boolean = true):void
Sets a property on the selected shape/s and saves it to the server.
WhiteboardMenuBar
Method detail
updateValue()method
public function updateValue(property:String, value:Object, applyFocusFix:Boolean = true):void

Sets a property on the selected shape/s and saves it to the server.

Parameters
property:String — property name.
 
value:Object — value to set the property as
 
applyFocusFix:Boolean (default = true) — true the whiteboard will refocus the shape to account for size changes.
updateWithNoLocalSync()method 
public function updateWithNoLocalSync(valueID:String, value:Object, applyFocusFix:Boolean = true):void

Sets a property on the selected shape/s and saves it to the server. It will register to not handle the sync back to avoid rapid changes for quickly changing values such as line thickness.

Parameters
valueID:String — property name
 
value:Object — value to set the property as
 
applyFocusFix:Boolean (default = true) — true the whiteboard will refocus the shape to account for size changes