Bug 267061 - [api] resource dialog/form to allow custom host combo label
Summary: [api] resource dialog/form to allow custom host combo label
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2009-03-04 12:33 EST by David McKnight CLA
Modified: 2009-03-04 13:10 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David McKnight CLA 2009-03-04 12:33:15 EST
SystemHostCombo has a setLabel(String) API to allow for customization of the term used for a connection.  The internal SystemResourceSelectionForm that contains a host combo does not have any methods to set this nor does the public SystemRemoteResourceDialog.

To allow for this cusotmization we should add the following to both the SystemResourceSelectionForm and SystemRemoteResourceDialog:

public void setConnectionComboLabel(String label);
Comment 1 David McKnight CLA 2009-03-04 12:43:04 EST
I've committed the change to cvs.
Comment 2 Martin Oberhuber CLA 2009-03-04 13:06:50 EST
That's new API, right?
Comment 3 David McKnight CLA 2009-03-04 13:10:48 EST
(In reply to comment #2)
> That's new API, right?
> 

Oh right..forgot the keyword.