public abstract class PropertyGroupConfiguration extends Object
| Constructor and Description |
|---|
PropertyGroupConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(int pos,
PropertyGroup group) |
PropertyGroup |
createGroup(int pos,
String qualifier) |
List<PropertyGroup> |
getGroups() |
List<PropertyGroup> |
getHiddenGroups() |
List<PropertyGroup> |
getVisibleGroups() |
void |
moveGroup(int toPos,
PropertyGroup grp) |
void |
removeGroup(PropertyGroup group) |
public List<PropertyGroup> getGroups()
public List<PropertyGroup> getVisibleGroups()
public List<PropertyGroup> getHiddenGroups()
public void removeGroup(PropertyGroup group)
public void addGroup(int pos,
PropertyGroup group)
public PropertyGroup createGroup(int pos, String qualifier)
public void moveGroup(int toPos,
PropertyGroup grp)
Copyright © 2017 SAP SE. All Rights Reserved.