Class ListView
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.listview.ListView
-
public class ListView extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="column" type="{http://www.hybris.com/cockpitng/component/listView}list-column" maxOccurs="unbounded"/> </sequence> <attribute name="refresh-after-object-creation" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="show-header" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ListColumn>columnprotected java.lang.BooleanrefreshAfterObjectCreationprotected java.lang.BooleanshowHeader
-
Constructor Summary
Constructors Constructor Description ListView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ListColumn>getColumn()Gets the value of the column property.java.lang.BooleangetRefreshAfterObjectCreation()Gets the value of the refreshAfterObjectCreation property.booleanisShowHeader()Gets the value of the showHeader property.voidsetRefreshAfterObjectCreation(java.lang.Boolean value)Sets the value of the refreshAfterObjectCreation property.voidsetShowHeader(java.lang.Boolean value)Sets the value of the showHeader property.
-
-
-
Field Detail
-
column
protected java.util.List<ListColumn> column
-
refreshAfterObjectCreation
protected java.lang.Boolean refreshAfterObjectCreation
-
showHeader
protected java.lang.Boolean showHeader
-
-
Method Detail
-
getColumn
public java.util.List<ListColumn> getColumn()
Gets the value of the column 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
setmethod for the column property.For example, to add a new item, do as follows:
getColumn().add(newItem);Objects of the following type(s) are allowed in the list
ListColumn
-
getRefreshAfterObjectCreation
public java.lang.Boolean getRefreshAfterObjectCreation()
Gets the value of the refreshAfterObjectCreation property.- Returns:
- possible object is
Boolean
-
setRefreshAfterObjectCreation
public void setRefreshAfterObjectCreation(java.lang.Boolean value)
Sets the value of the refreshAfterObjectCreation property.- Parameters:
value- allowed object isBoolean
-
isShowHeader
public boolean isShowHeader()
Gets the value of the showHeader property.- Returns:
- possible object is
Boolean
-
setShowHeader
public void setShowHeader(java.lang.Boolean value)
Sets the value of the showHeader property.- Parameters:
value- allowed object isBoolean
-
-