| Package | com.vmware.core.specs |
| Class | public class PriorityGroup |
| Inheritance | PriorityGroup Object |
| Subclasses | ActionPriorityGroup |
See also
| Property | Defined By | ||
|---|---|---|---|
| prioritizedIds : Array
List of component ids to prioritize. | PriorityGroup | ||
| regionId : String
Identifies the region of the UI to associate with this priority group. | PriorityGroup | ||
| prioritizedIds | property |
public var prioritizedIds:ArrayList of component ids to prioritize. The order is the order they will be rendered in the UI.
| regionId | property |
public var regionId:StringIdentifies the region of the UI to associate with this priority group.
A region is the id of a particular extension where the prioritization takes place, for example a list extension when specifying actions to promote on a list action bar.
A null value indicates that the priorities specified should be used for all regions of the UI that do not specify their own priority group.