Package | Description |
---|---|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
org.pepstock.charba.client.utils.toast.enums |
Contains all enumerations to configure the TOAST utility.
|
Modifier and Type | Method and Description |
---|---|
MaximumOpenItemsPolicy |
Toaster.getMaxOpenItemsPolicy()
Returns the policy to apply when the maximum amount of open items is reached.
|
Modifier and Type | Method and Description |
---|---|
void |
Toaster.setMaxOpenItemsPolicy(MaximumOpenItemsPolicy policy)
Sets the policy to apply when the maximum amount of open items is reached.
|
Modifier and Type | Method and Description |
---|---|
static MaximumOpenItemsPolicy |
MaximumOpenItemsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaximumOpenItemsPolicy[] |
MaximumOpenItemsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|