Exemplo n.º 1
0
  public void setBounds(TGTableColumn column, UIControl cell, float rowHeight) {
    UIRectangle bounds = column.getControl().getBounds();

    cell.setBounds(new UIRectangle(bounds.getX(), 0, bounds.getWidth(), rowHeight));
  }