Packagejp.progression.core.ui
Classpublic class CastObjectContextMenu
InheritanceCastObjectContextMenu Inheritance Object
Implements ICastContextMenu

CastObjectContextMenu クラスは、ContextMenu クラスの基本機能を拡張した jp.progression パッケージで使用される基本的なオブジェクトメニュークラスです。 CastObjectContextMenu クラスを直接インスタンス化することはできません。 new CastObjectContextMenu() コンストラクタを呼び出すと、ArgumentError 例外がスローされます。

View the examples



Public Properties
 PropertyDefined By
  customItems : Array
[read-only] ユーザー定義の ContextMenuItem を含む配列を取得します。
CastObjectContextMenu
  enabled : Boolean
コンテクストメニューを有効化するかどうかを取得または設定します。
CastObjectContextMenu
  hideCopyURL : Boolean
[URL をコピーする] 及び [URL をメールで送信する] メニューを表示するかどうかを取得または設定します。
CastObjectContextMenu
  hideHistory : Boolean
[前に戻る] 及び [次に進む] メニューを表示するかどうかを取得または設定します。
CastObjectContextMenu
  hideOpenNewWindow : Boolean
[新規ウィンドウで開く] メニューを表示するかどうかを取得または設定します。
CastObjectContextMenu
  hidePrint : Boolean
[印刷する] メニューを表示するかどうかを取得または設定します。
CastObjectContextMenu
  hideReload : Boolean
[更新] メニューを表示するかどうかを取得または設定します。
CastObjectContextMenu
Public Methods
 MethodDefined By
  
[設定] を除き、指定された ContextMenu オブジェクト内のすべてのビルトインメニューアイテムを非表示にします。
CastObjectContextMenu
  
指定された ContextMenu オブジェクト内の Progression に関連するすべてのメニューアイテムを非表示にします。
CastObjectContextMenu
  
toString():String
指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
CastObjectContextMenu
Property Detail
customItemsproperty
customItems:Array  [read-only]

ユーザー定義の ContextMenuItem を含む配列を取得します。


Implementation
    public function get customItems():Array
enabledproperty 
public var enabled:Boolean

コンテクストメニューを有効化するかどうかを取得または設定します。

hideCopyURLproperty 
hideCopyURL:Boolean

[URL をコピーする] 及び [URL をメールで送信する] メニューを表示するかどうかを取得または設定します。


Implementation
    public function get hideCopyURL():Boolean
    public function set hideCopyURL(value:Boolean):void
hideHistoryproperty 
hideHistory:Boolean

[前に戻る] 及び [次に進む] メニューを表示するかどうかを取得または設定します。


Implementation
    public function get hideHistory():Boolean
    public function set hideHistory(value:Boolean):void
hideOpenNewWindowproperty 
hideOpenNewWindow:Boolean

[新規ウィンドウで開く] メニューを表示するかどうかを取得または設定します。


Implementation
    public function get hideOpenNewWindow():Boolean
    public function set hideOpenNewWindow(value:Boolean):void
hidePrintproperty 
hidePrint:Boolean

[印刷する] メニューを表示するかどうかを取得または設定します。


Implementation
    public function get hidePrint():Boolean
    public function set hidePrint(value:Boolean):void
hideReloadproperty 
hideReload:Boolean

[更新] メニューを表示するかどうかを取得または設定します。


Implementation
    public function get hideReload():Boolean
    public function set hideReload(value:Boolean):void
Method Detail
hideBuiltInItems()method
public function hideBuiltInItems():void

[設定] を除き、指定された ContextMenu オブジェクト内のすべてのビルトインメニューアイテムを非表示にします。

hideProgressionItems()method 
public function hideProgressionItems():void

指定された ContextMenu オブジェクト内の Progression に関連するすべてのメニューアイテムを非表示にします。

toString()method 
public function toString():String

指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.

Returns
Stringオブジェクトのストリング表現です。 A string representation of the object.
Examples