Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management
0
votes
1answer
59 views
Execution of both branches of the IF statement
While trying to create a customized DataSource for the SmartGWT's TreeGrid, I found myself in a very peculiar situation. While retrieving the EndRow property of the request, I found that, if it does ...
0
votes
0answers
16 views
Styling In HorizontalPanel
I want to customize showing styles of my Horizontal Widget. I have three widgets . Two buttons and one checkbox . I want to show two butttons are in center of Horizontal panel and checkbox is at right ...
0
votes
2answers
25 views
RPCManager RPCRequest how to capture the response in gwt
hi i have requirement to capture the data for validations. i am able to fetch the data using RPCRequest and RPCManager by using setActionUrl to the controller class.from there creating the service ...
0
votes
0answers
14 views
SmartGWT ListGrid FilterEditor getValue
I have a little appliation that shows MySQL data in web browser ListGrid. It has 14 columns.
I would like to upgrade it so the user could add query parameters.
For this job the best I could imagine is ...
0
votes
0answers
8 views
autWindow is undefined in selenium rc
I am recording the script for smart gwt 3.1p by using selenium IDE2.0.0 and I can replay that script successfully in FF20(I have added user_extensions.js & user_extensions_ide.js). But when I ...
0
votes
1answer
48 views
How to track Window close of SmartGwt
I am developing a SDI web app using SmartGwt. In the main window, I want to popup a Window, when a button is clicked. However when the popup Window is closed, the main window is not able to trap the ...
0
votes
0answers
16 views
How To deal with Composite keys in Smart gwt Datasource?
I Want to Use Composite Keys in my Datasource for Basic CRUD operation. When i Try to make more than one datasourcefield as primary key it throws umberala exception and on the ui it shows ...
0
votes
1answer
34 views
How to debug GWT client side code on jboss
I'm starting with GWT and smartgwt, and I realized that when your code works on jetty will no necessarily work on Jboss.
Is there a way that I can debug exceptions or any kind of error when ...
0
votes
1answer
44 views
GWT loading elements dynamically on page load
I have some page that should have dynamic count of check boxes, and inputs depends on data received from database
now I do like this:
make rpc call on component load (getting data for inputs)
...
0
votes
0answers
36 views
How to add Anchor with clickHandler to ListGridRecord in GWT
I need to add Anchor with clickHandler to ListGridRecord. Click to Anchor should call the function (adding more rows to ListGrid). I'm able to write Anchor with href:
private void ...
1
vote
2answers
45 views
I want to see inner values of GWT variables (JavaScriptObjects).
I want to see GWT framework's Class's inner property values at the time of debug via Eclipse.
Suppose I have one object of com.smartgwt.client.widgets.tab.TabSet as tabSet
Now I want to see how many ...
0
votes
1answer
74 views
smartgwt restdatasource json date validation
I am using Spring 3.2 MVC Controller and a Spring-WS to create a RESTful web-service. The Spring controller accepts an object files an update to the database correctly and then returns JSON to the ...
-1
votes
0answers
40 views
How to print bank passbook using java via passbook printer [closed]
I am developing a banking application and I need to print the user's account transaction in the Bank Passbook .if any of you guys have any experience in passbook printing, please post you suggestions ...
0
votes
3answers
51 views
SmartGWT: How to create a tab in a pane dynamically by clicking a tree node in another pane
I'm new to smartGWT. I saw a tutorial in the following link
http://www.javacodegeeks.com/2011/01/advanced-smartgwt-tutorial-part-2.html
Here there are two classes one is main area and another is ...
-1
votes
0answers
33 views
How To reslove java.lang.ClassNotFoundException: com.isomorphic.base.InitListener [closed]
i don't know how to resolve this error
java.lang.ClassNotFoundException: com.isomorphic.base.InitListener
any help with that ?
0
votes
1answer
42 views
Symbol not found - Java
I'm using Olap4j to connect to the OLAP server in GWT. However, when I try to iterate through rows and columns I get a 'Symbol not found' error during compilation.
My code
for (Position axis_0 : ...
0
votes
0answers
26 views
SmartGWT open link in different browser
I have a smartgwt com.smartgwt.client.widgets.form.fields.LinkItem in an embedded browser (IE), which uses IE. If I click the link naturally the new browser window will come up, (IE) however that is ...
0
votes
1answer
46 views
Button click outside widget - GWT
Is it possible to detect when click event occurs outside a widget, i create a widget to display a text for a user, number of text varies for each user, and add it to my vertical panel. The user will ...
0
votes
0answers
19 views
Using SmartGWT with NetBeans and GWT4NB
I want to install SmartGWT 3.1 to netbeans 7.2 but i don't know the right way for doing this i am also using GWT4NB
1
vote
1answer
70 views
SmartGWT ListGrid final
I realized that ListGrid must be always Final. For me a static object would be the best because I would like to modify its properties from another class.
In my project to have a clear code I created ...
0
votes
0answers
22 views
smartgwt treegrid how to get all selected leaf
I have got problem i need to get all selected leaf from group node.
So user can click on node and hold Shift key and then can select Leaf or Folder nodes.
I need to get all selected leaf and all ...
0
votes
2answers
77 views
SmartGWT: is it possible to color a a certain row in a list grid?
all is it possible to color a certain Row in smartGWT listGrid ?
i want to color just 1 row , not all the listGrid
0
votes
0answers
66 views
smart gwt how to filter client only tree grid
Hello i have got simple client side datasource and i need add external filter.
I am using smartgwt 3.0 and gwt 2.5.
so first of all this is my data source settings :
DataSourceTextField nameField ...
1
vote
2answers
58 views
is there any way to set the cursor style of a GWT button in code?
i have seen some details from
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/dom/client/Style.Cursor.html
did not see any example using this. I have put css class style but ...
0
votes
1answer
115 views
A way to identify SmartGWT SelectItem in Selenium Grid 2 (WebDriver) tests
I am trying to set an ID to a SelectItem (to its options list, more precisely) in order to be able to identify it during Selenium Grid 2 tests and find no way to do it. What I need is to find the list ...
0
votes
1answer
78 views
can fusion chart x axis be represinted by points instade of labels
as known Fusion charts takes the x axis points as labels with an equal spaces between, but i want to give the x axis a real numbers with a real spaces between them.
so can i use real points in ...
0
votes
2answers
49 views
Ant Deploy War to Glassfish 3 server fails at GWT
I'm developing a system that deploys the applications which is selected from GWT interface. I've wrote build.xml accordingly;
<target
name="deploywar"
description="Varolan WAR dosyasını ...
0
votes
2answers
317 views
Failure in unit cache map load - GWT
I get this error during compile-time of my GWT project, there is no such folder as 'gwt-UnitCache' to delete, as suggested in the following questions
Weird GWT compile error
exception in GWT RPC app
...
1
vote
1answer
25 views
Knobs offset after DrawPane zooming
I create DrawRect
DrawRect drawRect = new DrawRect();
drawRect.setDrawPane(pane);
drawRect.setLeft(x-25);
drawRect.setTop(y-25);
drawRect.setWidth(50);
drawRect.setHeight(50);
...
0
votes
1answer
45 views
SmartGWT: dynamically adding custom widget to VStack
I need some widgets that share the same code base, thus I introduced an abstract class providing these shared members and methods and created an implementation which adds additional functionality. but ...
0
votes
4answers
84 views
How to re-size application components based on client's resolution?
I am having one GWT Web application, It is running perfectly in the full window size
browser but when I re-size the window, it will not looking good, all the components are not on there respective ...
0
votes
1answer
25 views
How do I set the width of a GWT Slider Widget
I am using 3 vertical sliders (com.smartgwt.client.widgets.Slider) next to each other horizontally (like | | | ) I can't seem to figure out how to set the width of them so I can get them closer ...
0
votes
2answers
169 views
Spring+GWT+jackson+JSON response text does not appear to be in standard response format
Hi it's in relation to below post -
smartgwt listgrid RestDataSource not populating
I am facing an issue while trying to build an app with smartGWT and Spring3. Using jackson to convert return ...
0
votes
1answer
73 views
smartgwt SelectItem with empty value
I have a SelectItem, that fetches data from database. I need to add an emptyField to my select Item.
My code looks like that, and that works great.
SelectItem editor = new SelectItem(...);
...
-1
votes
2answers
44 views
Globally Disable Tab Key on Page
How can I globally disable the use of the tab key on page? I found this question, but it uses jQuery and I am not using jQuery. I know I can set tabIndex equal to -1 to disable keyboard focus, but ...
0
votes
1answer
72 views
GWT + Spring + No bean named 'dispatch' is defined
while trying to use spring dependency injection instead of guice, getting below error
No bean named 'dispatch' is defined
[WARN] /dispatch/
...
0
votes
1answer
75 views
Validate new row in SmartGWT ListGrid
I use ListGrid without datasource. And I use validator for some fields.
But then I add new record, it is not validated till I change value in new record.
I don't want to use grid.startEditingNew(), ...
0
votes
2answers
100 views
How to show listgrid data in SectionStack in SmartGwt
I have a two sectionstacksection in code, onw is showing dynamic form for input data and second sectionstacksection is showing listgrid which will show a input data when i hit save button in my ...
0
votes
0answers
10 views
Dropping Treegride Items into Tabset's Tab in smartgwt
Am working to drag items from treeGride, i made the tree elements gradable by adding the following code:-
reeGrid treeGrid = new TreeGrid();
field.setCanSort(false);
...
1
vote
0answers
28 views
How to refresh a record of tileGrid?
I'm using smartGwt in my application and I have a tileGrid with more than fourty records. how can i refresh the content of a record(tile) instead of reloading the whole tileGrid ?
0
votes
1answer
71 views
Read the input data and show the data in listgrid in SmartGwt
i have written a code to read the input data from textboxs and then click on submit button, this data will be show in a listgrid.
Submit button click event code is here:
public void ...
0
votes
0answers
61 views
SmartGwt Calendar custom add/edit event with SelectItem
I'm having trouble placing a bound to a data source SelectItem form item inside the add event window. I need this approach to associate to each calendar event a person from the address book. If the ...
0
votes
1answer
54 views
How to add button in toolstrip on left and right side
Its possible add buttons in toolstrip on left and right side, as image below show.
I try add css style but its not possible add style on image div.
PS. I create that effect using firebug.
0
votes
0answers
45 views
Smartgwt onmodule internet explorer 8
i have a problem with smartgwt project when the project is opened in internet explorer 8. When i try to open project in i.e. 8, the page and components does not showed, it is only a white page.
I ...
0
votes
1answer
39 views
SmartGWT Stack Overflows on JSTranslate
So I have been trying to get SmartGWT to work with the automatic data source connection to a spring configured hibernate bean and plug that into the advanced filter builder widget.
I can see in the ...
2
votes
0answers
82 views
SmartGwt with hibernate for database connection
I am using eclipse indigo.I want to use hibernate with smartgwt smart gwt showcase
I have a grid so want data from database using hibernate datasource(ds) like smartgwt showcase EE. I don't ...
-1
votes
1answer
86 views
Call Java from Javascript JSNI
I am using SmartGWT and I wish to access com.smartgwt.client.Version from JavaScript. In Firefox's Web Console, I have tried:
frames[0].$entry(Lcom_smartgwt_client_Version::getVersion()));
and
...
-1
votes
2answers
39 views
how I create rightClickHandler in smartGWT? [closed]
I want to use rightClickHandler in smartGWT Calender widget. Can anybody help me?
1
vote
1answer
54 views
Grails + SmartGWT
Trying to make Grails + smartgwt work together.
Setup:
Grails 2.2.1 (installed both, gwt + smartgwt plugin)
SmartGWT 3.1
GWT 2.5
After a couple of hours playing around with it, tomcat finally ...
1
vote
1answer
131 views
How to make an GWT server call(GWT RPC?) [closed]
Hi I am new to gwt(java based gui).
Here i am trying to make a GWT server call.
I want to save my MyBean into my Database.
Later on i have to update,delete etc..
What are the possibilities and how ...





