0
votes
0answers
9 views

How to Integrating Sench EXT GWT in netBean for JSF?

I am new for EXT GWT. please help me for installing(plugin) EXT GWT in netbean for JSF2.1 and which file are use foe it? please describe all step of plugin of extGWT. and give me some references.
0
votes
0answers
8 views

Ext GWT - cancel all client-side record of a transaction, such that any response from the server will be ignored

Is there a way in Ext-GWT to ignore any response from the server(that is avoid execution of callbacks)? Something similar to com.smartgwt.client.rpc.RPCManager.clearTransaction() My scenario is, ...
0
votes
1answer
26 views

setup gxt project for tomcat 7 deployment

I've made .war file from war folder of my project and copied it to tomcat's ROOT directory. Then I start tomcat and get either GWT module 'hellogxt' may need to be (re)compiled or 404 error. What I am ...
1
vote
1answer
75 views

CSS is not working in GXT

I am in learning phase of GWT GXT, I my project some of the css are working fine , but some are showing me a strange behavior . for login button. logonBtn = new TextButton("Connect"); ...
4
votes
6answers
155 views

How to put the Icons In the Center of the button in GXT

Hi i am working on GXT i have a button with an Icon. I want to put the Icon in center. Currently it looks like this. the icon of the button is in left (because of IconAlign.LEFT). I want it in ...
1
vote
1answer
141 views

java.lang.NoClassDefFoundError: com/google/gwt/core/ext/Generator

I am trying to add GXT in my project. For this i followed all the steps given in setting up your first ext gwt project in eclipse My Java buid path is like this My xml file is <?xml ...
0
votes
1answer
49 views

Direction and Size of Placeholder in SmartGWT Mobile

I have a Text Item added to a dynamic form in smart GWT mobile (as shown in the image). On the right there is the place holder, when I start typing it starts from far end. I want it to start typing ...
0
votes
0answers
59 views

Open source Ext-GWT (GXT) Admin Site

I've seen a lot of templates for a open source "admin" site with Twitter Bootstrap. However I haven't found any open source project for an Admin site that is built with Sencha GXT. Are there any?
0
votes
2answers
68 views

Remove resize cursor from Window component in GXT

The Window component that I use has Resizable flag set to false but the resize cursor on the edges still appear. Is there any way to change the cursor to normal ? I am using Sencha GXT 3, with ...
0
votes
0answers
36 views

How to draw lines on Openplayer map GXT tutorials?

I am developing GWT application, where I am using GXT 2.2.5 UI library for creating widgets, also I embedded google map using Openplayer. Now I want to draw GEO Zones on the Map, which should containt ...
0
votes
1answer
49 views

ExtGWT Resizing TabPanel (TabItem) with ChartsVizualization an ChartsTable

The problem is on the drawing by click or resizing browser. I have TabPanel placed with RowData, two TabItems with Chart (Google Vizualization) on one and Table with the same Data on the next. I ...
0
votes
2answers
76 views

Access values on widgets and send to server

I have an interface created from GXT 2.2.5 library, now I need to get user entered values from TextField and send it to server. How can i get this user entered values from textfield? Here the sample ...
0
votes
1answer
57 views

Access values from widgets in GXT

I am new to Sencha GXT framework for GWT, how can i get values from GXT generated TextFields in order to send it to server? import com.extjs.gxt.ui.client.widget.layout.FlowLayout; import ...
1
vote
3answers
148 views

Minimizing compile size of a GWT application

I have this admin site that is based on GWT and Sencha Ext GWT 2 that I am having problem with, it loads very slowly, using Firebug I can see this 4DDF7CE1FD8584654846E8ADA9D9DECB.cache.html ...
0
votes
0answers
156 views

Data wont get displayed in GXT 3 Treegrid

I just started using gxt 3 and I am stuck at displaying my objects in my treegrid. Actually the load handler is there to make the items from the request get put into the treegrid. Well, I am able to ...
0
votes
1answer
175 views

GWT Grid editing Tab Order

I use GXT (sencha version 3.0.1) I have grid like this: When I select second Column and try to move next Column use Tab Key to move and its works fine, but when I select any value from combo and ...
1
vote
2answers
234 views

