Search Type: Posts; User: sjardine
Search: Search took 0.01 seconds.
-
30 Apr 2012 9:20 AM
Jump to post Thread: 3.0.0 Multiple Context Menu's by sjardine
- Replies
- 1
- Views
- 261
Actually, this may be a bug.
If I create a global context menu on my main viewport, then create a context menu on a grid only the grid menu is shown when I right click the grid. The global one... -
30 Apr 2012 9:16 AM
Jump to post Thread: 3.0.0 Multiple Context Menu's by sjardine
- Replies
- 1
- Views
- 261
I am working on implementing a context menu for my application and would like:
1. A global context menu with some global options.
2. Individual context menus for specific widgets.
If I put a... -
12 Feb 2009 12:25 PM
Jump to post Thread: ComboBox and enum by sjardine
- Replies
- 1
- Views
- 1,152
I am wondering if there is a way to bind an enum to a combo box. I have this enum:
public enum EOfficeStatus {
Active,
Disabled,
Inactive;
} -
11 Feb 2009 8:01 AM
- Replies
- 2
- Views
- 1,935
I have a workaround for this problem. However I am not understanding why we try and convert the rawValue back to a value instead of using the value itself. I am sure I do not understand all of the...
-
10 Feb 2009 3:25 PM
- Replies
- 2
- Views
- 1,935
I am working on a CityLookup combo box. I use a ModelProcessor and a ListModelPropertyEditor. Here is my code for that part:
setPropertyEditor(new ListModelPropertyEditor<BeanModel>() {
... -
3 Feb 2009 10:24 AM
- Replies
- 2
- Views
- 1,584
Sorry for the double post. I came up with a solution but I guess I don't like it. Is there a better way to do what I am wanting?
Here is the solution for now:
@Override
protected... -
3 Feb 2009 10:12 AM
- Replies
- 2
- Views
- 1,584
Hi All,
I am trying to create a TextField that will convert all text entered to uppercase. I would like to do this on the fly.
Here is what I have so far but its not working. Any help would... -
3 Feb 2009 9:36 AM
Jump to post Thread: Examples of NumberField? by sjardine
- Replies
- 6
- Views
- 15,111
Thanks for this! Here is my version. I didn't like the US$ for the currency symbol so I modified the format some. Thanks again for the help on this!!!
public class CurrencyField extends... -
3 Feb 2009 9:32 AM
Jump to post Thread: PercentField by sjardine
- Replies
- 0
- Views
- 3,511
Here is a extension of the NumberField to allow for entering percentage values. For this field when the user enters 1 = 1.00%, 0.25 = 0.25%, 50% = 50.00% etc. The underlying Double value returns...
Results 1 to 9 of 9
