public class DefaultAdvancedPortallayout extends Portallayout implements AdvancedPortallayout
| Constructor and Description |
|---|
DefaultAdvancedPortallayout(int columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPanel(Panel panel,
int column) |
int |
getChildCount(int column) |
Map<Panel,int[]> |
getPositions() |
boolean |
insertBefore(Component newChild,
Component refChild) |
void |
setWidths(String widths) |
public void setWidths(String widths)
setWidths in interface AdvancedPortallayoutpublic void addPanel(Panel panel,
int column)
addPanel in interface AdvancedPortallayoutpublic boolean insertBefore(Component newChild,
Component refChild)
public int getChildCount(int column)
getChildCount in interface AdvancedPortallayoutpublic Map<Panel,int[]> getPositions()
getPositions in interface AdvancedPortallayoutCopyright © 2017 SAP SE. All Rights Reserved.