Ext-GWT 3.0 Grid Mouse Events

I have a grid which gets populated from the database and works fine. Now I want to add a mouseover event to this grid and display a tooltip text which shows all the column values in multi-line fashion ...
3
votes
1answer
125 views

Color a Grid by similar column values

With Ext GWT 2, how do I color a Grid by similar column values?
1
vote
2answers
445 views

Set default Tab selected for Tab panel for GXT

I have a application written in GXT. There are three tabs such as: One, Two, Three for example. For each tab, it is also a TabPanel, under each of One, Two, Three there are A, B and C. One(A, B, C), ...
0
votes
3answers
385 views

Handle Window close event

I'm trying to handle the event when the close button of a Window is clicked: // View Code @Override public void attachWindowListener(WindowListener listener) { window.addWindowListener(listener); ...
0
votes
1answer
150 views

Row within a Row with Ext GWT Grid

Is is possible to have a RowExpander that is not HTML but rather another Row? That is, a row have a expand [+] icon then when expanded, sub rows appear like a "child-row""? For example I have a ...
0
votes
2answers
173 views

Ext GWT 2 - Group grid rows

Is it possible to group Grid rows by column values? For example I have this ModelData: ModelData model = new BaseModelData(); Map<String, String> data = new ...
0
votes
1answer
160 views

Using XTemplate with Grid

I'm trying to use XTemplate to display Row information of a Grid: List<User> users = new ArrayList<User>(); users.add(new User("John", "Smith")); users.add(new User("Bob", ...
1
vote
0answers
84 views

Dynamic treegrid context menus

Is there a way using the treegrid in gwt-ext to have different context menus for different rows? For example I would like my leaf rows to have different menu options then my non-leaf rows, or at ...
1
vote
1answer
245 views

GWT Properties file configuration

I am new to GWT, and facing one problem. How we have .properties file for initial configuration at startup. I want to create one in GWT App. Also, GWT has client and server package. I want to setup ...
3
votes
1answer
1k views

Unable to find 'com/extjs/gxt/ui/GXT.gwt.xml' in GXT sample application

I'm trying to run a sample application using GXT (ExtJS + GWT) as described in the tutorial at http://www.sencha.com/learn/setting-up-your-first-ext-gwt-project-in-eclipse When I try to run the ...
1
vote
1answer
1k views

Getting com.google.gwt.user.client.rpc.StatusCodeException: 0 in GWT

I sometimes/often get this Exception in GWT but don't know why: SEVERE: com.google.gwt.user.client.rpc.StatusCodeException: 0 java.lang.RuntimeException: ...
1
vote
0answers
136 views

Remove Shadow which appears on expand of SimpleComboBox ext gwt

