Class 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 Detail

      • label

        protected java.util.List<Label> label
      • clazz

        protected java.lang.String clazz
      • springBean

        protected java.lang.String springBean
      • selectable

        protected java.lang.Boolean selectable
    • Constructor Detail

      • Custom

        public Custom()
    • Method Detail

      • getLabel

        public java.util.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 java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

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

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

        public void setSpringBean​(java.lang.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​(java.lang.Boolean value)
        Sets the value of the selectable property.
        Parameters:
        value - allowed object is Boolean