Packagecom.afcomponents.umap.types
Classpublic class ContentType

Specifies different content types for InfoWindow.contentType property.



Public Methods
 MethodDefined by
  
fromString(str:String):Class
[static]
ContentType
  
toString(cls:Class):String
[static]
ContentType
Public Constants
 ConstantDefined by
  ASSET : Class
[static]
ContentType
  IMAGE : Class
[static]
ContentType
  TEXT : Class
[static]
ContentType
Method detail
fromString()method
public static function fromString(str:String):ClassParameters
str:String

Returns
Class
toString()method 
public static function toString(cls:Class):StringParameters
cls:Class

Returns
String
Constant detail
ASSETconstant
public static const ASSET:Class
IMAGEconstant 
public static const IMAGE:Class
TEXTconstant 
public static const TEXT:Class