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 8195689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:13:17+00:00 2026-06-07T05:13:17+00:00

Is there a way to create GWT Widgets using JavaScript (with less effort)…for example

  • 0

Is there a way to create GWT Widgets using JavaScript (with less effort)…for example like the one below?
Since GWT compiles to JavaScript, this should be possible, has anybody attempted this earlier… I love GWT widgets and JavaScripting, but not Java 🙂

function doSomething(){
    layout = new FlexTable();
    layout.spacing = 6;
    cellFormatter = layout.getFlexCellFormatter();
    // Add a title to the form
    layout.setHTML(0, 0, 'form title');
    cellFormatter.setColSpan(0, 0, 2);
    cellFormatter.setHorizontalAlignment(0, 0, HasHorizontalAlignment.ALIGN_CENTER);
    //......
    // Wrap the content in a DecoratorPanel
    decPanel = new DecoratorPanel();
    decPanel.setWidget(layout);
}
  • 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-07T05:13:18+00:00Added an answer on June 7, 2026 at 5:13 am

    You can use native javascript which can be called from within your Java code.

     public native void loadJQueryStyling() /*-{
        //Javascript here
     }-*/;
    

    You can then call this like any other java method, caling this in an AttachHandler would allow you to call this once the widget it is within is attached to the dom.

    That said, the whole reason to use GWT is that you end up writing both client and server side code in Java, the client side is cross compiled to very efficient cross browser javascript.

    I would learn Java properly and continue to use Java code for the bulk of your GWT application, but use javascript native methods where they are needed, i.e. for doing stuff that GWT cannot do.

    An example, I have some annotation code ive written in jQuery whcih I can not do in straight GWT. I have written some native methods that allow me to interact with the javascript code ive written. You can also pass and return values to and from javascript.

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

Sidebar

Related Questions

I am using Eclipse + GWT. Is there a way to create a side
Is there any way to create a new NSString from a format string like
Is there any way to create a property like this C# property in Objective-C?
Is there a way to create mysql triggers using Activerecord migrations ? Has anybody
Is there a way to create a condition like this? @products = Product.find(:all, :limit
Is there easy way to create FILE* from WinApi HANDLE which points to one
Is there a way to create a UTF-8 alphabet array using the Perl '..'
Is there any way to create gwt.Image from String. I've not found anything. Pls
Hi is there any way to create something similar to Window.alert() in GWT? Basically
Is there any way to create a naming convention for my primary key constraints

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.