Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -49/+0 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -8/+3 |
| | |||||
* | Added requestRepaintall helper to AbstractComponentContainer and use the | Artur Signell | 2012-03-21 | 1 | -0/+9 |
| | | | | | same helper and logic in all component containers including Form, Table and CustomField | ||||
* | Added missing license info | Artur Signell | 2012-03-14 | 1 | -0/+3 |
| | |||||
* | #8500 Allow component containers to hide their children even though | Artur Signell | 2012-03-14 | 1 | -0/+18 |
| | | | | | the children are visible. Allows Tabsheet to disallow updates to all tabs except the selected. | ||||
* | #8500, #3557 Added HasComponents (Iterable<Component>) that must be | Artur Signell | 2012-03-14 | 1 | -0/+24 |
implemented by all components containing components. This might still change when #2924/#2527 is fixed |