Class FieldView


  • public class FieldView
    extends java.lang.Object

    Java class for fieldView complex type.

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

     <complexType name="fieldView">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="area" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="autocomplete" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tree" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="table" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="image" type="{}booleanImageView"/>
             <element name="editor" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="htmlEditor" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
             <element name="buttonType">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <enumeration value="standard"/>
                   <enumeration value="raised"/>
                   <enumeration value="stroked"/>
                   <enumeration value="flat"/>
                   <enumeration value="icon"/>
                   <enumeration value="fab"/>
                   <enumeration value="minifab"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="list">
               <simpleType>
                 <union>
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <length value="0"/>
                     </restriction>
                   </simpleType>
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                     </restriction>
                   </simpleType>
                 </union>
               </simpleType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String area  
      protected java.lang.String autocomplete  
      protected java.lang.String buttonType  
      protected java.lang.Object editor  
      protected java.lang.Object htmlEditor  
      protected BooleanImageView image  
      protected java.lang.String list  
      protected java.lang.String table  
      protected java.lang.String tree  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldView()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArea()
      Gets the value of the area property.
      java.lang.String getAutocomplete()
      Gets the value of the autocomplete property.
      java.lang.String getButtonType()
      Gets the value of the buttonType property.
      java.lang.Object getEditor()
      Gets the value of the editor property.
      java.lang.Object getHtmlEditor()
      Gets the value of the htmlEditor property.
      BooleanImageView getImage()
      Gets the value of the image property.
      java.lang.String getList()
      Gets the value of the list property.
      java.lang.String getTable()
      Gets the value of the table property.
      java.lang.String getTree()
      Gets the value of the tree property.
      void setArea​(java.lang.String value)
      Sets the value of the area property.
      void setAutocomplete​(java.lang.String value)
      Sets the value of the autocomplete property.
      void setButtonType​(java.lang.String value)
      Sets the value of the buttonType property.
      void setEditor​(java.lang.Object value)
      Sets the value of the editor property.
      void setHtmlEditor​(java.lang.Object value)
      Sets the value of the htmlEditor property.
      void setImage​(BooleanImageView value)
      Sets the value of the image property.
      void setList​(java.lang.String value)
      Sets the value of the list property.
      void setTable​(java.lang.String value)
      Sets the value of the table property.
      void setTree​(java.lang.String value)
      Sets the value of the tree property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • area

        protected java.lang.String area
      • autocomplete

        protected java.lang.String autocomplete
      • tree

        protected java.lang.String tree
      • table

        protected java.lang.String table
      • editor

        protected java.lang.Object editor
      • htmlEditor

        protected java.lang.Object htmlEditor
      • buttonType

        protected java.lang.String buttonType
      • list

        protected java.lang.String list
    • Constructor Detail

      • FieldView

        public FieldView()
    • Method Detail

      • getArea

        public java.lang.String getArea()
        Gets the value of the area property.
        Returns:
        possible object is String
      • setArea

        public void setArea​(java.lang.String value)
        Sets the value of the area property.
        Parameters:
        value - allowed object is String
      • getAutocomplete

        public java.lang.String getAutocomplete()
        Gets the value of the autocomplete property.
        Returns:
        possible object is String
      • setAutocomplete

        public void setAutocomplete​(java.lang.String value)
        Sets the value of the autocomplete property.
        Parameters:
        value - allowed object is String
      • getTree

        public java.lang.String getTree()
        Gets the value of the tree property.
        Returns:
        possible object is String
      • setTree

        public void setTree​(java.lang.String value)
        Sets the value of the tree property.
        Parameters:
        value - allowed object is String
      • getTable

        public java.lang.String getTable()
        Gets the value of the table property.
        Returns:
        possible object is String
      • setTable

        public void setTable​(java.lang.String value)
        Sets the value of the table property.
        Parameters:
        value - allowed object is String
      • getEditor

        public java.lang.Object getEditor()
        Gets the value of the editor property.
        Returns:
        possible object is Object
      • setEditor

        public void setEditor​(java.lang.Object value)
        Sets the value of the editor property.
        Parameters:
        value - allowed object is Object
      • getHtmlEditor

        public java.lang.Object getHtmlEditor()
        Gets the value of the htmlEditor property.
        Returns:
        possible object is Object
      • setHtmlEditor

        public void setHtmlEditor​(java.lang.Object value)
        Sets the value of the htmlEditor property.
        Parameters:
        value - allowed object is Object
      • getButtonType

        public java.lang.String getButtonType()
        Gets the value of the buttonType property.
        Returns:
        possible object is String
      • setButtonType

        public void setButtonType​(java.lang.String value)
        Sets the value of the buttonType property.
        Parameters:
        value - allowed object is String
      • getList

        public java.lang.String getList()
        Gets the value of the list property.
        Returns:
        possible object is String
      • setList

        public void setList​(java.lang.String value)
        Sets the value of the list property.
        Parameters:
        value - allowed object is String