@Portable public class LayoutColumn extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_COLUMN_HEIGHT |
Constructor and Description |
---|
LayoutColumn(String span) |
LayoutColumn(String span,
String height,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
void |
add(LayoutComponent layoutComponent) |
void |
addRow(LayoutRow layoutRow) |
boolean |
contains(LayoutComponent component) |
boolean |
equals(Object o) |
String |
getHeight() |
List<LayoutComponent> |
getLayoutComponents() |
Map<String,String> |
getProperties() |
List<LayoutRow> |
getRows() |
String |
getSpan() |
boolean |
hasElements() |
int |
hashCode() |
boolean |
hasRows() |
String |
toString() |
public static final String DEFAULT_COLUMN_HEIGHT
public LayoutColumn(String span)
public void addRow(LayoutRow layoutRow)
public void add(LayoutComponent layoutComponent)
public String getSpan()
public String getHeight()
public List<LayoutComponent> getLayoutComponents()
public boolean hasElements()
public boolean hasRows()
public boolean contains(LayoutComponent component)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.