Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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