hideAllMasters(withSelf: Boolean, group: Array);
withSelf. Determines component visibility.
group. Array of wizard groups.
The hideAllMasters method hides all wizards that belong to groups.
If the withSelf parameter is True , the component itself is also hidden. The group parameter is an array of PP.TS.Ui.PropertyGroups objects.
The example of use is given on the page with description of the WbkPropertyBarView.getChartMaster method.
See also: