Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -237/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+16 |
| | |||||
* | Call attach only once for children (#9005) | Artur Signell | 2012-06-21 | 1 | -13/+11 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -8/+1 |
| | |||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -13/+0 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -2/+0 |
| | |||||
* | Avoid creating content in getComponentIterator, instead report what | Artur Signell | 2012-03-22 | 1 | -1/+1 |
| | | | there is or isn't | ||||
* | Added requestRepaintall helper to AbstractComponentContainer and use the | Artur Signell | 2012-03-21 | 1 | -17/+3 |
| | | | | | same helper and logic in all component containers including Form, Table and CustomField | ||||
* | #8500 Allow component containers to hide their children even though | Artur Signell | 2012-03-14 | 1 | -0/+3 |
| | | | | | 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/+4 |
| | | | | | | implemented by all components containing components. This might still change when #2924/#2527 is fixed | ||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Split CustomComponent, CustomField and CustomLayout into widget + | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | | | paintable | ||||
* | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constants | Jens Jansson | 2011-12-22 | 1 | -3/+3 |
| | |||||
* | Rename CustomField.createContent() to initContent() (#3718). | Henri Sara | 2011-12-22 | 1 | -6/+9 |
| | |||||
* | Add some comments in CustomField javadoc. | Henri Sara | 2011-12-09 | 1 | -2/+5 |
| | |||||
* | Add license header to some new files | Leif Åstrand | 2011-12-09 | 1 | -0/+4 |
| | |||||
* | Add CustomField component in Vaadin core (#3718) | Henri Sara | 2011-12-08 | 1 | -0/+242 |
CustomField component, related changes in AbstractField and some tests/examples added to Vaadin core. |