Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7428773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T08:51:35+00:00 2026-05-29T08:51:35+00:00

i am using simplepager class for adding pagination to the cell table,it was displaying

  • 0

i am using simplepager class for adding pagination to the cell table,it was displaying the values for the first time while i was trying to view the next page results it shows nothing….
my code is:

SimplePager pager;
SimplePager.Resources pagerResources=GWT.create(SimplePager.Resources.class);
pager=new SimplePager(TextLocation.CENTER, pagerResources, true, 0,true);   

List<UserPage> userDetails=Arrays.asList(new UserPage("karthik",100.0,"SE"),
    new UserPage("suresh",200.0,"SE"),
    new UserPage("Srinivas",300.0,"SE"),
    new UserPage("Bhaskar",400.0,""),
    new UserPage("karthik",100.0,"SE"),
    new UserPage("suresh",200.0,"SE"),
    new UserPage("Srinivas",300.0,"SE"),
    new UserPage("Bhaskar",400.0,""),
    new UserPage("karthik",100.0,"SE"),
    new UserPage("suresh",200.0,"SE"),
    new UserPage("Srinivas",300.0,"SE"),
    new UserPage("Bhaskar",400.0,null));
ListHandler<UserPage> sortHandler=new ListHandler<UserPage>(userDetails);
HTML content=new HTML("Welcome Admin");
CellTable<UserPage> table=new CellTable<UserPage>();
pager.setDisplay(table);
pager.setPageSize(3);
EditTextCell nameCell=new EditTextCell();
Column<UserPage, String> nameColumn=new Column<UserPage, String>(nameCell) {
  @Override
  public String getValue(UserPage object) {
    // TODO Auto-generated method stub
    return object.getUserName();
  }
};
table.addColumn(nameColumn,"UserName");

EditTextCell userIdCell=new EditTextCell();
Column<UserPage, String> userIdColumn=new Column<UserPage, String>(userIdCell) {
  @Override
  public String getValue(UserPage object) {
    // TODO Auto-generated method stub
    return (object.getUserId()).toString();
  }
};
table.addColumn(userIdColumn, "UserID");

EditTextCell desgCell=new EditTextCell();
Column<UserPage, String> desgColumn=new Column<UserPage, String>(desgCell) {        
  @Override
  public String getValue(UserPage object) {
    // TODO Auto-generated method stub
    return object.getDesignation();
  }
};
table.addColumn(desgColumn,"Designtion");
//table.setPageSize(userDetails.size());
table.setRowCount(4,false);
table.setRowData(0,userDetails);        
table.addColumnSortHandler(sortHandler);
adminPage.add(content);
adminPage.add(table);
adminPage.add(pager);

let me know is there any wrong in my code…..
thanks in advance….

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T08:51:35+00:00Added an answer on May 29, 2026 at 8:51 am

    i changed my code to:

    ListDataProvider<UserPage> dataProvider=new ListDataProvider<UserPage>();  
    dataProvider.addDataDisplay(table);
    dataProvider.setDataDisplay(userDetails);
    

    it was working now….

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to reproduce the behavior of a spreadsheet cell using GWT. I
Using Django, how do I generate the value of a field the first time
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
Using C#, I need a class called User that has a username, password, active
Using linq2sql I'm trying to take the string in txtOilChange and update the oilChange
Using the navigator.geolocation object in JavaScript. Trying to establish accurate ranges, but wondering exactly
Using Rails 3.2.0 with haml, sass and coffeescript: Basically I am trying to disable
Using the following database table structure: Order Table: OrderId OrderName OrderItem Table: OrderId ItemId
I'm using iTextSharp.text.html.simpleparser.HTMLWorker.ParseToList(TextReader reader, StyleSheet style) to convert an html table into a pdf
I'm using SimplePager and I want to show 12 items (users) per page. My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.