Packagecom.vmware.core.specs
Classpublic class PriorityGroup
InheritancePriorityGroup Inheritance Object
Subclasses ActionPriorityGroup

Base class listing components to prioritize in the UI, such as actions.

See also

com.vmware.actionsfw.model.ActionPriorityGroup


Public Properties
 PropertyDefined 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
Property Detail
prioritizedIdsproperty
public var prioritizedIds:Array

List of component ids to prioritize. The order is the order they will be rendered in the UI.

regionIdproperty 
public var regionId:String

Identifies 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.