first commit
This commit is contained in:
22
com/yahoo/astra/fl/containers/IRendererContainer.as
Executable file
22
com/yahoo/astra/fl/containers/IRendererContainer.as
Executable file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
|
||||
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
|
||||
*/
|
||||
package com.yahoo.astra.fl.containers
|
||||
{
|
||||
|
||||
|
||||
|
||||
public interface IRendererContainer
|
||||
{
|
||||
function setRendererStyle(name:String, value:Object, column:uint=0):void
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user