Hello,
I want to build Inspector object. I'm trying to achieve through inheritance class AbstractGridEditing <ColumnConfigItem> full code presents the following:
Everything works as it should. I...
Type: Posts; User: baczek00
Hello,
I want to build Inspector object. I'm trying to achieve through inheritance class AbstractGridEditing <ColumnConfigItem> full code presents the following:
Everything works as it should. I...
Hello.
How to properly should look POJO inherited from the Tree.TreeNode?
What should be substituted in the class constructor parameter M?
...
Yes. Here is a sample of my code:
public PagingLoader<PagingLoadConfig, PagingLoadResult<BaseModelData>> getLoaderOfflineModelData(final Boolean commitTrasactionAfterOK, final DBAction...
Hello,
I have this code:
VerticalPanel vp = new VerticalPanel();
vp.setSpacing(10);
final TabPanel panel = new TabPanel();
Hello,
Have not available EXT-GWT library under the GPL?
Hello,
Is Acris working with GXT 3.1.1?
I have a class:
public class RuntimeForm extends Composite {
Hello,
I'm interested in how to dynamically load GXT window and its layout.
I found the project Acris:
https://code.google.com/p/acris/
Now the question is how does it work with GXT 3.1.1?...
Hello,
I have a data grid and I would like more on this grid to distinguish the color of some rows.
The color depends on the data rows in the grid.
The EXT-GWT 2.2.5 I've done it like this:...
Hello,
I want to use XTempletes as shown here: http://docs.sencha.com/gxt-guides/3/utility/xtemplates/XTemplates.html
UmowyRedTemplates.java:
package...
The truth, I came to this. Thanks for your help.
I'm sorry for this post http://www.sencha.com/forum/showthread.php?291793 I noted that the wrong answer
Hello,
I want to create a class that inherits from the Combobox <BaseModeData>
public class extends ComboBox MyComboBox <BaseModelData> {
public MyComboBox (String text) {
...
The problem is in this line:
return new LoaderDataResult(new PagingLoadResultBean<BaseModelData>(record, action.getPagingtConfig().getOffset(), record.size()));
The correct line:
Hello,
I have a problem with scrolling grid in a vertical position.
Grid has more than 100 records what you see on the attached file.
loading in this way from the database
OK, but how to do it? Edit does not allow change selection
You're right. I am interested in all the children of the parent.
How did you get it? Because I have no idea,
Hello,
Recursively need to download all widgets that are in the container. How to do it?
private Widget getComponent(Widget w) {
if (w != null) {
if (w.getParent()...
Hi!I'm trying to do a little something in GXT and I want to use List from
GXT and RPCProxy.
Let's say I have a bean class of Foo. I have an action called
ListFooAction and result associated with...
Hello,
Is it possible to use a Dispatch from the EXT-GWT-3.1.1?
Regards
Hello
I make updates to your project GXT-3.1.1 with GXT-2.5.5
I have a class:
public class DispatchFilterReader implements DataReader<ListLoadResult<? extends ModelData>> {
Hello, Is it possible to save a window (EXT-GWT) as a String UiBinder?
Hi,
I have a problem with adding two components to setBottomComponent
I have the code:
@Override
public void onModuleLoad() {
TextField componentOne = new...
Hi, Sven
How to write a method to pay public SelectionChangedEvent
I mean something like this:
private SelectionChangedEvent<ModelData> getSelectedUmowaData(String sSQL){
...
How to use List <Button> components = ComponentManager.get ()
Please example of ComponentManager
My EXT-GWT 2.2.5
Hi all,
have a class forming a form consisting of several TextField.
I also have a list of field names in the database are uploaded can not be empty
Downloading wearing the names of all the...
Thank you,
You're right.