Class FieldView
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.FieldView
-
public class FieldView extends java.lang.ObjectJava 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.Stringareaprotected java.lang.Stringautocompleteprotected java.lang.StringbuttonTypeprotected java.lang.Objecteditorprotected java.lang.ObjecthtmlEditorprotected BooleanImageViewimageprotected java.lang.Stringlistprotected java.lang.Stringtableprotected java.lang.Stringtree
-
Constructor Summary
Constructors Constructor Description FieldView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArea()Gets the value of the area property.java.lang.StringgetAutocomplete()Gets the value of the autocomplete property.java.lang.StringgetButtonType()Gets the value of the buttonType property.java.lang.ObjectgetEditor()Gets the value of the editor property.java.lang.ObjectgetHtmlEditor()Gets the value of the htmlEditor property.BooleanImageViewgetImage()Gets the value of the image property.java.lang.StringgetList()Gets the value of the list property.java.lang.StringgetTable()Gets the value of the table property.java.lang.StringgetTree()Gets the value of the tree property.voidsetArea(java.lang.String value)Sets the value of the area property.voidsetAutocomplete(java.lang.String value)Sets the value of the autocomplete property.voidsetButtonType(java.lang.String value)Sets the value of the buttonType property.voidsetEditor(java.lang.Object value)Sets the value of the editor property.voidsetHtmlEditor(java.lang.Object value)Sets the value of the htmlEditor property.voidsetImage(BooleanImageView value)Sets the value of the image property.voidsetList(java.lang.String value)Sets the value of the list property.voidsetTable(java.lang.String value)Sets the value of the table property.voidsetTree(java.lang.String value)Sets the value of the tree property.
-
-
-
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
-
image
protected BooleanImageView image
-
editor
protected java.lang.Object editor
-
htmlEditor
protected java.lang.Object htmlEditor
-
buttonType
protected java.lang.String buttonType
-
list
protected java.lang.String list
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getImage
public BooleanImageView getImage()
Gets the value of the image property.- Returns:
- possible object is
BooleanImageView
-
setImage
public void setImage(BooleanImageView value)
Sets the value of the image property.- Parameters:
value- allowed object isBooleanImageView
-
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 isObject
-
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 isObject
-
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 isString
-
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 isString
-
-