smartgwt

Why SmartGWT does not have Paginated Grid?

可紊 提交于 2019-12-06 13:32:16
问题 Curious to know why SmartGWT does not have Paginated Grid? It is must have feature for all enterprise applications. I found Serendipity sample but it is not working in latest version of SmartGWT . Can I expect pagination enabled Grid in future ? 回答1: Currently SmartGWT does not support paginated grid, but there are several ways how this can be solved. First, you can use live grid, which allows you to dynamically load content. Second, you can write your own pagination, placing the buttons

Date browsers problem - if manually changed and focus on it - did not save

ぐ巨炮叔叔 提交于 2019-12-06 11:10:49
问题 I have a problem related to Date type which I'm using in smartgwt. I set up the date to have the possibility to change it manually: setAttribute("useTextField", true); In Firefox and Chrome (and maybe other browsers , except Internet Explorer) if first I'm selecting a date with that pop-up calendar and than change it manually and then let the focus on the date field and going to save the document (actually is a form with multiple fields) the date changed manually it is lost, the date choosed

SmartGWT ListGrid is slow, but only in Internet Explorer

筅森魡賤 提交于 2019-12-06 06:20:37
We have migrated from gwtext to SmartGWT and overall the experience is Ok. However, we have big problems with the ListGrid component of SmartGWT. It is very slow if both of the following conditions are met: Internet Explorer is used 5 or more columns the speed will decrease if you add more columns up to the point where the whole thing is unusable and you have to kill the browser, e.g. through the windows task manager. Grids with 1 column are fine in internet explorer Grids with a large number of columns are fine in Firefox, opera In the SmartGWT forums I've found two entries that are about

SmartGWT Datasource customization tutorial

五迷三道 提交于 2019-12-06 05:01:16
问题 I'm looking for a good tutorial on how to customize a DataSource in SmartGWT (a code sample will also do for now). Some details: I have a GWT project which uses a proprietary client-server protocol for fetching data (with an extensive API based on GWT classes). The server is non-GWT based, i.e. GWT is used only for client side. I'd like to use SmartGWT's widgets with this data by creating a custom DataSource which will interact with the existing GWT infrastructure. Does anybody know of such a

smartGWT: How to increase the TabPanel Header's Width

喜欢而已 提交于 2019-12-05 22:36:52
I have created a tabPanel in smartGWT, Attached is the screenshot I am trying to increase my tab headers width or to make my header name place vertically so that the names "company information " and "relations" can be visible in one line I have use this widget http://www.smartclient.com/smartgwt/showcase/#layout_tabs_orientation Any idea how can i increase my tab header's width or to make the headers title type vertically thanks For controlling the tabs' thickness(i.e. width) use: tabset.setTabBarThickness(int tabBarThickness); For showing the text with vertical orientation, you can use css to

SMARTGWT DataSource (GWT-RPC-DATASource) LISTGRID

倖福魔咒の 提交于 2019-12-05 04:43:45
I have a problem with datasource binding in ListGrid with smartGWT. I have GWT-RPC-DataSource and i have set it as my datasource grid.setDataSource(ds); On one button click I have some changes in my datasource and I am generating new datasource and rebinding with smartgwt's grid. but it fails. I have tried grid.redraw() function to redraw the grid. Below is my class for GWTRPCDATASOURCE public abstract class GwtRpcDataSource extends DataSource { /** * Creates new data source which communicates with server by GWT RPC. It is * normal server side SmartClient data source with data protocol set to

smartgwt listgrid RestDataSource not populating

百般思念 提交于 2019-12-04 21:10:02
Im new using this front end framework application... I recently started to work with smartgwt and i'm bulding a new application with a Spring MVC integration. I'm using a ListGrid with a RestDataSource (Consume the Rest service with mvc:annotation-driven for plain JSON) I can see that the servaice gets consuming properly perhaps my grid is never shown with the data in it. Can someone help me here ? Here's my ListGrid class public class ListGrid extends com.smartgwt.client.widgets.grid.ListGrid { private final SpringJSONDataSource springJSONDataSource; public ListGrid(List<DataSourceField>

GWT 2.6.1 unknown compile issue

a 夏天 提交于 2019-12-04 19:43:21
I know other people have had issues with GWT compiles, but in this case I am at a loss. I am using GWT 2.6.1 and the same version of the gwt-maven-plugin, 2.6.1 First does GWT and/or SmartGWT support JDK 1.8 yet, or just 1.7 for now? I am using jdk 1.7, but would like to try 1.8 eventually. Second, when I do a maven build within eclipse I get this error ... Yet, when I do a GWT compile from the GWT Eclipse Plugin, I right click on the project, and I tell it to GWT Compile and it does with no issues. [INFO] --- gwt-maven-plugin:2.6.1:compile (default) @ rm-ui --- [INFO] auto discovered modules

SMART Gwt Code Splitting

一曲冷凌霜 提交于 2019-12-04 19:26:48
We are using SmartGwt 2.5 and application is very large. I want to know is there any way to implement Code Splitting or Partial JS loading in SmartGWT. Any pointers would be really appreciated. You can use Gwt's code splitting directly in SmartGwt. http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html 来源: https://stackoverflow.com/questions/8654544/smart-gwt-code-splitting

Date browsers problem - if manually changed and focus on it - did not save

故事扮演 提交于 2019-12-04 15:24:26
I have a problem related to Date type which I'm using in smartgwt. I set up the date to have the possibility to change it manually: setAttribute("useTextField", true); In Firefox and Chrome (and maybe other browsers , except Internet Explorer) if first I'm selecting a date with that pop-up calendar and than change it manually and then let the focus on the date field and going to save the document (actually is a form with multiple fields) the date changed manually it is lost, the date choosed from calendar it is saved. This is not happening in Internet Explorer. In all browsers, if I select