@Portable public class LayoutRow extends Object
Constructor and Description |
---|
LayoutRow() |
LayoutRow(String height,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
void |
add(LayoutColumn layoutColumn) |
void |
add(List<LayoutColumn> layoutColumn) |
boolean |
equals(Object o) |
String |
getHeight() |
List<LayoutColumn> |
getLayoutColumns() |
Map<String,String> |
getProperties() |
int |
hashCode() |
String |
toString() |
public List<LayoutColumn> getLayoutColumns()
public void add(List<LayoutColumn> layoutColumn)
public void add(LayoutColumn layoutColumn)
public String getHeight()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.