| Property | Defined By | ||
|---|---|---|---|
| value : String The value of the pip: "on" or "off". | ViewPip | ||
| Method | Defined By | ||
|---|---|---|---|
ViewPip(p_value:String = on)
Creates a new pip. | ViewPip | ||
toString():String [override]
Converts a WK_Pip object into a string. | ViewPip | ||
| value | property |
value:StringThe value of the pip: "on" or "off".
public function get value():String public function set value(value:String):void| ViewPip | () | Constructor |
public function ViewPip(p_value:String = on)Creates a new pip.
Parametersp_value:String (default = on) — The initial value of the pip: "on" or "off".
|
| toString | () | method |
override public function toString():StringConverts a WK_Pip object into a string.
ReturnsString — Returns the class, the object name and the value
(on or off) of the current pip.
|