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 94251

Summary: Provide API to provide hint for components whether to show the designtime border for them
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: Gregory Murphy <gjmurphy>
Status: NEW ---    
Severity: blocker CC: pzavadsky
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description bugbridge 2007-02-03 02:55:25 UTC
Original status: 1-Dispatched; Suggested Status: NEW


Original submitter: pzavadsky

Description:
There is needed an API to be able to retrieve for the components (DesignBean's)
for which elements the designer should paint the designtime border. E.g. this is
needed for page fragment, panels etc.

Currently the decision is left up to the designer, but the designer doesn't have
any specific knowledge about the components so there is not such algorithm
possible to create which would satisfy all the needs.
Only the component author can know when and for which elements of its component
the designtime border should be shown and for which not.