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

public class Custom extends ColumnConfiguration

Java class for custom complex type.

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

 <complexType name="custom">
   <complexContent>
     <extension base="{}columnConfiguration">
       <sequence minOccurs="0">
         <element name="label" type="{}label" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="selectable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • label

      protected List<Label> label
    • clazz

      protected String clazz
    • springBean

      protected String springBean
    • selectable

      protected Boolean selectable
  • Constructor Details

    • Custom

      public Custom()
  • Method Details

    • getLabel

      public List<Label> getLabel()
      Gets the value of the label 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 label property.

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

       getLabel().add(newItem);
       

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

    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is String
    • getSpringBean

      public String getSpringBean()
      Gets the value of the springBean property.
      Returns:
      possible object is String
    • setSpringBean

      public void setSpringBean(String value)
      Sets the value of the springBean property.
      Parameters:
      value - allowed object is String
    • isSelectable

      public boolean isSelectable()
      Gets the value of the selectable property.
      Returns:
      possible object is Boolean
    • setSelectable

      public void setSelectable(Boolean value)
      Sets the value of the selectable property.
      Parameters:
      value - allowed object is Boolean