This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180391 - Presentation of Constraints radio buttons in Add Column dialog
Summary: Presentation of Constraints radio buttons in Add Column dialog
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 04:17 UTC by gliesian
Modified: 2013-08-01 12:53 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-02-07 04:17:55 UTC
Right now there is one Constraints group box for the Add Column dialog box.  The relational functionality of the associated checkboxes (Primary Key, Unique, Null, Index) is not intuitive.

Consider the following:

Create two group boxes.

Group box  #1:
Have radio buttons for "Primary Key" and "Null".  
* Selecting one, deselects the other

Group box #2:
Have radio buttons for "Index" and "Index and Unique"
* If Primary Key is selected, "Index" is disabled and "Index and Unique" is selected.

Thanks.