static IBiglistbox |
IBiglistboxCtrl.from(Biglistbox instance) |
|
static IBiglistbox |
IBiglistbox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IBiglistbox |
IBiglistbox.withAutoCols(boolean autoCols) |
Returns a copy of this immutable component with the specified
autoCols .
|
IBiglistbox |
IBiglistbox.withAutoRows(boolean autoRows) |
Returns a copy of this immutable component with the specified
autoRows .
|
IBiglistbox |
IBiglistbox.withCols(int cols) |
Returns a copy of this immutable component with the specified
cols .
|
IBiglistbox |
IBiglistbox.withColWidth(java.lang.String colWidth) |
Returns a copy of this immutable component with the specified
colWidth .
|
IBiglistbox |
IBiglistbox.withFixFrozenCols(boolean fixFrozenCols) |
Returns a copy of this immutable component with the specified
fixFrozenCols .
|
IBiglistbox |
IBiglistbox.withFrozenCols(int frozenCols) |
Returns a copy of this immutable component with the specified
frozenCols .
|
IBiglistbox |
IBiglistbox.withOddRowSclass(java.lang.String oddRowSclass) |
Returns a copy of this immutable component with the specified
oddRowSclass .
|
IBiglistbox |
IBiglistbox.withPreloadSize(int preloadSize) |
Returns a copy of this immutable component with the specified
preloadSize .
|
IBiglistbox |
IBiglistbox.withRowHeight(java.lang.String rowHeight) |
Returns a copy of this immutable component with the specified
rowHeight .
|
IBiglistbox |
IBiglistbox.withRows(int rows) |
Returns a copy of this immutable component with the specified
rows .
|
IBiglistbox |
IBiglistbox.withSortAscending(MatrixComparatorProvider<?> sortAscending) |
Returns a copy of this immutable component with the specified
sortAscending .
|
IBiglistbox |
IBiglistbox.withSortDescending(MatrixComparatorProvider<?> sortDescending) |
Returns a copy of this immutable component with the specified
sortDescending .
|