Packageorg.samchon.protocol.movie.menu
Classpublic class TopMenu
InheritanceTopMenu Inheritance mx.containers.TabNavigator

TopMenu is a TabNavigator item putting on top side in Window.

This is an optional UI-object, so that this is not essential component for Samchon Framework on Flex.

See also

Window


Public Properties
 PropertyDefined By
  window : Window
Parent window's pointer.
TopMenu
Public Methods
 MethodDefined By
  
TopMenu(window:Window = null)
Constructor from parent Window.
TopMenu
  
setAuthority(level:int):void
Handles TopMenu from authority level.
TopMenu
Property Detail
windowproperty
public var window:Window

Parent window's pointer.

Constructor Detail
TopMenu()Constructor
public function TopMenu(window:Window = null)

Constructor from parent Window.

Parameters
window:Window (default = null) — Window containning this TopMenu
Method Detail
setAuthority()method
public function setAuthority(level:int):void

Handles TopMenu from authority level.

Some menu items can be disabled by authority policy. Override this setAuthority method to do it.

Parameters

level:int — User's authority level