aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src/com
Commit message (Expand)AuthorAgeFilesLines
* API refactoring (#7749)declarativeArtur Signell2014-12-178-10/+11
* Declarative support for CheckBox (#7749)Matti Hosio2014-12-173-0/+127
* Add namespace element for custom components (#7749)Matti Hosio2014-12-171-0/+4
* Unit tests for nested templates (#7749)Matti Hosio2014-12-1712-0/+417
* Do not write immediate to design if component is immediate by default (#7749)Matti Hosio2014-12-171-0/+15
* Do not throw exception when trying to bind a preinitialized instance field (#...Matti Hosio2014-12-177-0/+29
* Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-1715-87/+731
|\
| * Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-66/+92
| * Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-121-0/+20
| * Validate input to FileResource constructor (#14253)Artur Signell2014-12-111-0/+36
| * Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-0/+14
| * Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-111-11/+1
| * Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-103-0/+165
| * Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-0/+42
| * Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-091-0/+50
| * Basic tests for default converter factoryArtur Signell2014-12-081-0/+128
| * Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-083-23/+36
| * SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-051-0/+14
| * Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-041-9/+55
| * Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-021-0/+43
| * Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-021-0/+31
| * Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-012-0/+26
* | Test for custom reading of design in constructor (#7749)Artur Signell2014-12-163-0/+113
* | Generic cleanup (#7749)Artur Signell2014-12-161-1/+0
* | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-161-4/+0
* | Declarative support for Label (#7749)Matti Hosio2014-12-161-0/+4
* | createNode -> createElementArtur Signell2014-12-154-10/+10
* | Fix writing issues (#7749)Artur Signell2014-12-158-0/+301
* | Do not create default instances while reading designs (#7749)Artur Signell2014-12-152-18/+0
* | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-1526-117/+116
* | Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-157-0/+240
* | Refactored API for loading designs (#7749)Artur Signell2014-12-156-16/+181
* | Support plain-text attribute for Label (#7749)Artur Signell2014-12-142-3/+53
* | Rename LayoutHandler to Design (#7749)Artur Signell2014-12-147-21/+20
* | Declarative support for split panel (#7749).Mika Murtojarvi2014-12-123-2/+337
* | Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-124-8/+7
* | Declarative: add support for Panel (#7749).Mika Murtojarvi2014-12-123-1/+175
* | Declarative support for Button and NativeButton (#7749)Matti Hosio2014-12-124-1/+59
* | Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-124-1/+281
* | Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-125-2/+243
* | Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-103-1/+149
* | Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-102-10/+32
* | Declarative support for AbstractField (#7749)Matti Hosio2014-12-106-2/+242
* | Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-102-0/+6
* | Change a test not to use LocaleUtils.Mika Murtojarvi2014-12-101-6/+3
* | Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-101-1/+1
* | Declarative support for CssLayout (#7749)Matti Hosio2014-12-102-0/+152
* | Handle locale as a special case (#7749).Mika Murtojarvi2014-12-091-0/+153
* | Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-092-0/+35
* | Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-083-0/+144