All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Cell<T> |
align(int align)
|
Cell<T> |
colspan(int colspan) |
Cell<T> |
expand() |
Cell<T> |
expand(boolean x,
boolean y) |
Cell<T> |
expandX() |
Cell<T> |
expandY() |
Cell<T> |
fill() |
Cell<T> |
fill(boolean x,
boolean y) |
Cell<T> |
fillX() |
Cell<T> |
fillY() |
int |
getAlign() |
int |
getColspan() |
int |
getPadBottom() |
int |
getPadLeft() |
int |
getPadRight() |
int |
getPadTop() |
Cell.Size |
getSize() |
int |
getSpaceBottom() |
int |
getSpaceLeft() |
int |
getSpaceRight() |
int |
getSpaceTop() |
T |
getWidget() |
boolean |
hasWidget() |
Cell<T> |
height(Integer height) |
boolean |
isExpandX() |
boolean |
isExpandY() |
boolean |
isFillX() |
boolean |
isFillY() |
boolean |
isRowEnd() |
boolean |
isUniformX() |
boolean |
isUniformY() |
Cell<T> |
maxHeight(Integer maxHeight) |
Cell<T> |
maxSize(Integer width,
Integer height) |
Cell<T> |
maxWidth(Integer maxWidth) |
Cell<T> |
minHeight(Integer minHeight) |
Cell<T> |
minSize(Integer width,
Integer height) |
Cell<T> |
minWidth(Integer minWidth) |
Cell<T> |
pad(int pad) |
Cell<T> |
pad(int top,
int left,
int bottom,
int right) |
Cell<T> |
padBottom(int padBottom) |
Cell<T> |
padLeft(int padLeft) |
Cell<T> |
padRight(int padRight) |
Cell<T> |
padTop(int padTop) |
Cell<T> |
prefHeight(Integer prefHeight) |
Cell<T> |
prefSize(Integer width,
Integer height) |
Cell<T> |
prefWidth(Integer prefWidth) |
Cell<T> |
rowEnd(boolean rowEnd) |
Cell<T> |
size(Integer width,
Integer height) |
Cell<T> |
space(int space) |
Cell<T> |
space(int top,
int left,
int bottom,
int right) |
Cell<T> |
spaceBottom(int spaceBottom) |
Cell<T> |
spaceLeft(int spaceLeft) |
Cell<T> |
spaceRight(int spaceRight) |
Cell<T> |
spaceTop(int spaceTop) |
Cell<T> |
uniform() |
Cell<T> |
uniform(boolean x,
boolean y) |
Cell<T> |
uniformX() |
Cell<T> |
uniformY() |
Cell<T> |
width(Integer width) |