Cell<T> |
Cell.height(Value height) |
Sets the minHeight, prefHeight, and maxHeight to the specified value.
|
Container<T> |
Container.height(Value height) |
Sets the minHeight, prefHeight, and maxHeight to the specified value.
|
Cell<T> |
Cell.maxHeight(Value maxHeight) |
If the maxHeight is 0, no maximum height is used.
|
Container<T> |
Container.maxHeight(Value maxHeight) |
|
Cell<T> |
Cell.maxSize(Value size) |
Sets the maxWidth and maxHeight to the specified value.
|
Cell<T> |
Cell.maxSize(Value width,
Value height) |
Sets the maxWidth and maxHeight to the specified values.
|
Container<T> |
Container.maxSize(Value size) |
Sets the maxWidth and maxHeight to the specified value.
|
Container<T> |
Container.maxSize(Value width,
Value height) |
Sets the maxWidth and maxHeight to the specified values.
|
Cell<T> |
Cell.maxWidth(Value maxWidth) |
If the maxWidth is 0, no maximum width is used.
|
Container<T> |
Container.maxWidth(Value maxWidth) |
|
Cell<T> |
Cell.minHeight(Value minHeight) |
|
Container<T> |
Container.minHeight(Value minHeight) |
|
Cell<T> |
Cell.minSize(Value size) |
Sets the minWidth and minHeight to the specified value.
|
Cell<T> |
Cell.minSize(Value width,
Value height) |
Sets the minWidth and minHeight to the specified values.
|
Container<T> |
Container.minSize(Value size) |
Sets the minWidth and minHeight to the specified value.
|
Container<T> |
Container.minSize(Value width,
Value height) |
Sets the minWidth and minHeight to the specified values.
|
Cell<T> |
Cell.minWidth(Value minWidth) |
|
Container<T> |
Container.minWidth(Value minWidth) |
|
Cell<T> |
Cell.pad(Value pad) |
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
|
Cell<T> |
Cell.pad(Value top,
Value left,
Value bottom,
Value right) |
|
Container<T> |
Container.pad(Value pad) |
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
|
Container<T> |
Container.pad(Value top,
Value left,
Value bottom,
Value right) |
|
Table |
Table.pad(Value pad) |
Sets the padTop, padLeft, padBottom, and padRight around the table to the specified value.
|
Table |
Table.pad(Value top,
Value left,
Value bottom,
Value right) |
|
Cell<T> |
Cell.padBottom(Value padBottom) |
|
Container<T> |
Container.padBottom(Value padBottom) |
|
Table |
Table.padBottom(Value padBottom) |
Padding at the bottom edge of the table.
|
Cell<T> |
Cell.padLeft(Value padLeft) |
|
Container<T> |
Container.padLeft(Value padLeft) |
|
Table |
Table.padLeft(Value padLeft) |
Padding at the left edge of the table.
|
Cell<T> |
Cell.padRight(Value padRight) |
|
Container<T> |
Container.padRight(Value padRight) |
|
Table |
Table.padRight(Value padRight) |
Padding at the right edge of the table.
|
Cell<T> |
Cell.padTop(Value padTop) |
|
Container<T> |
Container.padTop(Value padTop) |
|
Table |
Table.padTop(Value padTop) |
Padding at the top edge of the table.
|
Cell<T> |
Cell.prefHeight(Value prefHeight) |
|
Container<T> |
Container.prefHeight(Value prefHeight) |
|
Cell<T> |
Cell.prefSize(Value size) |
Sets the prefWidth and prefHeight to the specified value.
|
Cell<T> |
Cell.prefSize(Value width,
Value height) |
Sets the prefWidth and prefHeight to the specified values.
|
Container<T> |
Container.prefSize(Value size) |
Sets the prefWidth and prefHeight to the specified value.
|
Container<T> |
Container.prefSize(Value width,
Value height) |
Sets the prefWidth and prefHeight to the specified values.
|
Cell<T> |
Cell.prefWidth(Value prefWidth) |
|
Container<T> |
Container.prefWidth(Value prefWidth) |
|
Cell<T> |
Cell.size(Value size) |
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.
|
Cell<T> |
Cell.size(Value width,
Value height) |
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.
|
Container<T> |
Container.size(Value size) |
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.
|
Container<T> |
Container.size(Value width,
Value height) |
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.
|
Cell<T> |
Cell.space(Value space) |
Sets the spaceTop, spaceLeft, spaceBottom, and spaceRight to the specified value.
|
Cell<T> |
Cell.space(Value top,
Value left,
Value bottom,
Value right) |
|
Cell<T> |
Cell.spaceBottom(Value spaceBottom) |
|
Cell<T> |
Cell.spaceLeft(Value spaceLeft) |
|
Cell<T> |
Cell.spaceRight(Value spaceRight) |
|
Cell<T> |
Cell.spaceTop(Value spaceTop) |
|
Cell<T> |
Cell.width(Value width) |
Sets the minWidth, prefWidth, and maxWidth to the specified value.
|
Container<T> |
Container.width(Value width) |
Sets the minWidth, prefWidth, and maxWidth to the specified value.
|