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