Uses of Class
io.gs2.cdk.showcase.model.DisplayItem
Packages that use DisplayItem
-
Uses of DisplayItem in io.gs2.cdk.showcase.model
Methods in io.gs2.cdk.showcase.model that return DisplayItemModifier and TypeMethodDescriptionstatic DisplayItemDisplayItem.typeIsSalesItem(String displayItemId, SalesItem salesItem) static DisplayItemDisplayItem.typeIsSalesItem(String displayItemId, SalesItem salesItem, DisplayItemTypeIsSalesItemOptions options) static DisplayItemDisplayItem.typeIsSalesItemGroup(String displayItemId, SalesItemGroup salesItemGroup) static DisplayItemDisplayItem.typeIsSalesItemGroup(String displayItemId, SalesItemGroup salesItemGroup, DisplayItemTypeIsSalesItemGroupOptions options) Constructor parameters in io.gs2.cdk.showcase.model with type arguments of type DisplayItemModifierConstructorDescriptionShowcase(String name, List<DisplayItem> displayItems) Showcase(String name, List<DisplayItem> displayItems, ShowcaseOptions options)