I want to remove the shadow which appears on expand on SimpleComboBox. I get the shadow as attached image. below is my code private SimpleComboBox<String> getSimpleComboBox(List<String> ...
0
votes
1answer
352 views

Get selected item text in a ComboBox

How to get the currently selected item text (String) in a ComboBox? I am using Ext GWT version 2.2.3 btw. I have tried getValueField and getSelectedText but I am getting null for both functions.
0
votes
0answers
88 views

How to make a widget fills all the available space in an HeaderGroupConfig component?

Does anyone knows how to make a widget fills automatically all the available space in a HeaderGroupConfig component with GXT3 ? Here is my problem : I have a grid in which I have implemented a ...
0
votes
1answer
390 views

How to Get Textfield from Grid in GWT EXT

I have one one Grid which contain 4 column and somewhere column contain TextField and somewhere ComboBox, I achieved this by calling renderer for particular ColumnConfig. Each row is haveing one ...
1
vote
0answers
62 views

Migrate ModelData from Ext GWT 2 to 3

I have this legacy Ext GWT 2 code that I need to migrate with Ext GWT 3: for (ModelData data: store.getRootItems()) { Element voiceElement = DOM.createDiv(); Element ...
0
votes
0answers
478 views

CheckBoxListViev check few checkbox gwt ext

I am new to GWT and using GWT EXT. I want to create MultiSelectComboBox and I am doing that using the CheckBoxListViewCreator class and it is working perfectly fine. I am calling class using the ...
0
votes
2answers
574 views

GXT3 TextButton styling

How can I change the styling/appearance of a TextButton in EXT GWT 3 ? I am mostly interested in the background color. Thank you, Horatiu
0
votes
1answer
175 views

GWT EXT Grid containing Checkbox with dynamic Column to add?

I am very new to GWT and I have to make GWT Grid like the image shown. I have no clue on how to do this with corresponding Update and Delete action against each row. Here, the number of columns ie ...
0
votes
2answers
194 views

EXT GWT BaseModel needs to have DTO reference?

I am very new to GWT. I am using ext-gwt widgets. I found many places in my office code containing like, class A extends BaseModel{ private UserAccountDetailsDto userAccountDetailsDto = null; ...
0
votes
1answer
111 views

how to open new window with widget in it?

I am using GWT/ExtGWT. I have a little problem... I have an Hyperlink in my web page and when the user clicks on this hyperlink, a new browser window should be opened containing a widget (a widget ...
4
votes
3answers
225 views

java script framework for client [closed]

My team consists of more java guys and limited experience with java scripts. I know this question have been asked several times, but just to get my facts right, I need to clarify few things as my ...
0
votes
0answers
212 views

GXT 3 TabPanel layout crash

I'm developing web front-end using Sencha GXT 3.0.0b framework. There is a TabPanel, which contains complex tabs with panels, grids, toolbars e.t.c. And now I've faced with the following problem: ...
0
votes
2answers
252 views

Exception while adding a widget to iframe?

I am using GWT. have below code in my host page. <div id="mainDiv"/> <iframe id="__printingFrame" style="width:0;height:0;border:0"> </iframe> in EntryPoint's onModuleLoad() i ...
0
votes
1answer
77 views

Gwt LineChart options - make all points visible

Is there any way to set options of LineChart so that all of the points are visible, not only on the mouseover.
2
votes
3answers
1k views

GWT or not for enterprise apps

I am working on an tool to create enterprise level applications on app-engine. This needs to be cross browser (also including IE8), works on mobile, and at a later point of time also supports desktop ...
0
votes
1answer
256 views

Beginner GXT issues

We have a working web application, which has been developed with ExtJS for client side, and Struts, Spring, Hibernate for server side. now, we are considering to migrate to GXT (or may be GWT itself). ...
0
votes
1answer
118 views

My first project in GAE, GWT, EXT GWT [closed]

Example project for GAE, GWT, EXT GWT: http://www.rfrate.com/ . Published here because they could not find real examples of websites developed using these technologies. This is not a Commercial ...
0
votes
2answers
251 views

Sencha GXT 2.x Spinner Field

I am having a couple of problems with my SpinnerField in GXT 2.0. First it is showing doubles when the user changes 1.0,2.0 I need it to show Ints 1,2,3 etc. Second, for the life of me I cannot ...
0
votes
1answer
1k views

How to select an item in SmartGWT SelectItem?

I have a SelectItem object which has a few items. I set a value MAP with: organizations[0] = "A"; organizations[0] = "B"; selectItem.setValueMap(organizations); When displayed, the combo box is ...
0
votes
1answer
149 views

Removing filtered text programmatically?

I am using GXT's filtered grid(http://www.sencha.com/examples-2/#filtergrid). once the filter is applied i need to remove filtered text whatever user has entered. is it possible to remove "abc" ...
0
votes
0answers
228 views

Issue with applying filters to LiveGrid?

I am using GXT's LiveGrid(http://www.sencha.com/examples/#ExamplePlace:livegrid). i want to apply filters(http://www.sencha.com/examples/#ExamplePlace:filtergrid). i have below code. i am using gxt ...
0
votes
1answer
191 views

Editable grid cell text is not displayed completely?

I have an editable grid. in one of the cell i have entered more than 4000 chars. But the problem is only 4000 characters are visible and remaining are invisible but they are there in the cell.if i ...
0
votes
1answer
54 views

is filtergrid available in gxt version 2.2.3?

I am using gxt version 2.2.3. i wanted to use filtergrid available on examples demo http://www.sencha.com/examples/#ExamplePlace:filtergrid. is it available in 2.2.3 version? Thanks!

1 2 3 4