edvin
09/04/2016, 5:10 PMedvin
09/04/2016, 5:38 PMron
09/04/2016, 6:54 PMron
09/04/2016, 6:54 PMedvin
09/04/2016, 6:57 PMron
09/04/2016, 6:58 PMron
09/04/2016, 6:58 PMedvin
09/04/2016, 6:58 PMedvin
09/04/2016, 6:58 PMron
09/04/2016, 6:58 PMron
09/04/2016, 6:58 PMron
09/05/2016, 6:03 AMcolumn("bed").weightedWidth(1.0).minWidth(contentWidth())
edvin
09/05/2016, 7:06 AMron
09/05/2016, 7:20 AMedvin
09/05/2016, 7:22 AMweigthedWidth
now takes two optional parameters: padding: Double
and minContentWidth: Boolean
ron
09/05/2016, 8:01 AMedvin
09/05/2016, 10:42 AMcolumn
builder. If you don't know the type of the cell, you can't assign a meaningful cellFactory without doing a cast. There might also be other issues we don't know about yet. For this reason I think it would be unwise create a column builder of any kind where the cell type or the item type is lost. The best we can do is probably:edvin
09/05/2016, 10:43 AMcolumn("Name", String::class)
. Then the value { it.value.name}
syntax is still valid, and it is possible to call cellFactory { CheckboxCell() }
for a boolean column etc.edvin
09/05/2016, 10:48 AMedvin
09/05/2016, 11:35 AMron
09/05/2016, 2:16 PMedvin
09/05/2016, 2:51 PMRuckus
09/05/2016, 5:51 PMedvin
09/05/2016, 5:52 PMRuckus
09/05/2016, 5:58 PMcolumn("Name", String::class)
builder would not clash with the old ones, would we still need a 2.0.0 release for the other changes to the column builders?edvin
09/05/2016, 5:58 PMedvin
09/05/2016, 5:59 PMedvin
09/05/2016, 5:59 PMop
parameter so you don't need apply
anymore.