public class ColumnLayoutComponent
extends Div
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnLayoutComponent.AdjustType |
| Constructor and Description |
|---|
ColumnLayoutComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustColumnWidths(ColumnLayoutComponent.AdjustType adjustType) |
void |
appendColumn(Component comp) |
void |
clear() |
protected Component |
createColumnComponent(Component content) |
java.util.List<? extends Component> |
getColumns() |
void |
insertColumn(Component comp,
int index) |
void |
removeColumn(int index) |
protected void |
resetHackImage() |
protected void |
resetHackImageLater() |
void |
setFillBackground(Component comp) |
void |
setWidths(java.util.List<java.lang.String> widths) |
int |
size() |
protected void resetHackImage()
protected void resetHackImageLater()
protected Component createColumnComponent(Component content)
public void setFillBackground(Component comp)
public void appendColumn(Component comp)
public void removeColumn(int index)
public void insertColumn(Component comp,
int index)
public void clear()
public void setWidths(java.util.List<java.lang.String> widths)
public void adjustColumnWidths(ColumnLayoutComponent.AdjustType adjustType)
public java.util.List<? extends Component> getColumns()
public int size()
Copyright © 2018 SAP SE. All Rights Reserved.