function MyClass() {
if (_biInPrototype) return;
BiComponent.call(this);
var x = new BiComboBox();
this.setMyVar("hello"); this._myVar = 12345; this.setMyVar(x);
}
_p = _biExtend(MyClass, BiComponent, "MyClass");
/**
* Property description. IDEA already knows it is a BiLabel thanks to the following line
* @type BiLabel
*/
MyClass.addProperty("myVar", Function.READ_WRITE);