Package com.gwtextux.client.widgets.grid.plugins

Examples of com.gwtextux.client.widgets.grid.plugins.GridSearchPlugin$Mode


        true );
    this.store.setSortInfo( new SortState( ContactListFields.DISPLAY_NAME.name(), SortDir.ASC ) );

    this.gridPanel = new GridPanel( this.store, COLUMN_MODEL );

    GridSearchPlugin plugin = new GridSearchPlugin( GridSearchPlugin.TOP );
    plugin.setMode( MessageQuickSearchPlugin.LOCAL );
    this.gridPanel.setTopToolbar( createToolbar() );
    this.gridPanel.addPlugin( plugin );

    this.gridPanel.setStripeRows( true );
    this.gridPanel.setLoadMask( true );
View Full Code Here

TOP

Related Classes of com.gwtextux.client.widgets.grid.plugins.GridSearchPlugin$Mode

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.