Class com.boostworthy.example.WindowContentToggle

Description

The 'WindowContentToggle' class can be used to create a simple toggle, in this case for demonstration purposes inside the window.

Field Index

STATE_OFF, STATE_ON

Method Index

getState(), init(), setState()

Field Detail

STATE_OFF

static public STATE_OFF:String

STATE_ON

static public STATE_ON:String

Method Detail

init

public function init():Void

getState

public function getState():String

setState

public function setState(strState:String):Void