public interface BootstrapBadgeView
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBadgeText()
Retrieves the currently displayed badge text
|
void |
setBadgeText(java.lang.String badgeText)
Updates the badge to display a text string
|