|
|||||||
![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
We are implementing the ChangeEventSource interface in our Model Implementations. At times we use the setSilent(true) method to temporarily turn off notifications. Later we turn it back on, but what we rather do is set it to its prior value. There is no way to know what the prior value is because the setSilent(bool) returns void. If it returned the current/prior value, then we could set it back when done.
Can this be done? Thanks! chris m |
|
#2
|
|||
|
|||
|
I already added isSilent to my local copy and will it commit with me next commit.
|
|
#3
|
|||
|
|||
|
Thanks Sven
|
|
#4
|
|||
|
|||
|
Sven, we implement ChangeEventSource and there is no isSilent() method on the Interface.
Instead you added an isSilent() method to your concrete class, and so have we, but we'd like it to be on the API. Thanks, Chris M |
|
#5
|
|||
|
|||
|
We cannot change the interface. We can target this for GXT 3
|
|
#6
|
|||
|
|||
|
OK, thanks Sven
|
![]() |
| Thread Tools | |
|
|