Package com.extjs.gxt.samples.client.examples.grid

Examples of com.extjs.gxt.samples.client.examples.grid.GridPluginsExample


    Category grids = new Category("Grids");
    grids.add("Basic Grid", new GridExample(), g.basicgrid().getHTML());
    grids.add("Auto Height Grid", new AutoHeightGridExample(), g.basicgrid().getHTML());
    grids.add("Column Grouping", new ColumnGroupingExample(), g.columngrouping().getHTML());
    grids.add("Aggregation Row Grid", new AggregationGridExample(), g.aggregationrowgrid().getHTML());
    grids.add("Grid Plugins", new GridPluginsExample(), g.gridplugins().getHTML());
    grids.add("Editable Grid", new EditableGridExample(), g.editablegrid().getHTML());
    grids.add("RowEditor Grid", new RowEditorExample(), g.roweditorgrid().getHTML());
    grids.add("Xml Grid", new XmlGridExample(), g.xmlgrid().getHTML());
    grids.add("Json Grid", new JsonGridExample(), g.jsongrid().getHTML());
    grids.add("Paging", new PagingGridExample(), g.paging().getHTML());
View Full Code Here

TOP

Related Classes of com.extjs.gxt.samples.client.examples.grid.GridPluginsExample

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.