public class ListView extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowCreateInlineItems |
protected DynamicColumnProviders |
dynamicColumnProviders |
protected Group |
group |
protected String |
headerPopupBean |
protected String |
unassignedGroupName |
| Constructor and Description |
|---|
ListView() |
| Modifier and Type | Method and Description |
|---|---|
DynamicColumnProviders |
getDynamicColumnProviders()
Gets the dynamic column providers.
|
Group |
getGroup()
Gets the value of the group property.
|
String |
getHeaderPopupBean() |
String |
getUnassignedGroupName()
Gets the value of the unassignedGroupName property.
|
boolean |
isAllowCreateInlineItems()
Checks if is allow create inline items.
|
void |
setAllowCreateInlineItems(boolean allowCreateInlineItems)
Sets the allow create inline items.
|
void |
setDynamicColumnProviders(DynamicColumnProviders dynamicColumnProviders)
Sets the dynamic column providers.
|
void |
setGroup(Group value)
Sets the value of the group property.
|
void |
setHeaderPopupBean(String headerPopupBean) |
void |
setUnassignedGroupName(String value)
Sets the value of the unassignedGroupName property.
|
protected Group group
protected DynamicColumnProviders dynamicColumnProviders
protected String unassignedGroupName
protected boolean allowCreateInlineItems
protected String headerPopupBean
public Group getGroup()
Grouppublic String getHeaderPopupBean()
public String getUnassignedGroupName()
Stringpublic boolean isAllowCreateInlineItems()
public void setAllowCreateInlineItems(boolean allowCreateInlineItems)
allowCreateInlineItems - the allowCreateInlineItems to setpublic void setGroup(Group value)
value - allowed object is Grouppublic void setHeaderPopupBean(String headerPopupBean)
headerPopupBean - the headerPopupBean to setpublic void setUnassignedGroupName(String value)
value - allowed object is Stringpublic DynamicColumnProviders getDynamicColumnProviders()
public void setDynamicColumnProviders(DynamicColumnProviders dynamicColumnProviders)
dynamicColumnProviders - the new dynamic column providersCopyright © 2017 SAP SE. All Rights Reserved.