Package org.gwt.mosaic.ui.client.table

Examples of org.gwt.mosaic.ui.client.table.ScrollTable2


  public ListBox(String[] columns) {
    super(impl.createFocusable());

    setHeader(new ListHeader(columns));

    scrollTable = new ScrollTable2(dataTable, headerTable);
    scrollTable.setResizePolicy(ResizePolicy.FILL_WIDTH);
    scrollTable.setCellPadding(3);
    scrollTable.setCellSpacing(0);

    setMultipleSelect(false);
View Full Code Here

TOP

Related Classes of org.gwt.mosaic.ui.client.table.ScrollTable2

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.