ToggleButton class
new ToggleButton()
public function toggle(b:IMouseable):Void
// TODO: Add description of the toggle method.
Void
public function setLayoutManager(layout:ILayoutManager):Void
Sets the layoutManager value of this ToggleButton.
layout | a value for layout |
Void
public function getLayoutManager():ILayoutManager
Gets the layoutManager value of this ToggleButton.
ILayoutManager
public function setButton1(button:IMouseable):Void
Sets the button1 value of this ToggleButton.
button | a value for button |
Void
public function getButton1():IMouseable
Gets the button1 value of this ToggleButton.
IButton
public function setButton2(button:IMouseable):Void
Sets the button2 value of this ToggleButton.
button | a value for button |
Void
public function getButton2():IMouseable
Gets the button2 value of this ToggleButton.
IButton