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

  • SEARCH
  • Home
  • 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 8711789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:58:15+00:00 2026-06-13T04:58:15+00:00

I use GWT on client side with activities&places. I got a layout (LeftSide –

  • 0

I use GWT on client side with activities&places.
I got a layout (LeftSide – CenterSide – RightSide), and each side got it’s own ActivityMapper + Activity + View.

I would like to add dynamically Views(With activity) to Sides.
For Example if user’s gender is male, then on left side display the AView+APresenter , and BView+BPresenter; but if user’s gender is female display only BView+BPresenter.

Can anobody help me about how can I do that?

Thanks

  • 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-06-13T04:58:16+00:00Added an answer on June 13, 2026 at 4:58 am

    You have to create a fourth ActivityMapper that returns null when needed.
    Its display region (AcceptsOneWidget) can possibly shrink/disappear when passed a null widget.

    See http://blog.ltgt.net/gwt-21-activities-nesting-yagni/ for more context and some sample code.

    However, if you’re varying depending on the user, and do the authentication outside your app (meaning the app is loaded with a known user and it then never changes, or the app is reloaded with for other user), then you can simply decide at startup (onModuleLoad) whether to create that fourth ActivityMapper along with its ActivityManager and AcceptsOneWidget:

    if (user.getGender() == Gender.MALE) {
      SimplePanel display = new SimplePanel();
      parent.add(display);
    
      ActivityManager manager = new ActivityManager(new MaleSpecificActivityMapper(), eventBus);
      manager.setDisplay(display);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I want to use Google GWT on the client side and Google
I have gwt web project, which must use application.properties (on client side) loaded as
I have a GWT project. I use standard Logger for the client side and
I want to use Jsoup as an external JAR with GWT on the client-side.
someone has some experiences/recommendations in mixing gwt & servlets ? on client-side it's not
For GWT client side you need Java source code so i got that idea
Is it possible to use guava in the client side code of a gwt
Hi I use GWT and I have a com.smartgwt.client.widgets.Button that has the following eventHandler:
I'm setting up a GWT application based on GWT/RequestFactory on client side, and JPA/EclipseLink
Many client side code libraries & tool kits, for example Yahoo's YUI and Google's

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.