| Constructor and Description |
|---|
PropertyGroup(PropertyGroupConfiguration configuration,
String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(int pos,
PropertyGroupEntry entry) |
PropertyGroupEntry |
createEntry(int pos,
PropertyDescriptor property,
boolean editable) |
Map<String,String> |
getAllLabels() |
PropertyGroupConfiguration |
getConfiguration() |
List<PropertyGroupEntry> |
getEntries() |
String |
getLabel(String iso) |
String |
getQualifier() |
List<PropertyGroupEntry> |
getVisibleEntries() |
boolean |
isTabbed() |
boolean |
isVisible() |
void |
removeAllEntries() |
void |
removeEntry(PropertyGroupEntry entry) |
void |
setAllLabels(Map<String,String> labels) |
void |
setAllVisible(boolean visible) |
void |
setLabel(String iso,
String label) |
void |
setTabbed(boolean tabbed) |
void |
setVisible(boolean visible) |
public PropertyGroup(PropertyGroupConfiguration configuration, String qualifier)
public boolean isVisible()
public void setVisible(boolean visible)
public void setTabbed(boolean tabbed)
public boolean isTabbed()
public String getQualifier()
public List<PropertyGroupEntry> getEntries()
public void addEntry(int pos,
PropertyGroupEntry entry)
public PropertyGroupEntry createEntry(int pos, PropertyDescriptor property, boolean editable)
public void removeEntry(PropertyGroupEntry entry)
public void removeAllEntries()
public void setAllVisible(boolean visible)
public List<PropertyGroupEntry> getVisibleEntries()
public PropertyGroupConfiguration getConfiguration()
Copyright © 2017 SAP SE. All Rights Reserved.