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="column" type="{http://www.hybris.com/cockpitng/component/listView}list-column" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="refresh-after-object-creation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="show-header" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • column

        protected java.util.List<ListColumn> column
      • refreshAfterObjectCreation

        protected java.lang.Boolean refreshAfterObjectCreation
      • showHeader

        protected java.lang.Boolean showHeader
    • Constructor Detail

      • ListView

        public ListView()
    • Method Detail

      • getColumn

        public java.util.List<ListColumn> getColumn()
        Gets the value of the column property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the column property.

        For example, to add a new item, do as follows:

            getColumn().add(newItem);
         

        Objects of the following type(s) are allowed in the list ListColumn

      • getRefreshAfterObjectCreation

        public java.lang.Boolean getRefreshAfterObjectCreation()
        Gets the value of the refreshAfterObjectCreation property.
        Returns:
        possible object is Boolean
      • setRefreshAfterObjectCreation

        public void setRefreshAfterObjectCreation​(java.lang.Boolean value)
        Sets the value of the refreshAfterObjectCreation property.
        Parameters:
        value - allowed object is Boolean
      • isShowHeader

        public boolean isShowHeader()
        Gets the value of the showHeader property.
        Returns:
        possible object is Boolean
      • setShowHeader

        public void setShowHeader​(java.lang.Boolean value)
        Sets the value of the showHeader property.
        Parameters:
        value - allowed object is Boolean