Can I do like
Code:
Cell cell = new Cell() { public Cell() { this.setColumnSpan(3); }};
Or is there any another solution? Provided I only have a blank constructor (default).