public class ActionGroup extends Object
Constructor and Description |
---|
ActionGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addActionItem(ActionItem item) |
List<ActionItem> |
getActions()
Returns the Actions
|
String |
getBadgeColor()
Returns the BadgeColor
|
String |
getBadgeText()
Returns the BadgeText
|
String |
getIcon()
Returns the Icon
|
String |
getTitle()
Returns the Title
|
void |
setActions(List<ActionItem> listActions)
Sets the Actions
|
void |
setBadgeColor(String strBadgeColor)
Sets the BadgeColor
|
void |
setBadgeText(String strBadgeText)
Sets the BadgeText
|
void |
setIcon(String strIcon)
Sets the Icon
|
void |
setTitle(String strTitle)
Sets the Title
|
public String getTitle()
public void setTitle(String strTitle)
strTitle
- The Titlepublic String getIcon()
public void setIcon(String strIcon)
strIcon
- The Iconpublic String getBadgeText()
public void setBadgeText(String strBadgeText)
strBadgeText
- The BadgeTextpublic String getBadgeColor()
public void setBadgeColor(String strBadgeColor)
strBadgeColor
- The BadgeColorpublic List<ActionItem> getActions()
public void setActions(List<ActionItem> listActions)
listActions
- The Actionspublic void addActionItem(ActionItem item)
Copyright © 2016 City of Paris. All rights reserved.