Packageorg.samchon.protocol.movie.menu
Classpublic class MenuButton
InheritanceMenuButton Inheritance spark.components.VGroup
Implements mx.binding.IBindingClient, mx.core.IStateClient2
Subclasses ClassButton

An image button having label.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  bitmapImage : BitmapImage
MenuButton
  image : String
Location of image.
MenuButton
  imageHeight : int = 60
MenuButton
  imageWidth : int = 80
MenuButton
  label : String
Label of image.
MenuButton
  overBitmapImage : BitmapImage
MenuButton
Public Methods
 MethodDefined By
  
Constructor.
MenuButton
Property Detail
bitmapImageproperty
public var bitmapImage:BitmapImage

This property can be used as the source for data binding.

imageproperty 
public var image:String

Location of image.

This property can be used as the source for data binding.

imageHeightproperty 
public var imageHeight:int = 60

This property can be used as the source for data binding.

imageWidthproperty 
public var imageWidth:int = 80

This property can be used as the source for data binding.

labelproperty 
public var label:String

Label of image.

This property can be used as the source for data binding.

overBitmapImageproperty 
public var overBitmapImage:BitmapImage

This property can be used as the source for data binding.

Constructor Detail
MenuButton()Constructor
public function MenuButton()

Constructor.