Bug 388089 - [Table] API : access to the command TableInstanceCommandFactory.createHideColumnCommand
Summary: [Table] API : access to the command TableInstanceCommandFactory.createHideCol...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 388088
  Show dependency tree
 
Reported: 2012-08-27 06:02 EDT by Vincent Lorenzo CLA
Modified: 2020-05-01 11:26 EDT (History)
3 users (show)

See Also:
gdupe: kepler+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2012-08-27 06:02:48 EDT
For my work in Papyrus, I need to access to the command used to hide columns : TableInstanceCommandFactory.createHideColumnCommand
Please, could you open your API for us?
Currently this command takes as arguments : 
	final TableWidgetController widgetController -> I don't have access to it, but it is possible to replace it by 2 arguments : EditingDomain and Table
		it is used too for final FacetOperation isVisibleProperty = widgetController.getCustomPropertiesHandler().getIsVisible();
		-> you will need to provide a new way to get this object...
	final Collection<FeatureColumn> featureColumns -> it is OK, but if it is possible, I will prefer a Collection of features to hide

Best regards, 
-- 
Vincent Lorenzo