Class LayoutColumn
- java.lang.Object
-
- org.kie.server.services.jbpm.ui.form.render.model.LayoutColumn
-
public class LayoutColumn extends Object
-
-
Constructor Summary
Constructors Constructor Description LayoutColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<LayoutItem>collectItems(LayoutRow row)voidflatItems()StringgetContent()List<LayoutItem>getItems()List<LayoutRow>getRows()StringgetSpan()voidsetContent(String content)voidsetItems(List<LayoutItem> items)voidsetRows(List<LayoutRow> rows)voidsetSpan(String span)
-
-
-
Method Detail
-
getSpan
public String getSpan()
-
setSpan
public void setSpan(String span)
-
getItems
public List<LayoutItem> getItems()
-
setItems
public void setItems(List<LayoutItem> items)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
flatItems
public void flatItems()
-
collectItems
protected List<LayoutItem> collectItems(LayoutRow row)
-
-