hackedteam/rcs-console

View on GitHub
src/it/ht/rcs/console/accounting/view/users/PrivsTree.mxml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<mx:Tree xmlns:fx="http://ns.adobe.com/mxml/2009" 
         xmlns:s="library://ns.adobe.com/flex/spark" 
         xmlns:mx="library://ns.adobe.com/flex/mx">
<fx:Script>
  <![CDATA[
    import it.ht.rcs.console.accounting.model.User;
    [Bindable]
    public var user:User;
  ]]>
</fx:Script>
</mx:Tree>