gwt

Working speed: CSS vs JavaScript

Which is faster, and therefore which is better to use CSS or JavaScript. For example, there is a group of elements, and I nee ... perties using JavaScript? We are not talking about pure JavaScript, but the question is also relevant for it, but about GWT.

Regular expressions in GWT

Is it possible to work with regular expressions in GWT somehow? The java.util.regex package is not available. I have sketched ... sm for templates, do they use the same rules as java.util.regex or not? That is, will all my templates work exactly the same?

Uploading a PNG, JPEG, PDF file from a server on GWT

Scenario: 1. The user clicks on the "download" button 2. The download indicator appears 3. As soon as the response comes fro ... the server (the window for saving the file in the browser pops up), we perform some function in GWT Is it possible? Thanks.

Mirroring an element

I have an element, I would like to get its mirror image from below. For example, how the sun is reflected in the water. I know there are special classes for this in C#. How to achieve this in CSS+JS and CSS+GWT?

There is a simple default GWT project. How can I use Maven to make a WAR nickname out of it?

Good afternoon. There is an empty Maven project with added support for the GWT framework. If you run the application as a GWT ... <version>2.6.0</version> </plugin> </plugins> </build> Project structure:

Javascript code inside the Java code comment

In the project on jav'e I met a strange code: public static native void initNative() /*-{ какой то код на javascript }*/; ... ng works! I understand that gavetevskie affairs, but I did not think that it works this way, explain what kind of technology?

Programmatic click-through

I have an object of the Hyperlink class. I want to use a button to click on the link, not a link, i.e. the reaction to clicki ... a new browser window. How do I make the transition appear in the current window? Maybe you need to pass an event for a link?

How do I open a link in a new tab?

I try to force the application to open the link in a new tab, but nothing works. According to the documentation, there are 4 ... (pop-up windows are generally blocked for many users). How do I open this link in a new window / tab, and not in the pop-up?