| Package | lunas |
| Interface | public interface Groupable |
| Property | Defined 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 | ||
| group | property |
group:BooleanIndicates with a boolean if this object is grouped.
public function get group():Boolean public function set group(value:Boolean):void| groupName | property |
groupName:StringIndicates the name of the group of this object.
public function get groupName():String public function set groupName(value:String):void