gxt
How to set item renderer for ListView in ext-gwt?
I have a ListView in ext-gwt and I\'m adding some custom data to it.How can I set an item renderer on the ListView?As of right now, whenever an item is added, there\'s just a small line representing e[详细]
2023-01-21 18:20 分类:问答Dynamic Autosuggest Combobox in GXT
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 are currently looking[详细]
2023-01-21 06:25 分类:问答How to let a GXT grid take up all available width?
I have a grid in GXT, something like this: List<ColumnConfig> configs = new ArrayList<ColumnConfig>();[详细]
2023-01-19 13:32 分类:问答How to pop up Flex Panel by clicking on a GWT(or GXT) component?
I have a we开发者_如何学Cb-application whose UI is implemented in GXT (ext GWT). Now I want to switch to Flex but as the application is so large that I cannot afford to start migrating the whole appl[详细]
2023-01-19 08:05 分类:问答How to programmatically set the split position of BorderLayout in GXT?
I have a border layout set on a widget using Ext-GWT.Is there a way where I can set the \'split\' position automatically?Reason bei开发者_运维知识库ng, if the user resizes a control on a page (not nec[详细]
2023-01-18 19:38 分类:问答RowExpander With Dynamic Content
I want to create a grid with a RowExpander. T开发者_Go百科he problem I am facing is that each row has different information to be displayed in the expanded area. For example, each row represents a sub[详细]
2023-01-18 18:31 分类:问答BorderLayout using Ext GWT - LayoutRegion.SOUTH displays NORTH
I\'m trying to simply reproduce the sample of BorderLayout on the Sencha website, but the South region won\'t show up in FF. Here is my following code:[详细]
2023-01-18 06:17 分类:问答GXT Grid translate
i\'ve tried to translate one of GXT widgets - Grid (exacly context开发者_运维技巧 menu in column header with sorting etc.) into Polish language but i cant find place to inject my translation.[详细]
2023-01-18 02:29 分类:问答Get ListView selected item in gxt 2.0.1
I have a listview(gxt) with 2 columns, Name and Address. I\'ve loaded the clients onto the listview(gxt), and now I want to select a client on the listview, a开发者_开发知识库nd each time another list[详细]
2023-01-17 10:27 分类:问答How to set heading or field label for list view in GXT.?
I\'m new to GXT, I\'m developing a project by using GXT 2.0.1. I want to set field label for a list view. How to set field label.?[详细]
2023-01-17 07:15 分类:问答