Packagelunas
Interfacepublic interface Groupable

This interface defines an object groupable in the application.



Public Properties
 PropertyDefined By
  group : Boolean
Indicates with a boolean if this object is grouped.
Groupable
  groupName : String
Indicates the name of the group of this object.
Groupable
Property Detail
groupproperty
group:Boolean

Indicates with a boolean if this object is grouped.


Implementation
    public function get group():Boolean
    public function set group(value:Boolean):void
groupNameproperty 
groupName:String

Indicates the name of the group of this object.


Implementation
    public function get groupName():String
    public function set groupName(value:String):void