Uses of Class
org.pepstock.charba.client.utils.toast.enums.MaximumOpenItemsPolicy
-
Packages that use MaximumOpenItemsPolicy Package Description org.pepstock.charba.client.utils.toast Contains all classes to useToaster
utility.org.pepstock.charba.client.utils.toast.enums Contains all enumerations to configure the TOAST utility. -
-
Uses of MaximumOpenItemsPolicy in org.pepstock.charba.client.utils.toast
Methods in org.pepstock.charba.client.utils.toast that return MaximumOpenItemsPolicy Modifier and Type Method Description MaximumOpenItemsPolicy
Toaster. getMaxOpenItemsPolicy()
Returns the policy to apply when the maximum amount of open items is reached.Methods in org.pepstock.charba.client.utils.toast with parameters of type MaximumOpenItemsPolicy Modifier and Type Method Description void
Toaster. setMaxOpenItemsPolicy(MaximumOpenItemsPolicy policy)
Sets the policy to apply when the maximum amount of open items is reached. -
Uses of MaximumOpenItemsPolicy in org.pepstock.charba.client.utils.toast.enums
Methods in org.pepstock.charba.client.utils.toast.enums that return MaximumOpenItemsPolicy Modifier and Type Method 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.
-