java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.listview.ListView

public class ListView 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="group" type="{}group"/>
       </sequence>
       <attribute name="unassigned-group-name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • group

      protected Group group
    • dynamicColumnProviders

      protected DynamicColumnProviders dynamicColumnProviders
    • unassignedGroupName

      protected String unassignedGroupName
    • allowCreateInlineItems

      protected boolean allowCreateInlineItems
    • headerPopupBean

      protected String headerPopupBean
  • Constructor Details

    • ListView

      public ListView()
  • Method Details

    • getGroup

      public Group getGroup()
      Gets the value of the group property.
      Returns:
      possible object is Group
    • getHeaderPopupBean

      public String getHeaderPopupBean()
      Returns:
      the headerPopupBean
    • getUnassignedGroupName

      public String getUnassignedGroupName()
      Gets the value of the unassignedGroupName property.
      Returns:
      possible object is String
    • isAllowCreateInlineItems

      public boolean isAllowCreateInlineItems()
      Checks if is allow create inline items.
      Returns:
      the allowCreateInlineItems
    • setAllowCreateInlineItems

      public void setAllowCreateInlineItems(boolean allowCreateInlineItems)
      Sets the allow create inline items.
      Parameters:
      allowCreateInlineItems - the allowCreateInlineItems to set
    • setGroup

      public void setGroup(Group value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is Group
    • setHeaderPopupBean

      public void setHeaderPopupBean(String headerPopupBean)
      Parameters:
      headerPopupBean - the headerPopupBean to set
    • setUnassignedGroupName

      public void setUnassignedGroupName(String value)
      Sets the value of the unassignedGroupName property.
      Parameters:
      value - allowed object is String
    • getDynamicColumnProviders

      public DynamicColumnProviders getDynamicColumnProviders()
      Gets the dynamic column providers.
      Returns:
      the dynamic column providers
    • setDynamicColumnProviders

      public void setDynamicColumnProviders(DynamicColumnProviders dynamicColumnProviders)
      Sets the dynamic column providers.
      Parameters:
      dynamicColumnProviders - the new dynamic column providers