Class LayoutColumn
- java.lang.Object
-
- org.uberfire.ext.layout.editor.api.editor.LayoutColumn
-
@Portable public class LayoutColumn extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_COLUMN_HEIGHT
-
Constructor Summary
Constructors Constructor Description LayoutColumn(String span)LayoutColumn(String span, String height, Map<String,String> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LayoutComponent layoutComponent)voidaddRow(LayoutRow layoutRow)booleancontains(LayoutComponent component)booleanequals(Object o)StringgetHeight()List<LayoutComponent>getLayoutComponents()Map<String,String>getProperties()List<LayoutRow>getRows()StringgetSpan()booleanhasElements()inthashCode()booleanhasRows()StringtoString()
-
-
-
Field Detail
-
DEFAULT_COLUMN_HEIGHT
public static final String DEFAULT_COLUMN_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
addRow
public void addRow(LayoutRow layoutRow)
-
add
public void add(LayoutComponent layoutComponent)
-
getSpan
public String getSpan()
-
getHeight
public String getHeight()
-
getLayoutComponents
public List<LayoutComponent> getLayoutComponents()
-
hasElements
public boolean hasElements()
-
hasRows
public boolean hasRows()
-
contains
public boolean contains(LayoutComponent component)
-
-