-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumListStyle.ListItemTypepublic final classListStyle.ItemIcon
-
Field Summary
Fields Modifier and Type Field Description private ListStyle.ListItemTypelistItemTypeprivate IntegerbgColorprivate List<ListStyle.ItemIcon>itemIconsprivate final Storablecopyprivate final ByteArrayasBytes
-
Constructor Summary
Constructors Constructor Description ListStyle()
-
Method Summary
Modifier and Type Method Description final ListStyle.ListItemTypegetListItemType()final UnitsetListItemType(ListStyle.ListItemType listItemType)final IntegergetBgColor()final UnitsetBgColor(Integer bgColor)final List<ListStyle.ItemIcon>getItemIcons()final UnitsetItemIcons(List<ListStyle.ItemIcon> itemIcons)final StorablegetCopy()final ByteArraygetAsBytes()-
-
Method Detail
-
getListItemType
final ListStyle.ListItemType getListItemType()
-
setListItemType
final Unit setListItemType(ListStyle.ListItemType listItemType)
-
getBgColor
final Integer getBgColor()
-
setBgColor
final Unit setBgColor(Integer bgColor)
-
getItemIcons
final List<ListStyle.ItemIcon> getItemIcons()
-
setItemIcons
final Unit setItemIcons(List<ListStyle.ItemIcon> itemIcons)
-
getAsBytes
final ByteArray getAsBytes()
-
-
-
-