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

Summary: Presentation of Constraints radio buttons in Add Column dialog
Product: db Reporter: gliesian <gliesian>
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:

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.