aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid/IntArrayRenderer.java
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-151-24/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2Ilia Motornyi2015-05-281-1/+1
| | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5
* Move Grid to com.vaadin.ui package (#13334)Teemu Suo-Anttila2014-11-261-1/+1
| | | | Change-Id: I326847fd190003af9125d1386b21d9ccfc6c36c2
* Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-231-13/+0
| | | | Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-09-031-8/+9
| | | | | | This merge needs Grid to use elemental.json instead of org.json Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
* Adds key-related helper methods to Renderers. (#13334)Henrik Paul2014-07-041-1/+1
| | | | Change-Id: Ic7b1ece8b88126323acc2e216acdebe636091b98
* Change row data type from String[] to String (#13334)Henrik Paul2014-06-261-0/+36
Instead of having the data type as one-string-per-column, we now have the entire row encoded as JSON Change-Id: I709b2daa88c516d98203ef463b57257a6647bacd