Beispiel #1
0
 /**
  * Adds {@link Align#left} and clears {@link Align#right} for the alignment of the logical table
  * within the table widget.
  */
 public Table left() {
   layout.left();
   return this;
 }