| Package | org.samchon.protocol.movie.menu |
| Class | public class MenuButton |
| Inheritance | MenuButton spark.components.VGroup |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
| Subclasses | ClassButton |
An image button having label.
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | MenuButton | ||
| bitmapImage | property |
public var bitmapImage:BitmapImageThis property can be used as the source for data binding.
| image | property |
public var image:String
Location of image.
This property can be used as the source for data binding.
| imageHeight | property |
public var imageHeight:int = 60This property can be used as the source for data binding.
| imageWidth | property |
public var imageWidth:int = 80This property can be used as the source for data binding.
| label | property |
public var label:String
Label of image.
This property can be used as the source for data binding.
| overBitmapImage | property |
public var overBitmapImage:BitmapImageThis property can be used as the source for data binding.
| MenuButton | () | Constructor |
public function MenuButton()Constructor.