public interface Column<T>
| 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() |
String |
getId() |
LayoutComponent |
getLayoutComponent() |
String |
getParentId() |
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) |
static final Integer DEFAULT_COLUMN_HEIGHT
static final Integer DEFAULT_COLUMN_WIDTH
UberElement<T> getView()
String getParentId()
Integer getColumnWidth()
void setColumnWidth(Integer size)
void incrementWidth()
void reduceWidth()
void setupResize(boolean canResizeLeft,
boolean canResizeRight)
LayoutComponent getLayoutComponent()
boolean hasInnerRows()
void calculateWidth()
String getId()
Integer getColumnHeight()
default boolean isInnerColumn()
void setColumnHeight(Integer columnHeight)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.