| Package | Description |
|---|---|
| org.opensingular.lib.wicket.util.bootstrap.layout | |
| org.opensingular.lib.wicket.util.bootstrap.layout.table |
| Modifier and Type | Method and Description |
|---|---|
IBSGridCol.BSGridSize |
BSFormGroup.getDefaultGridSize() |
IBSGridCol.BSGridSize |
BSGrid.getDefaultGridSize() |
IBSGridCol.BSGridSize |
BSFormHorizontal.getDefaultGridSize() |
IBSGridCol.BSGridSize |
BSRow.getDefaultGridSize() |
static IBSGridCol.BSGridSize |
IBSGridCol.BSGridSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBSGridCol.BSGridSize[] |
IBSGridCol.BSGridSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BSFormGroup |
BSFormGroup.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
BSGrid |
BSGrid.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
BSFormHorizontal |
BSFormHorizontal.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
BSRow |
BSRow.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
| Modifier and Type | Method and Description |
|---|---|
<R extends BSRow> |
BSGrid.newRow(IBiFunction<String,IBSGridCol.BSGridSize,R> factory) |
| Constructor and Description |
|---|
BSFormGroup(String id,
IBSGridCol.BSGridSize defaultGridSize) |
BSRow(String id,
IBSGridCol.BSGridSize defaultGridSize) |
| Modifier and Type | Method and Description |
|---|---|
IBSGridCol.BSGridSize |
BSTableGrid.getDefaultGridSize() |
IBSGridCol.BSGridSize |
BSTSection.getDefaultGridSize() |
IBSGridCol.BSGridSize |
BSTRow.getDefaultGridSize() |
| Modifier and Type | Method and Description |
|---|---|
BSTableGrid |
BSTableGrid.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
BSTSection |
BSTSection.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
BSTRow |
BSTRow.setDefaultGridSize(IBSGridCol.BSGridSize defaultGridSize) |
| Modifier and Type | Method and Description |
|---|---|
<R extends BSTRow> |
BSTableGrid.newRow(IBiFunction<String,IBSGridCol.BSGridSize,R> factory) |
<R extends BSTRow> |
BSTSection.newRow(IBiFunction<String,IBSGridCol.BSGridSize,R> factory) |
<R extends BSTSection> |
BSTableGrid.newTSection(IBiFunction<String,IBSGridCol.BSGridSize,R> factory) |
| Constructor and Description |
|---|
BSTRow(String id,
IBSGridCol.BSGridSize defaultGridSize) |
BSTSection(String id,
IBSGridCol.BSGridSize defaultGridSize) |
Copyright © 2018. All rights reserved.