Uses of Class
com.jalios.jcms.shortcut.BadgeLevel
-
Packages that use BadgeLevel Package Description com.jalios.jcms.shortcut -
-
Uses of BadgeLevel in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut that return BadgeLevel Modifier and Type Method Description BadgeLevel
ApplicationMenuBadge. getBadgeLevel()
BadgeLevel
ShortcutInfo. getBadgeLevel()
static BadgeLevel
BadgeLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BadgeLevel[]
BadgeLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.shortcut with parameters of type BadgeLevel Modifier and Type Method Description boolean
BadgeLevel. isGreaterThan(BadgeLevel level)
void
ApplicationMenuBadge. setBadgeLevel(BadgeLevel badgeLevel)
void
ShortcutInfo. setBadgeLevel(BadgeLevel badgeLevel)
-