Package | org.samchon.protocol.movie.menu |
Class | public class TopMenu |
Inheritance | TopMenu ![]() |
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
Method | Defined By | ||
---|---|---|---|
Constructor from parent Window. | TopMenu | ||
setAuthority(level:int):void
Handles TopMenu from authority level. | TopMenu |
window | property |
TopMenu | () | Constructor |
public function TopMenu(window:Window = null)
Constructor from parent Window.
Parameterswindow:Window (default = null ) — Window containning this TopMenu
|
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
|