| Package | com.yworks.mxml |
| Class | public class LayoutLicenseTool |
| Inheritance | LayoutLicenseTool Object |
| Implements | mx.core.IMXMLObject |
<layout:LayoutLicenseTool
layoutExtensionLicense="{ layoutLicense }"
yFilesFlexLicense="{ flexLicense }" />
| Property | Defined By | ||
|---|---|---|---|
| layoutExtensionLicense : XML [write-only]
The yFiles FLEX Client Layout Extension license as XML. | LayoutLicenseTool | ||
| yFilesFlexLicense : XML [write-only]
The yFiles FLEX license as XML. | LayoutLicenseTool | ||
| Method | Defined By | ||
|---|---|---|---|
initialized(document:Object, id:String):void
Called automatically by the MXML compiler when the LicenseTool is created
using an MXML tag. | LayoutLicenseTool | ||
| layoutExtensionLicense | property |
layoutExtensionLicense:XML [write-only] The yFiles FLEX Client Layout Extension license as XML.
public function set layoutExtensionLicense(value:XML):void| yFilesFlexLicense | property |
yFilesFlexLicense:XML [write-only] The yFiles FLEX license as XML.
public function set yFilesFlexLicense(value:XML):void| initialized | () | method |
public function initialized(document:Object, id:String):voidCalled automatically by the MXML compiler when the LicenseTool is created using an MXML tag.
This implementation does nothing.
Parameters
document:Object — The MXML document containing this instance.
| |
id:String — The id of this instance.
|