public interface Column<T> extends LayoutEditorElement
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_COLUMN_HEIGHT |
static Integer |
DEFAULT_COLUMN_WIDTH |
Modifier and Type | Method and Description |
---|---|
void |
calculateWidth() |
Integer |
getColumnHeight() |
Integer |
getColumnWidth() |
LayoutComponent |
getLayoutComponent() |
UberElement<T> |
getView() |
boolean |
hasInnerRows() |
void |
incrementWidth() |
default boolean |
isInnerColumn() |
void |
reduceWidth() |
void |
setColumnHeight(Integer columnHeight) |
void |
setColumnWidth(Integer size) |
void |
setupResize(boolean canResizeLeft,
boolean canResizeRight) |
geElementType, getChildElements, getLayoutEditorElementParts, getParentElement, isSelected, setSelectable, visit
clearProperties, getId, getProperties, getPropertyCategories, removeProperty, setProperty, setSelected
static final Integer DEFAULT_COLUMN_HEIGHT
static final Integer DEFAULT_COLUMN_WIDTH
UberElement<T> getView()
Integer getColumnWidth()
void setColumnWidth(Integer size)
void incrementWidth()
void reduceWidth()
void setupResize(boolean canResizeLeft, boolean canResizeRight)
LayoutComponent getLayoutComponent()
boolean hasInnerRows()
void calculateWidth()
Integer getColumnHeight()
default boolean isInnerColumn()
void setColumnHeight(Integer columnHeight)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.