Class ListView
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.listview.ListView
Java 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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected DynamicColumnProvidersprotected Groupprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the dynamic column providers.getGroup()Gets the value of the group property.Gets the value of the unassignedGroupName property.booleanChecks if is allow create inline items.voidsetAllowCreateInlineItems(boolean allowCreateInlineItems) Sets the allow create inline items.voidsetDynamicColumnProviders(DynamicColumnProviders dynamicColumnProviders) Sets the dynamic column providers.voidSets the value of the group property.voidsetHeaderPopupBean(String headerPopupBean) voidsetUnassignedGroupName(String value) Sets the value of the unassignedGroupName property.
-
Field Details
-
group
-
dynamicColumnProviders
-
unassignedGroupName
-
allowCreateInlineItems
protected boolean allowCreateInlineItems -
headerPopupBean
-
-
Constructor Details
-
ListView
public ListView()
-
-
Method Details
-
getGroup
Gets the value of the group property.- Returns:
- possible object is
Group
-
getHeaderPopupBean
- Returns:
- the headerPopupBean
-
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
Sets the value of the group property.- Parameters:
value- allowed object isGroup
-
setHeaderPopupBean
- Parameters:
headerPopupBean- the headerPopupBean to set
-
setUnassignedGroupName
Sets the value of the unassignedGroupName property.- Parameters:
value- allowed object isString
-
getDynamicColumnProviders
Gets the dynamic column providers.- Returns:
- the dynamic column providers
-
setDynamicColumnProviders
Sets the dynamic column providers.- Parameters:
dynamicColumnProviders- the new dynamic column providers
-