| Package | Description |
|---|---|
| org.gwtbootstrap3.client.ui |
Widgets representing Bootstrap components.
|
| org.gwtbootstrap3.client.ui.base |
Base classes and widgets that should only be used internally!
|
| org.gwtbootstrap3.client.ui.constants |
Contains constants types, mostly enums.
|
| Modifier and Type | Method and Description |
|---|---|
PaginationSize |
Pagination.getPaginationSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pagination.setPaginationSize(PaginationSize paginationSize) |
| Constructor and Description |
|---|
Pagination(PaginationSize paginationSize) |
| Modifier and Type | Method and Description |
|---|---|
PaginationSize |
HasPaginationSize.getPaginationSize() |
| Modifier and Type | Method and Description |
|---|---|
void |
HasPaginationSize.setPaginationSize(PaginationSize paginationSize) |
| Modifier and Type | Method and Description |
|---|---|
static PaginationSize |
PaginationSize.fromStyleName(String styleName) |
static PaginationSize |
PaginationSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationSize[] |
PaginationSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.