Class ListView


  • public class ListView
    extends java.lang.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 Detail

      • group

        protected Group group
      • unassignedGroupName

        protected java.lang.String unassignedGroupName
      • allowCreateInlineItems

        protected boolean allowCreateInlineItems
      • headerPopupBean

        protected java.lang.String headerPopupBean
    • Constructor Detail

      • ListView

        public ListView()
    • Method Detail

      • getGroup

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

        public java.lang.String getHeaderPopupBean()
        Returns:
        the headerPopupBean
      • getUnassignedGroupName

        public java.lang.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​(java.lang.String headerPopupBean)
        Parameters:
        headerPopupBean - the headerPopupBean to set
      • setUnassignedGroupName

        public void setUnassignedGroupName​(java.lang.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