Найденные страницы с тегом gxt всего 176

Отсутствует метод getRequestBuilder в классе RemoteMessageProto – 1 Ответ

Вы используете Eclipse? Если это так, установите GWT SDK в Window → Preferences → Google → Web... Вопрос по теме: java, gwt, vaadin, gxt.

Как перейти с GXT 2.2.3 на GXT 3.0.1 – 2 Ответа

Я решил это, просто используя CSS. Вместо того, чтобы думать о отключении и включении ячейки, я... Вопрос по теме: java, gwt, gxt.

Создать график или диаграмму в Java / GWT? – 2 Ответа

Мы успешно используем библиотеку JFreeChart (http://www.jfree.org/jfreechart) на стороне сервера в... Вопрос по теме: java, swing, gwt, gxt.

Изменить вкладку с помощью кнопки в TabPanel – 1 Ответ

Попробуй это tabpanel.setActiveWidget(tabPanel.getWidget(index)); .i1a { width: 336px;... Вопрос по теме: java, gxt.

[Solved] How to include external Javascript in GWT offline application - Local Coder

I have a GWT (well, GXT) application that uses an external JavaScript library to add functionality to my app. My application must work offline, too, and herein lies my problem. I a

[Solved] Click Handlers for Trees in GXT 3? - Local Coder

I've been looking through GXT3's Tree API for some way to execute an action when I click or double click on a node in a tree, and I can't seem to find anything that would work. I k

[Solved] GXT : How to customize TabPanel close context menu - Local Coder

I have a GXT(3.0.1) TabPanel with many tabs. This TabPanel has an out-of-the-box CloseContextMenu with 2 options : Close this tab Close all other tabs In order to react to 'clos

[Solved] GXT 2.2 - MessageBox button constants - Local Coder

This is a question on how to detect which button was clicked in the MessageBox/Dialog. GXT 2.1 or 2.2 only. Please do not answer using GXT 3. Ideally, this is how I could do a conf

[Solved] Not able to run Gxt 3.1.1 application after upgrading from 3.0.0 - Local Coder

I have tried upgrading my projects GWT and Gxt from 2.5.1,3.0.0 to 2.7,3.1.1 . I was able to build the project successfully with some workarounds but am not able to run it. Error

[Solved] GWT 2.6 with GXT-3.0.1 error in compile - Local Coder

since the 2.6.0 release of GWT which dropped support of ie6 browser my current project which also uses GXT is failing to compile with the following error: Loading inherited module

[Solved] Load HTML from URL into DIV (Java, GWT/GXT) - Local Coder

How can I load html page and insert its content into div element? I don't want to use ContentPanel.setUrl (for example), because it will create IFrame Is it possible?

[Solved] Connecting LDAP server from java application - Local Coder

I am building an application based on GXT (J2EE). Now the problem is that I have to connect the application to a LDAP server. Can you tell me how to connect a LDAP server from our

[Solved] Window Location getParameter is always null in GWT/GXT Project? - Local Coder

I am working GWT/GXT I am trying to practise some sample Examples. This is url of the project http://127.0.0.1:8888/Opera_Star.html?gwt.codesvr=127.0.0.1:9997 public void onModule

[Solved] Gxt focus management - Local Coder

I am working with Gxt. I need to set focus to the first enabled field on the page. But I have a lot of pages and I want to centralize that behaviour. There is a lack of documentati

[Solved] GXT (Ext-GWT): Layout problems with ContentPanel - Local Coder

I have a ContentPanel that fits the entire window. It has a topComponent, a widget in the center, and a bottomComponent. I'm getting layout problems, when I try to add widgets to t

[Solved] How can I embed a webpage in a GWT/GXT webapp? - Local Coder

I am working to recreate (conceptually) a prototype I've written in Cappuccino in GWT/GXT. Cappuccino made it trivial to display an external webpage as part of the application by u

[Solved] How can I tell what events fire from GXT? - Local Coder

I cannot seem to find any documentation of what events fire and when in GXT. The API docs have lists of all the events that could fire (in Events). And it describes how to handle e

[Solved] How to implement freeze column in GXT 3.x? - Local Coder

How can frozen columns be implemented in GXT 3.x (from Sencha)? Ext-JS, another product from Sencha seems to implement this, but I can't see where the Java based GXT implement the

[Solved] GXT 3 mobile support - Local Coder

Support GXT 3 responsitive design out of the box or is there another way to get a good mobile application with GXT running. I know about Sencha Touch but I don't want to develop tw

[Solved] Focus is not coming out from the TextField on mouse click in GXT EditorGrid in Chrome Browser - Local Coder

I created an EditorGrid using GXT 2.2.3.In that grid,one column is with the TextField as Editor.My code is as below: ColumnConfig checkinTimecolumn=new ColumnConfig(); chec

[Solved] GXT 3.x : Dynamic freeze/lock columns. Autosize the grids - Local Coder

I took the sample code from here How to implement freeze column in GXT 3.x? and I came up with the code below. I've managed to make the columns dynamically move from locked grid to

[Solved] A little bit diffrent GWT/GXT persistent approach - Local Coder

I'm newbie with GWT/GXT and I'm looking for best persistence way for my future apps. I was considering many variants of doing that so I decided to draw a graph here: So my conclu

[Solved] WebDriver - wait until invisibility of element - Local Coder

i have element defined in page page factory @FindBy(xpath = '//*[contains(@style,'gxt/images/default/tree/loading.gif')]') WebElement treeLoading; i would like to wait for this el

[Solved] ie6 wast not previously defined error in GWT 2.6.0/GXT2.5.1 - Local Coder

I got the following error when compiling the code with GWT 2.6.0 and GXT 2.5.1. Loading inherited module 'com.sencha.gxt.ui.GXT'L Loading inherited module 'com.sencha.gxt.data.

[Solved] Dynamic Autosuggest Combobox in GXT - Local Coder

Over the past 5 months we have been prototyping GWT and setting up the infrastructure. WE are using GXT for the widgets with MVP and Command Pattern implementations. However, we ar