beanItemContainer |
fun <T> Grid.beanItemContainer(type: Class<T>, init: BeanItemContainer<T>.() -> Unit = {}): BeanItemContainer<T>
fun <T> Grid.beanItemContainer(type: Class<T>, collection: Collection<T>, init: BeanItemContainer<T>.() -> Unit = {}): <ERROR CLASS>
fun <T> Grid.beanItemContainer(type: Class<T>, vararg bean: T, init: BeanItemContainer<T>.() -> Unit = {}): <ERROR CLASS> |
cellStyleGenerator |
fun Grid.cellStyleGenerator(generator: (CellReference) -> String?): Unit
fun Grid.cellStyleGenerator(className: String, predicate: (CellReference) -> Boolean): Unit |
column |
fun Grid.column(propertyId: Any, init: Column.() -> Unit = {}): Column |
columns |
fun Grid.columns(propertyIds: List<Any>, init: Column.() -> Unit = {}): Unit
fun Grid.columns(vararg propertyIds: Any, init: Column.() -> Unit = {}): Unit |
footerRowAt |
fun Grid.footerRowAt(: Int, : FooterRow.() -> Unit = {}): FooterRow |
footerRowAtEnd |
fun Grid.footerRowAtEnd(: FooterRow.() -> Unit = {}): FooterRow |
footerRowAtStart |
fun Grid.footerRowAtStart(: FooterRow.() -> Unit = {}): FooterRow |
headerRowAt |
fun Grid.headerRowAt(: Int, : HeaderRow.() -> Unit = {}): HeaderRow |
headerRowAtEnd |
fun Grid.headerRowAtEnd(: HeaderRow.() -> Unit = {}): HeaderRow |
headerRowAtStart |
fun Grid.headerRowAtStart(: HeaderRow.() -> Unit = {}): HeaderRow |
selectionMode |
fun Grid.selectionMode(selectionMode: SelectionMode, init: SelectionModel.() -> Unit = {}): Unit |