java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.gridview.GridView

public class GridView extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="imageslot" type="{}imageSlotConfiguration"/>
         <element name="labelslot" type="{}propertySlotConfiguration"/>
         <element name="descriptionslot" type="{}propertySlotConfiguration"/>
         <element name="shortinfoslot" type="{}propertySlotConfiguration"/>
         <element name="actionslot" type="{}actionSlotConfiguration"/>
         <element name="specialactionslot" type="{}actionSlotConfiguration" minOccurs="0"/>
         <element name="additionalPropertySlot" type="{}propertySlotConfiguration" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>