Ticket #3120 (closed enhancement: fixed)
Window.setClosable(boolean)
| Reported by: | Joonas Lehtinen | Owned by: | ticketmaster |
|---|---|---|---|
| Priority: | normal | Milestone: | Vaadin 6.2.0 |
| Component: | Component | Version: | 6.0.0 |
| Keywords: | Cc: | artur.signell@… | |
| Hours estimate: | Hours done: | ||
| Depends on: | |||
| Workaround: | |||
Description
Setting window not to be closable should be easier than this: http://vaadin.com/forum/-/message_boards/message/43875
Change History
comment:1 Changed 4 years ago by Artur Signell
- Depends on set to #3067
- Milestone set to Vaadin 7.0.0
comment:2 Changed 4 years ago by Downlord
- support_ticket set to 0
Is it that complex that it was scheduled to 7.0.0? If not, I'd be happy to see it in 6.1.2 :-)
comment:3 Changed 4 years ago by Joonas Lehtinen
- Cc artur.signell@… added
Should not be complex at all. If Artur can fit this into 6.2.0, this could be the earliest point to include it.
comment:5 Changed 3 years ago by Jouni Koivuviita
- Milestone changed from Vaadin 7.0.0 to Vaadin 6.2.0
Since Window.setDraggable(boolean) (#3133) is scheduled for 6.2, I'd consider putting this one there as well and document that for now this only applies to sub-windows and not native windows.
comment:7 Changed 3 years ago by Artur Signell
- Status changed from new to closed
- Depends on #3067 deleted
- Resolution set to fixed
This functionality has actually been included since version 5.2.10, controlled by setReadOnly/isReadOnly. Added setClosable/isClosable in [10326] so that somebody actually will find this feature.
