Bug 434262 - Widgets need a forceDisabled flag
Summary: Widgets need a forceDisabled flag
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.2.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-06 16:56 EDT by Jeff Nevicosi CLA
Modified: 2014-05-06 16:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Nevicosi CLA 2014-05-06 16:56:29 EDT
Implementers of widgets (Button, Combo, Label, Text, etc) have a requirement for a flag which if set, will ignore setEnabled(true) calls from the native framework.

Alternatively, remove the @noextend flag & we can add these customizations ourselves.