Class ListView
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.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="group" type="{}group"/> </sequence> <attribute name="unassigned-group-name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanallowCreateInlineItemsprotected DynamicColumnProvidersdynamicColumnProvidersprotected Groupgroupprotected java.lang.StringheaderPopupBeanprotected java.lang.StringunassignedGroupName
-
Constructor Summary
Constructors Constructor Description ListView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicColumnProvidersgetDynamicColumnProviders()Gets the dynamic column providers.GroupgetGroup()Gets the value of the group property.java.lang.StringgetHeaderPopupBean()java.lang.StringgetUnassignedGroupName()Gets the value of the unassignedGroupName property.booleanisAllowCreateInlineItems()Checks if is allow create inline items.voidsetAllowCreateInlineItems(boolean allowCreateInlineItems)Sets the allow create inline items.voidsetDynamicColumnProviders(DynamicColumnProviders dynamicColumnProviders)Sets the dynamic column providers.voidsetGroup(Group value)Sets the value of the group property.voidsetHeaderPopupBean(java.lang.String headerPopupBean)voidsetUnassignedGroupName(java.lang.String value)Sets the value of the unassignedGroupName property.
-
-
-
Field Detail
-
group
protected Group group
-
dynamicColumnProviders
protected DynamicColumnProviders dynamicColumnProviders
-
unassignedGroupName
protected java.lang.String unassignedGroupName
-
allowCreateInlineItems
protected boolean allowCreateInlineItems
-
headerPopupBean
protected java.lang.String headerPopupBean
-
-
Method Detail
-
getGroup
public Group getGroup()
Gets the value of the group property.- Returns:
- possible object is
Group
-
getHeaderPopupBean
public java.lang.String getHeaderPopupBean()
- Returns:
- the headerPopupBean
-
getUnassignedGroupName
public java.lang.String getUnassignedGroupName()
Gets the value of the unassignedGroupName property.- Returns:
- possible object is
String
-
isAllowCreateInlineItems
public boolean isAllowCreateInlineItems()
Checks if is allow create inline items.- Returns:
- the allowCreateInlineItems
-
setAllowCreateInlineItems
public void setAllowCreateInlineItems(boolean allowCreateInlineItems)
Sets the allow create inline items.- Parameters:
allowCreateInlineItems- the allowCreateInlineItems to set
-
setGroup
public void setGroup(Group value)
Sets the value of the group property.- Parameters:
value- allowed object isGroup
-
setHeaderPopupBean
public void setHeaderPopupBean(java.lang.String headerPopupBean)
- Parameters:
headerPopupBean- the headerPopupBean to set
-
setUnassignedGroupName
public void setUnassignedGroupName(java.lang.String value)
Sets the value of the unassignedGroupName property.- Parameters:
value- allowed object isString
-
getDynamicColumnProviders
public DynamicColumnProviders getDynamicColumnProviders()
Gets the dynamic column providers.- Returns:
- the dynamic column providers
-
setDynamicColumnProviders
public void setDynamicColumnProviders(DynamicColumnProviders dynamicColumnProviders)
Sets the dynamic column providers.- Parameters:
dynamicColumnProviders- the new dynamic column providers
-
-