...
Code Block | ||||
---|---|---|---|---|
| ||||
this.button = new XdevButton(); this.setEnabled(false); this.setVisible(false); this.button.setCaption("Button"); this.button.setSizeUndefined(); this.setContent(this.button); this.setSizeFull(); |
...
Code Block | ||||
---|---|---|---|---|
| ||||
this.button = new XdevButton(); this.setEnabled(false); this.setVisible(false); this.button.setCaption("Button"); this.button.setSizeUndefined(); this.setContent(this.button); this.setSizeFull(); |