public class Grid extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}toolbar" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}highlight" maxOccurs="unbounded" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element ref="{http://www.iorga.com/xml/ns/ivif-views}column" maxOccurs="unbounded"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}code" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}column-hidden-edit" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}column-filter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}column-filter-param" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}column-sort" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.iorga.com/xml/ns/ivif-views}query" minOccurs="0"/>
</sequence>
<attribute name="on-open" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="on-select" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="service-save-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="service-search-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="editable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="editable-if" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tab-title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="selection" type="{http://www.iorga.com/xml/ns/ivif-views}selectionType" default="none" />
<attribute name="roles-allowed" type="{http://www.iorga.com/xml/ns/ivif-views}stringListType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnFilter> |
columnFilter |
protected List<ColumnFilterParam> |
columnFilterParam |
protected List<ColumnHiddenEdit> |
columnHiddenEdit |
protected List<Object> |
columnOrCode |
protected List<ColumnSort> |
columnSort |
protected Boolean |
editable |
protected String |
editableIf |
protected String |
entity |
protected List<Highlight> |
highlight |
protected String |
name |
protected String |
onOpen |
protected String |
onSelect |
protected Query |
query |
protected List<String> |
rolesAllowed |
protected SelectionType |
selection |
protected String |
serviceSaveMethod |
protected String |
serviceSearchMethod |
protected String |
tabTitle |
protected String |
title |
protected Toolbar |
toolbar |
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnFilter> |
getColumnFilter()
Gets the value of the columnFilter property.
|
List<ColumnFilterParam> |
getColumnFilterParam()
Gets the value of the columnFilterParam property.
|
List<ColumnHiddenEdit> |
getColumnHiddenEdit()
Gets the value of the columnHiddenEdit property.
|
List<Object> |
getColumnOrCode()
Gets the value of the columnOrCode property.
|
List<ColumnSort> |
getColumnSort()
Gets the value of the columnSort property.
|
String |
getEditableIf()
Obtient la valeur de la propriété editableIf.
|
String |
getEntity()
Obtient la valeur de la propriété entity.
|
List<Highlight> |
getHighlight()
Gets the value of the highlight property.
|
String |
getName()
Obtient la valeur de la propriété name.
|
String |
getOnOpen()
Obtient la valeur de la propriété onOpen.
|
String |
getOnSelect()
Obtient la valeur de la propriété onSelect.
|
Query |
getQuery()
Obtient la valeur de la propriété query.
|
List<String> |
getRolesAllowed()
Gets the value of the rolesAllowed property.
|
SelectionType |
getSelection()
Obtient la valeur de la propriété selection.
|
String |
getServiceSaveMethod()
Obtient la valeur de la propriété serviceSaveMethod.
|
String |
getServiceSearchMethod()
Obtient la valeur de la propriété serviceSearchMethod.
|
String |
getTabTitle()
Obtient la valeur de la propriété tabTitle.
|
String |
getTitle()
Obtient la valeur de la propriété title.
|
Toolbar |
getToolbar()
Obtient la valeur de la propriété toolbar.
|
boolean |
isEditable()
Obtient la valeur de la propriété editable.
|
void |
setEditable(Boolean value)
Définit la valeur de la propriété editable.
|
void |
setEditableIf(String value)
Définit la valeur de la propriété editableIf.
|
void |
setEntity(String value)
Définit la valeur de la propriété entity.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setOnOpen(String value)
Définit la valeur de la propriété onOpen.
|
void |
setOnSelect(String value)
Définit la valeur de la propriété onSelect.
|
void |
setQuery(Query value)
Définit la valeur de la propriété query.
|
void |
setSelection(SelectionType value)
Définit la valeur de la propriété selection.
|
void |
setServiceSaveMethod(String value)
Définit la valeur de la propriété serviceSaveMethod.
|
void |
setServiceSearchMethod(String value)
Définit la valeur de la propriété serviceSearchMethod.
|
void |
setTabTitle(String value)
Définit la valeur de la propriété tabTitle.
|
void |
setTitle(String value)
Définit la valeur de la propriété title.
|
void |
setToolbar(Toolbar value)
Définit la valeur de la propriété toolbar.
|
protected Toolbar toolbar
protected List<ColumnHiddenEdit> columnHiddenEdit
protected List<ColumnFilter> columnFilter
protected List<ColumnFilterParam> columnFilterParam
protected List<ColumnSort> columnSort
protected Query query
protected String onOpen
protected String onSelect
protected String serviceSaveMethod
protected String serviceSearchMethod
protected Boolean editable
protected String editableIf
protected String name
protected String title
protected String tabTitle
protected String entity
protected SelectionType selection
public Toolbar getToolbar()
Toolbarpublic void setToolbar(Toolbar value)
value - allowed object is
Toolbarpublic List<Highlight> getHighlight()
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 highlight property.
For example, to add a new item, do as follows:
getHighlight().add(newItem);
Objects of the following type(s) are allowed in the list
Highlight
public List<Object> getColumnOrCode()
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 columnOrCode property.
For example, to add a new item, do as follows:
getColumnOrCode().add(newItem);
Objects of the following type(s) are allowed in the list
Column
Object
public List<ColumnHiddenEdit> getColumnHiddenEdit()
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 columnHiddenEdit property.
For example, to add a new item, do as follows:
getColumnHiddenEdit().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnHiddenEdit
public List<ColumnFilter> getColumnFilter()
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 columnFilter property.
For example, to add a new item, do as follows:
getColumnFilter().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnFilter
public List<ColumnFilterParam> getColumnFilterParam()
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 columnFilterParam property.
For example, to add a new item, do as follows:
getColumnFilterParam().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnFilterParam
public List<ColumnSort> getColumnSort()
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 columnSort property.
For example, to add a new item, do as follows:
getColumnSort().add(newItem);
Objects of the following type(s) are allowed in the list
ColumnSort
public Query getQuery()
Querypublic void setQuery(Query value)
value - allowed object is
Querypublic String getOnOpen()
Stringpublic void setOnOpen(String value)
value - allowed object is
Stringpublic String getOnSelect()
Stringpublic void setOnSelect(String value)
value - allowed object is
Stringpublic String getServiceSaveMethod()
Stringpublic void setServiceSaveMethod(String value)
value - allowed object is
Stringpublic String getServiceSearchMethod()
Stringpublic void setServiceSearchMethod(String value)
value - allowed object is
Stringpublic boolean isEditable()
Booleanpublic void setEditable(Boolean value)
value - allowed object is
Booleanpublic String getEditableIf()
Stringpublic void setEditableIf(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getTabTitle()
Stringpublic void setTabTitle(String value)
value - allowed object is
Stringpublic String getEntity()
Stringpublic void setEntity(String value)
value - allowed object is
Stringpublic SelectionType getSelection()
SelectionTypepublic void setSelection(SelectionType value)
value - allowed object is
SelectionTypepublic List<String> getRolesAllowed()
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 rolesAllowed property.
For example, to add a new item, do as follows:
getRolesAllowed().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2015. All rights reserved.