相关代码 |
|
B30-1876391.zul {{IS_NOTE Purpose: Description: History: Mon May 26 11:11:43 2008, Created by tomyeh }}IS_NOTE Copyright (C) 2008 Potix Corporation. All Rights Reserved. {{IS_RIGHT }}IS_RIGHT --> Click the test button and you shall see "OK" being appended. cb.setText("BB"); Comboitem ci = cb.getSelectedItem(); new Label(ci != null && "BB".equals(ci.label) ? "OK": "Failed "+ci) .setParent(self.parent); ]]>