public interface BadgeContainerView extends BootstrapBadgeView
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
displayBadgeDrawable()
Method where badge display logic must be implemented
|
BootstrapBadge |
getBootstrapBadge()
Retrieves BootstrapBadge object from container view.
|
void |
setBadge(BootstrapBadge badge)
Sets the badge object to be used inside a container.
|
getBadgeText, setBadgeTextstatic final java.lang.String KEY
void setBadge(BootstrapBadge badge)
badge - BootstrapBadge to setupBootstrapBadge getBootstrapBadge()
void displayBadgeDrawable()