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) |
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(List<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 adjustColumnWidths(ColumnLayoutComponent.AdjustType adjustType)
public List<? extends Component> getColumns()
public int size()
Copyright © 2017 SAP SE. All Rights Reserved.