public class LayoutColumn extends Object
| Constructor and Description |
|---|
LayoutColumn() |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayoutItem> |
collectItems(LayoutRow row) |
void |
flatItems() |
String |
getContent() |
List<LayoutItem> |
getItems() |
List<LayoutRow> |
getRows() |
String |
getSpan() |
void |
setContent(String content) |
void |
setItems(List<LayoutItem> items) |
void |
setRows(List<LayoutRow> rows) |
void |
setSpan(String span) |
public String getSpan()
public void setSpan(String span)
public List<LayoutItem> getItems()
public void setItems(List<LayoutItem> items)
public String getContent()
public void setContent(String content)
public void flatItems()
protected List<LayoutItem> collectItems(LayoutRow row)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.