パッケージ | ga.controls |
クラス | public class Wrapper |
継承 | Wrapper Box Container UIComponent FlexSprite Sprite DisplayObjectContainer InteractiveObject DisplayObject EventDispatcher Object |
実装 | IConnectionService, IWrapperHost |
サブクラス | ButtonBar, CobaltBar, CobaltStandard, CobaltTree, LeftAccordion, LeftMultilevel, Workspace |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Wrapper
class is the base class from which all Guide layouts are derived.
This class provides convenience methods for custom Guide application authors as well as methods for
managing the communication with an associated PDF, if available, as well as the methods for managing the
local connection with a host SWF application, if available.
プロパティ | 定義元 | ||
---|---|---|---|
accessibilityDescription : String
この UIComponent の accessibilityProperties オブジェクトの description プロパティ用の便利なアクセッサー。 | UIComponent | ||
accessibilityEnabled : Boolean
この UIComponent の accessibilityProperties オブジェクトの silent プロパティ用の便利なアクセッサー。 | UIComponent | ||
accessibilityImplementation : AccessibilityImplementation
この InteractiveObject インスタンスの現在のアクセシビリティの実装(AccessibilityImplementation)です。 | InteractiveObject | ||
accessibilityName : String
この UIComponent の accessibilityProperties オブジェクトの name プロパティ用の便利なアクセッサー。 | UIComponent | ||
accessibilityProperties : AccessibilityProperties
この表示オブジェクトの現在のアクセシビリティオプションです。 | DisplayObject | ||
accessibilityShortcut : String
この UIComponent の accessibilityProperties オブジェクトの shortcut プロパティ用の便利なアクセッサー。 | UIComponent | ||
activeEffects : Array [読み取り専用]
EffectInstance インスタンスの配列として、現在コンポーネントで再生されているエフェクトのリスト。 | UIComponent | ||
activeViewType : String
Indicates the type of communication expected, either DOR or interactive. | Wrapper | ||
alpha : Number
指定されたオブジェクトのアルファ透明度値を示します。 | DisplayObject | ||
autoLayout : Boolean
true の場合、子の位置またはサイズが変更されたときに測定とレイアウトが実行されます。 | Container | ||
automationDelegate : Object
オートメーション関連機能を処理する委譲オブジェクト。 | UIComponent | ||
automationEnabled : Boolean [読み取り専用]
このコンポーネントがオートメーション用に有効である場合は true、それ以外の場合は false です。 | UIComponent | ||
automationName : String
このオブジェクトの識別子として使用できる名前です。 | UIComponent | ||
automationOwner : DisplayObjectContainer [読み取り専用]
オートメーション目的で使用するこのコンポーネントのオーナーです。 | UIComponent | ||
automationParent : DisplayObjectContainer [読み取り専用]
オートメーション目的で使用するこのコンポーネントの親です。 | UIComponent | ||
automationTabularData : Object [読み取り専用]
データ検索に使用できる IAutomationTabularData インターフェイスの実装です。 | UIComponent | ||
automationValue : Array [読み取り専用]
この値はオブジェクトのレンダリング表示に対応しています。また、アプリケーションでの視覚表示と同じにするために、識別子とオブジェクトを関連付けるのに使用できます。 | UIComponent | ||
automationVisible : Boolean [読み取り専用]
このコンポーネントがオートメーション用に可視である場合は true、それ以外の場合は false です。 | UIComponent | ||
baseline : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
baselinePosition : Number [読み取り専用]
コンポーネントのテキストにおける 1 行目のベースラインの y 座標です。 | UIComponent | ||
blendMode : String
使用するブレンドモードを指定する BlendMode クラスの値です。 | DisplayObject | ||
blendShader : Shader [書き込み専用]
前景と背景のブレンドに使用するシェーダーを設定します。 | DisplayObject | ||
borderMetrics : EdgeMetrics [読み取り専用]
left、top、right、bottom の 4 つのプロパティを持つ EdgeMetrics オブジェクトを返します。 | Container | ||
bottom : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
buttonMode : Boolean
このスプライトのボタンモードを指定します。 | Sprite | ||
cacheAsBitmap : Boolean
true に設定されている場合、表示オブジェクトの内部ビットマップ表現が Flash ランタイムにキャッシュされます。 | DisplayObject | ||
cacheAsBitmapMatrix : Matrix
null 以外の場合、この Matrix オブジェクトは、cacheAsBitmap を true に設定したときの表示オブジェクトのレンダリング方法を定義します。 | DisplayObject | ||
cacheHeuristic : Boolean [書き込み専用]
オブジェクトのビットマップキャッシュを促すために Flex によって使用されます。 | UIComponent | ||
cachePolicy : String
このオブジェクトのビットマップキャッシュポリシーを指定します。 | UIComponent | ||
childDescriptors : Array [読み取り専用]
MXML コンパイラーによって生成される UIComponentDescriptor オブジェクトの配列です。 | Container | ||
className : String [読み取り専用]
このインスタンスのクラス名です。例えば、"Button" などがあります。 | UIComponent | ||
clipContent : Boolean
このコンテナの子の位置やサイズが、このコンテナの境界線を超えるように変更された場合に、クリップマスクを適用するかどうかを指定します。 | Container | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
contentMouseX : Number [オーバーライド] [読み取り専用]
コンテンツ座標系におけるマウスの x 位置を返します。 | Container | ||
contentMouseY : Number [オーバーライド] [読み取り専用]
コンテンツ座標系におけるマウスの y 位置を返します。 | Container | ||
contextMenu : NativeMenu
このオブジェクトに関連付けられたコンテキストメニューを指定します。 | InteractiveObject | ||
creatingContentPane : Boolean
コンテナは、内部コンテンツペインを使用してスクロールを制御します。 | Container | ||
creationIndex : int 非推奨: 非推奨
コンテナの子をインスタンス化して描画する順序を指定します。 | Container | ||
creationPolicy : String
この MX コンテナの子作成ポリシーです。 | Container | ||
currentPage : Page
The current page which implements the IPanel interface. | Wrapper | ||
currentPanel : Panel
The current panel. | Wrapper | ||
currentPanelItem : PanelItem
The current panel item that has focus. | Wrapper | ||
currentSection : Section
The current section. | Wrapper | ||
currentState : String
コンポーネントの現在のビューステートです。 | UIComponent | ||
cursorManager : ICursorManager [読み取り専用]
このコンポーネントとそのピアーのカーソルを制御する CursorManager を取得します。 | UIComponent | ||
data : Object
アイテムレンダラーまたはアイテムエディターで data プロパティを使用すると、コンポーネントに値を渡すことができます。 | Container | ||
defaultButton : IFlexDisplayObject
コンテナのデフォルトボタンとして指定された Button コントロールです。 | Container | ||
deferredContentCreated : Boolean [読み取り専用]
processedDescriptors に相当する IDeferredContentOwner のプロパティ
| Container | ||
depth : Number
コンテナ内のアイテムのレンダリング順序を決定します。 | UIComponent | ||
descriptor : UIComponentDescriptor
この UIComponent インスタンスの作成のために createComponentFromDescriptor() メソッドで使用した UIComponentDescriptor への参照です(存在する場合)。 | UIComponent | ||
designLayer : DesignLayer
このビジュアルエレメントに関連付けるオプションの DesignLayer インスタンスを指定します。 | UIComponent | ||
direction : String
この Box コンテナが子をレイアウトする方向です。 | Box | ||
document : Object
この UIComponent に関連付けられたドキュメントオブジェクトへの参照です。 | UIComponent | ||
doubleClickEnabled : Boolean [オーバーライド]
UIComponent オブジェクトが doubleClick イベントを受け取るかどうかを指定します。 | UIComponent | ||
dropTarget : DisplayObject [読み取り専用]
スプライトのドラッグ先またはスプライトがドロップされた先の表示オブジェクトを指定します。 | Sprite | ||
enabled : Boolean
コンポーネントがユーザーの操作を受け入れることができるかどうかを指定します。 | UIComponent | ||
errorString : String
バリデーターによってコンポーネントを監視しているとき、検証が失敗した場合に、そのコンポーネントのエラーヒントに表示されるテキストです。 | UIComponent | ||
explicitHeight : Number
コンポーネントの座標内におけるコンポーネントの明示的な高さ(ピクセル単位)を指定する数値です。 | UIComponent | ||
explicitMaxHeight : Number
レイアウト中に親によって考慮されるコンポーネントの最大推奨高さです。 | UIComponent | ||
explicitMaxWidth : Number
レイアウト中に親によって考慮されるコンポーネントの最大推奨幅です。 | UIComponent | ||
explicitMinHeight : Number
レイアウト中に親によって考慮されるコンポーネントの最小推奨高さです。 | UIComponent | ||
explicitMinWidth : Number
レイアウト中に親によって考慮されるコンポーネントの最小推奨幅です。 | UIComponent | ||
explicitWidth : Number
コンポーネントの座標内におけるコンポーネントの明示的な幅(ピクセル単位)を指定する数値です。 | UIComponent | ||
filters : Array
表示オブジェクトに現在関連付けられている各フィルターオブジェクトが格納されているインデックス付きの配列です。 | DisplayObject | ||
flexContextMenu : IFlexContextMenu
この UIComponent のコンテキストメニューです。 | UIComponent | ||
focusEnabled : Boolean
コンポーネントが、タブで選択されたときにフォーカスを受け付けることができるかどうかを示します。 | UIComponent | ||
focusManager : IFocusManager
このコンポーネントとそのピアーに対するフォーカスを制御する FocusManager を取得します。 | UIComponent | ||
focusPane : Sprite
このオブジェクトに関連付けられたフォーカスペインです。 | UIComponent | ||
focusRect : Object
このオブジェクトがフォーカス矩形を表示するかどうかを指定します。 | InteractiveObject | ||
graphics : Graphics [読み取り専用]
ベクターの描画コマンドが発生するこのスプライトに属する Graphics オブジェクトを指定します。 | Sprite | ||
guideConnectionActive : Boolean
Indicates if a host SWF is communicating with the Guide through a local connection. | Wrapper | ||
guideExternalInterfaceAvailable : Boolean
Indicates if the guides HTML wrapper exists and contains the required guide support. | Wrapper | ||
guideView : Boolean
Indicates whether the Guide SWF or the PDF has current input and control. | Wrapper | ||
hasFocusableChildren : Boolean
子オブジェクトがフォーカスを取得できるかどうかを示すフラグです。 | UIComponent | ||
hasLayoutMatrix3D : Boolean [読み取り専用]
エレメントが 3D マトリックスを持つ場合は true です。 | UIComponent | ||
height : Number [オーバーライド]
親の座標内におけるコンポーネントの高さ(ピクセル単位)を指定する数値です。 | UIComponent | ||
hitArea : Sprite
スプライトのヒット領域となる別のスプライトを指定します。 | Sprite | ||
horizontalCenter : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
horizontalLineScrollSize : Number
水平スクロールバーの左矢印ボタンまたは右矢印ボタンがクリックされたときに移動するピクセル数です。 | Container | ||
horizontalPageScrollSize : Number
水平スクロールバーのトラックがクリックされたときに移動するピクセル数です。 | Container | ||
horizontalScrollBar : ScrollBar
このコンテナで使用する水平スクロールバーです。 | Container | ||
horizontalScrollPolicy : String
水平スクロールバーが常に表示されるか、常に非表示か、または必要に応じて自動的に追加されるかを指定します。 | Container | ||
horizontalScrollPosition : Number
水平スクロールバーの現在の位置です。 | Container | ||
icon : Class
このコンテナを表すために、一部のナビゲーターコンテナによって表示されるアイコンのクラスです。 | Container | ||
id : String
コンポーネントの ID です。 | UIComponent | ||
includeInLayout : Boolean
このコンポーネントを親コンテナのレイアウトに含めるかどうかを指定します。 | UIComponent | ||
includeNavigationMinHeight : int
Indicates the minimum height at which the Navigation part of the guide will still display. | Wrapper | ||
includeNavigationMinWidth : int
Indicates the minimum width at which the Navigation part of the guide will still display. | Wrapper | ||
inheritingStyles : Object
このコンポーネントの継承スタイルのチェーンの始まりです。 | UIComponent | ||
initialized : Boolean
オブジェクトがレイアウトの 3 つの段階(処理、測定、レイアウト)すべてを完了したものであるかどうかを示すフラグです(いずれかが必須であった場合)。 | UIComponent | ||
instance : IWrapperHost [静的]
The singleton instance of the Guide layout. | Wrapper | ||
instanceIndex : int [読み取り専用]
繰り返しコンポーネントのインデックスです。 | UIComponent | ||
instanceIndices : Array
この UIComponent オブジェクトを親ドキュメントから参照するために必要なインデックスを含む配列です。 | UIComponent | ||
interactivePdfBackgroundLoadDelay : int
Indicates the delay, in milliseconds, of a background load of the interactive pdf should be. | Wrapper | ||
interactivePdfLoad : String
Indicates when the load of the interactive pdf should happen. | Wrapper | ||
interactivePdfUrl : String
Provides the url to retreive the interactive pdf from. | Wrapper | ||
is3D : Boolean [読み取り専用]
エレメントが 3D の場合は true です。 | UIComponent | ||
isDocument : Boolean [読み取り専用]
この UIComponent インスタンスがドキュメントオブジェクトの場合は true です。 | UIComponent | ||
isLoadingInteractivePdf : Boolean
Indicates an interactivePdf is in the process of being loaded. | Wrapper | ||
isPopUp : Boolean
コンポーネントがポップアップされたことを示すため、PopUpManager によって true に設定されます。 | UIComponent | ||
label : String
このコンテナを表すために、一部のナビゲーターコンテナによって表示されるテキストです。 | Container | ||
layoutMatrix3D : Matrix3D [書き込み専用]
兄弟を基準としてコンポーネントのレイアウトを計算するために使用される変換マトリックスです。 | UIComponent | ||
lcx : Lcx
Get or sets the guide deployment model. | Wrapper | ||
left : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
loaderInfo : LoaderInfo [読み取り専用]
この表示オブジェクトが属するファイルの読み込み情報を含む LoaderInfo オブジェクトを返します。 | DisplayObject | ||
maintainProjectionCenter : Boolean
true の場合、コンポーネントは、境界ボックスの中央の位置に投影マトリックスを保持します。 | UIComponent | ||
mask : DisplayObject
呼び出し元の表示オブジェクトは、指定された mask オブジェクトによってマスクされます。 | DisplayObject | ||
maxHeight : Number
レイアウト中に親によって考慮されるコンポーネントの最大推奨高さです。 | UIComponent | ||
maxHorizontalScrollPosition : Number [読み取り専用]
horizontalScrollPosition プロパティの有効な最大値です。 | Container | ||
maxVerticalScrollPosition : Number [読み取り専用]
verticalScrollPosition プロパティの有効な最大値です。 | Container | ||
maxWidth : Number
レイアウト中に親によって考慮されるコンポーネントの最大推奨幅です。 | UIComponent | ||
measuredHeight : Number
コンポーネントのデフォルトの高さ(ピクセル単位)です。 | UIComponent | ||
measuredMinHeight : Number
コンポーネントのデフォルトの最小の高さ(ピクセル単位)です。 | UIComponent | ||
measuredMinWidth : Number
コンポーネントのデフォルトの最小の幅(ピクセル単位)です。 | UIComponent | ||
measuredWidth : Number
コンポーネントのデフォルトの幅(ピクセル単位)です。 | UIComponent | ||
metaData : Object
メタデータが PlaceObject4 タグによってこの DisplayObject のインスタンスと一緒に SWF ファイル内に保存されている場合に、DisplayObject インスタンスのメタデータオブジェクトを取得します。 | DisplayObject | ||
minHeight : Number
レイアウト中に親によって考慮されるコンポーネントの最小推奨高さです。 | UIComponent | ||
minWidth : Number
レイアウト中に親によって考慮されるコンポーネントの最小推奨幅です。 | UIComponent | ||
model : IWrapperModel [読み取り専用]
A instance of IWrapperMOdel. | Wrapper | ||
moduleFactory : IFlexModuleFactory
モジュールファクトリは、埋め込みフォントの使用時や、このコンポーネントのスタイル制御を行うスタイルマネージャーの検出時に、コンテキストとして使用されるものです。 | UIComponent | ||
mouseChildren : Boolean
オブジェクトの子がマウスまたはユーザー入力デバイスに対応しているかどうかを判断します。 | DisplayObjectContainer | ||
mouseEnabled : Boolean
このオブジェクトでマウスまたはその他のユーザー入力メッセージを受け取るかどうかを指定します。 | InteractiveObject | ||
mouseFocusEnabled : Boolean
クリックしたとき、フォーカスを取得できるかどうかを示します。 | UIComponent | ||
mouseX : Number [読み取り専用]
マウスまたはユーザー入力デバイスの x 軸の位置をピクセルで示します。 | DisplayObject | ||
mouseY : Number [読み取り専用]
マウスまたはユーザー入力デバイスの y 軸の位置をピクセルで示します。 | DisplayObject | ||
name : String
DisplayObject のインスタンス名を示します。 | DisplayObject | ||
needsSoftKeyboard : Boolean
この InteractiveObject インスタンスがフォーカスを受け取ったときに、仮想キーボード(画面上のソフトキーボード)を表示するかどうかを指定します。 | InteractiveObject | ||
nestLevel : int
オブジェクト階層におけるこのオブジェクトの深度を表します。 | UIComponent | ||
nonInheritingStyles : Object
このコンポーネントの非継承スタイルのチェーンの始まりです。 | UIComponent | ||
numAutomationChildren : int [読み取り専用]
このコンテナに含まれるオートメーションの子の数です。 | UIComponent | ||
numChildren : int [オーバーライド] [読み取り専用]
このコンテナの子コンポーネントの数です。 | Container | ||
numElements : int [読み取り専用]
このコンテナ内のビジュアルエレメントの数です。 | Container | ||
opaqueBackground : Object
表示オブジェクトが特定の背景色で不透明であるかどうかを指定します。 | DisplayObject | ||
owner : DisplayObjectContainer
この IVisualElement オブジェクトのオーナーです。 | UIComponent | ||
panelManager : PanelManager [読み取り専用]
The panel manager. | Wrapper | ||
parent : DisplayObjectContainer [オーバーライド] [読み取り専用]
このコンポーネントの親コンテナまたは親コンポーネントです。 | UIComponent | ||
parentApplication : Object [読み取り専用]
この UIComponent インスタンスを含む Application オブジェクトへの参照です。 | UIComponent | ||
parentDocument : Object [読み取り専用]
この UIComponent に対する親ドキュメントオブジェクトへの参照です。 | UIComponent | ||
pdfActive : Boolean
Indicates that the Guide has successfully communicated with the PDF rendition. | Wrapper | ||
pdfAvailable : Boolean
Indicates that a PDF may be available to communicate with. | Wrapper | ||
pdfCommunicationActive : Boolean
Indicates that the form guide has successfully communicated with the PDF rendition
of the form. | Wrapper | ||
pdfLoadErrorMessage : String
Holds the error message string that is displayed when the Guide times out trying to communicate with the PDF. | Wrapper | ||
pdfProcessFocus : Boolean
Flag to be set by Custom Implementation based on this class to activate focus processing. | Wrapper | ||
pdfRequiredFallbackUrl : String
Holds an optional Process URL to submit the Data to when "SubmitFromInteractivePDF" but the PDF can not be loaded. | Wrapper | ||
percentHeight : Number
コンポーネントの高さを親のサイズに対する比率(パーセンテージ)で指定します。 | UIComponent | ||
percentWidth : Number
コンポーネントの幅を親のサイズに対する比率(パーセンテージ)で指定します。 | UIComponent | ||
performanceLog : Boolean
Indicates that performance logging is active. | Wrapper | ||
postLayoutTransformOffsets : mx.geom:TransformOffsets
親のレイアウトに影響を与えない方法で、オブジェクトの変換に適用できる一連の調整を定義します。 | UIComponent | ||
previewAsset : String
Holds an optional Asset reference that will get mapped into the previewUrl. | Wrapper | ||
previewAvailable : Boolean
Indicates that a PDF (or other document type) may be available to render and display. | Wrapper | ||
previewUrl : String
Holds the Url to get a PDF (or other document type) to render and display. | Wrapper | ||
processedDescriptors : Boolean
子をすぐに生成するか、遅延生成した後、このいずれかの発生に応じて、true に設定されます。 | UIComponent | ||
rawChildren : IChildList [読み取り専用]
通常、コンテナには、Container.getChildAt() メソッドおよび Container.numChildren プロパティを使用して列挙できる子コンポーネントが含まれます。 | Container | ||
repeater : IRepeater [読み取り専用]
この UIComponent を作成した Repeater オブジェクト(親ドキュメント内にある)への参照です。 | UIComponent | ||
repeaterIndex : int [読み取り専用]
この UIComponent を作成した Repeater のデータプロバイダー内にあるアイテムのインデックスです。 | UIComponent | ||
repeaterIndices : Array
この UIComponent を生成した、親ドキュメント内にある Repeater のデータプロバイダーに含まれるアイテムのインデックスを含む配列です。 | UIComponent | ||
repeaters : Array
この UIComponent を作成した Repeater オブジェクト(親ドキュメント内にある)への参照を含む配列です。 | UIComponent | ||
resizeToContent : Boolean
When set to true, the Guide will resize itself to take only
the space needed to display its content. | Wrapper | ||
right : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
root : DisplayObject [読み取り専用]
読み込まれた SWF ファイル内の表示オブジェクトの場合、root プロパティはその SWF ファイルが表す表示リストのツリー構造部分の一番上にある表示オブジェクトとなります。 | DisplayObject | ||
rotation : Number [オーバーライド]
DisplayObject インスタンスの元の位置からの回転角を度単位で示します。 | UIComponent | ||
rotationX : Number [オーバーライド]
DisplayObject インスタンスの 3D 親コンテナを基準にした元の位置からの x 軸の回転角を度単位で示します。 | UIComponent | ||
rotationY : Number [オーバーライド]
DisplayObject インスタンスの 3D 親コンテナを基準にした元の位置からの y 軸の回転角を度単位で示します。 | UIComponent | ||
rotationZ : Number [オーバーライド]
DisplayObject インスタンスの 3D 親コンテナを基準にした元の位置からの z 軸の回転角を度単位で示します。 | UIComponent | ||
scale9Grid : Rectangle
現在有効な拡大 / 縮小グリッドです。 | DisplayObject | ||
scaleX : Number [オーバーライド]
水平方向の伸縮率を指定する数値です。 | UIComponent | ||
scaleY : Number [オーバーライド]
垂直方向の伸縮率を指定する数値です。 | UIComponent | ||
scaleZ : Number [オーバーライド]
z 軸方向の伸縮率を指定する数値です。 | UIComponent | ||
screen : Rectangle [読み取り専用]
このオブジェクトの基本的な描画面のサイズと位置を含むオブジェクトを返します。 | UIComponent | ||
scrollRect : Rectangle
表示オブジェクトのスクロール矩形の境界です。 | DisplayObject | ||
showControlSection : Boolean
Show or hide the control sections. | Wrapper | ||
showHeaderSection : Boolean
Show or hide the header section. | Wrapper | ||
showHelpCenter : Boolean
Show or hide the help center. | Wrapper | ||
showInAutomationHierarchy : Boolean
オートメーションオブジェクトがオートメーション階層に表示されているかどうかを示すフラグです。 | UIComponent | ||
showNavHelpSection : Boolean
Show or hide the navigator help section. | Wrapper | ||
showNavigator : Boolean
Show or hide the navigator. | Wrapper | ||
showNextPrev : Boolean
Show or hide the next/previous Buttons. | Wrapper | ||
showRepeaterControls : Boolean
Show or hide the repeater controls add/copy/remove. | Wrapper | ||
showSubmitButton : Boolean
Show or hide the submit button. | Wrapper | ||
showTitleBar : Boolean
Show or hide the title bar. | Wrapper | ||
showToolBar : Boolean
Show or hide the tool bar. | Wrapper | ||
softKeyboard : String
ソフトキーボードの外観を制御します。 | InteractiveObject | ||
softKeyboardInputAreaOfInterest : Rectangle
ソフトキーボードが表示されたときに画面に表示したままにする領域を定義します(iOS では使用不可)。 | InteractiveObject | ||
soundTransform : flash.media:SoundTransform
このスプライト内のサウンドを制御します。 | Sprite | ||
stage : Stage [読み取り専用]
表示オブジェクトのステージです。 | DisplayObject | ||
states : Array
このコンポーネントに対して定義されたビューステート。 | UIComponent | ||
styleDeclaration : CSSStyleDeclaration
このオブジェクトのインラインの継承スタイルの記憶域です。 | UIComponent | ||
styleManager : IStyleManager2 [読み取り専用]
このコンポーネントで使用する StyleManager インスタンスを返します。 | UIComponent | ||
styleName : Object
このコンポーネントで使用するクラススタイル。 | UIComponent | ||
styleParent : IAdvancedStyleClient
コンポーネントの親は、下位要素のセレクターを評価するために使用されます。 | UIComponent | ||
submitAll : Boolean
When false, field data in an optional panel is cleared when the panel is made invisible. | Wrapper | ||
systemManager : ISystemManager
このコンポーネントで使用する SystemManager オブジェクトを返します。 | UIComponent | ||
tabChildren : Boolean
オブジェクトの子に対してタブが有効かどうかを調べます。 | DisplayObjectContainer | ||
tabEnabled : Boolean
このオブジェクトがタブ順序に含まれるかどうかを指定します。 | InteractiveObject | ||
tabFocusEnabled : Boolean
このオブジェクトが TAB キーを使用してフォーカスを取得できるかどうかを示すフラグです。Flash Player で使用される tabEnabled プロパティと似ています。一般に、キーボード入力を処理するコンポーネントの場合は true ですが、コントロールバー内のコンポーネントの中には、エディターなどの他のコンポーネントからフォーカスを取得するべきではないという理由から、false を設定するものもあります。 | UIComponent | ||
tabIndex : int
SWF ファイル内のオブジェクトのタブ順序を指定します。 | InteractiveObject | ||
textSnapshot : flash.text:TextSnapshot [読み取り専用]
この DisplayObjectContainer インスタンスの TextSnapshot オブジェクトを返します。 | DisplayObjectContainer | ||
toolTip : String
ツールヒントに表示するテキストです。 | UIComponent | ||
top : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
transform : flash.geom:Transform [オーバーライド]
表示オブジェクトのマトリックス、カラー変換、ピクセル境界に関係するプロパティを持つオブジェクトです。 | UIComponent | ||
transformX : Number
コンポーネントの変換の中心となる x 座標を設定します。 | UIComponent | ||
transformY : Number
コンポーネントの変換の中心となる y 座標を設定します。 | UIComponent | ||
transformZ : Number
コンポーネントの変換の中心となる z 座標を設定します。 | UIComponent | ||
transitions : Array
Transition オブジェクトの配列です。各 Transition オブジェクトには、ビューステートが変化したときに再生されるエフェクトのセットが定義されます。 | UIComponent | ||
tweeningProperties : Array
このオブジェクトに対して現在トゥイーンされているプロパティの配列。 | UIComponent | ||
uid : String
オブジェクトの一意の識別子です。 | UIComponent | ||
updateCompletePendingFlag : Boolean
オブジェクトが 3 段階のレイアウト検証を完了したものであるかどうかを示すフラグです(いずれかの検証が必須であった場合)。 | UIComponent | ||
useHandCursor : Boolean
buttonMode プロパティが true に設定されたスプライト上にポインターが移動したときに、指差しハンドポインター(ハンドカーソル)を表示するかどうかを示すブール値です。 | Sprite | ||
validationSubField : String
このコンポーネントにサブフィールドを関連付けるためにバリデーターによって使用されます。 | UIComponent | ||
verticalCenter : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
verticalLineScrollSize : Number
垂直スクロールバーの上矢印ボタンまたは下矢印ボタンがクリックされるか、マウスホイールが使用されたときにスクロールするピクセル数です。 | Container | ||
verticalPageScrollSize : Number
垂直スクロールバーのトラックがクリックされたときにスクロールするピクセル数です。 | Container | ||
verticalScrollBar : ScrollBar
このコンテナで使用する垂直スクロールバーです。 | Container | ||
verticalScrollPolicy : String
垂直スクロールバーが常に表示されるか、常に非表示か、または必要に応じて自動的に追加されるかを指定します。 | Container | ||
verticalScrollPosition : Number
垂直スクロールバーの現在の位置です。 | Container | ||
viewMetrics : EdgeMetrics [読み取り専用]
left、top、right および bottom の 4 つのプロパティを持つオブジェクトを返します。 | Container | ||
viewMetricsAndPadding : EdgeMetrics [読み取り専用]
left、top、right および bottom の 4 つのプロパティを持つオブジェクトを返します。 | Container | ||
visible : Boolean [オーバーライド]
表示オブジェクトが可視かどうかを示します。 | UIComponent | ||
width : Number [オーバーライド]
親の座標内におけるコンポーネントの幅(ピクセル単位)を指定する数値です。 | UIComponent | ||
x : Number [オーバーライド]
親コンテナ内におけるコンポーネントの水平位置(ピクセル単位)を指定する数値です。 | UIComponent | ||
y : Number [オーバーライド]
親コンテナ内におけるコンポーネントの垂直位置(ピクセル単位)を指定する数値です。 | UIComponent | ||
z : Number [オーバーライド]
3D 親コンテナを基準にした、DisplayObject インスタンスの z 軸に沿った z 座標位置を示します。 | UIComponent |
メソッド | 定義元 | ||
---|---|---|---|
Wrapper()
Constructor. | Wrapper | ||
Call back indicating document view has activated. | Wrapper | ||
[オーバーライド]
このコンテナに子 DisplayObject を追加します。 | Container | ||
[オーバーライド]
このコンテナに子 DisplayObject を追加します。 | Container | ||
ビジュアルエレメントをこのコンテナに追加します。 | Container | ||
ビジュアルエレメントをこのコンテナに追加します。 | Container | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
ビジュアルでないスタイルクライアントを、このコンポーネントのインスタンスに追加します。 | UIComponent | ||
特定の point ポイントを指定して呼び出した DisplayObjectContainer.getObjectsUnderPoint() メソッドから返されたリストに、セキュリティ上の制約のために省略される表示オブジェクトがあるかどうかを示します。 | DisplayObjectContainer | ||
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. | Wrapper | ||
Calls the html to passthrough message to the PDF or to specified function in the HTML. | Wrapper | ||
後で呼び出す関数をキューに格納します。 | UIComponent | ||
このコンポーネントインスタンスからスタイルプロパティを削除します。 | UIComponent | ||
The connection was closed. | Wrapper | ||
The connection was made, if success=false, the connection attempt failed
| Wrapper | ||
指定された表示オブジェクトが、DisplayObjectContainer インスタンスの子であるか、インスタンス自体であるかを指定します。 | DisplayObjectContainer | ||
[オーバーライド]
Point オブジェクトをコンテンツ座標からグローバル座標に変換します。 | Container | ||
[オーバーライド]
Point オブジェクトをコンテンツ座標からローカル座標に変換します。 | Container | ||
このコンテナの子を識別するプロパティのセットを返します。 | UIComponent | ||
このコンテナの子を識別するプロパティのセットを返します。 | UIComponent | ||
単一の UIComponentDescriptor を指定すると、対応するコンポーネントが作成され、このコンテナの子としてコンポーネントが追加されます。 | Container | ||
childDescriptors の配列を繰り返し処理し、配列の各要素に対して createComponentFromDescriptor() メソッドを呼び出します。 | Container | ||
遅延インスタンス化をサポートする IDeferredContentOwner インターフェイスが実装されたコンテナに対し、createComponentsFromDescriptors(true) メソッドを呼び出すのと同等のアクションを実行します。 | Container | ||
この IUIComponent オブジェクトへの id 参照を親ドキュメントオブジェクト上に作成します。 | UIComponent | ||
Default error message handler for communication with the PDF. | Wrapper | ||
この IUIComponent オブジェクトへの id 参照を親ドキュメントオブジェクトから削除します。 | UIComponent | ||
この UIComponent のテキストスタイルに対応する UITextFormat オブジェクトを返します。 | UIComponent | ||
[オーバーライド]
イベントをイベントフローに送出します。 | UIComponent | ||
このコンポーネントを囲むフォーカスインジケーターを表示するか、または非表示にします。 | UIComponent | ||
drawRoundRect(x:Number, y:Number, w:Number, h:Number, r:Object = null, c:Object = null, alpha:Object = null, rot:Object = null, gradient:String = null, ratios:Array = null, hole:Object = null):void
このスキンの Graphics オブジェクトに矩形をプログラムにより描画します。 | UIComponent | ||
コンポーネントでの再生の停止時にエフェクトインスタンスによって呼び出されます。 | UIComponent | ||
コンポーネントでの再生の開始時にエフェクトインスタンスによって呼び出されます。 | UIComponent | ||
Forwards the request to email the PDF rendition of the Guide. | Wrapper | ||
現在コンポーネントで再生中のすべてのエフェクトを終了します。 | UIComponent | ||
[オーバーライド]
このコンテナのすべてのデータバインディングを実行します。 | Container | ||
この Container の子 UIComponent オブジェクトへのバインディングを実行します。 | Container | ||
印刷の完了後に呼び出されます。 | UIComponent | ||
Return the form's Active data, either from the Guide or the PDF. | Wrapper | ||
指定されたインデックス位置でオートメーションオブジェクトを提供します。 | UIComponent | ||
オートメーションオブジェクトリストを提供します。 | UIComponent | ||
targetCoordinateSpace オブジェクトの座標系を基準にして、表示オブジェクトの領域を定義する矩形を返します。 | DisplayObject | ||
エレメントの境界の x 座標を、指定したエレメントサイズで返します。 | UIComponent | ||
エレメントの境界の y 座標を、指定したエレメントサイズで返します。 | UIComponent | ||
[オーバーライド]
n 番目の子コンポーネントオブジェクトを取得します。 | Container | ||
[オーバーライド]
指定したストリングの name プロパティを持つ子を返します。 | Container | ||
[オーバーライド]
特定の子の 0 から始まるインデックスを取得します。 | Container | ||
コンテナのコンテンツである子で構成された DisplayObject オブジェクトの配列を返します。 | Container | ||
この UIComponent インスタンスのタイプセレクターを探します。 | UIComponent | ||
レイアウト制約値を返します。これは、このコンポーネントの制約スタイルを取得することと同じです。 | UIComponent | ||
Return the form's data
| Wrapper | ||
Return the guides draft data including state information (Data is retrieved from the PDF if PDF is active. | Wrapper | ||
指定されたインデックス位置にあるビジュアルエレメントを返します。 | Container | ||
ビジュアルエレメントのインデックス位置を返します。 | Container | ||
明示的に指定された高さを使用するのか、それとも測定された高さを使用するのかを決定するための便利なメソッドです。
| UIComponent | ||
明示された幅を使用するのか、それとも測定した幅を使用するのかを決定する便利なメソッドです。
| UIComponent | ||
Returns a field's value as an Object
| Wrapper | ||
現在フォーカスを持っているオブジェクトを取得します。 | UIComponent | ||
エレメントのレイアウトの高さを返します。 | UIComponent | ||
エレメントのレイアウトの幅を返します。 | UIComponent | ||
画面に描画するためにエレメントで使用する x 座標を返します。 | UIComponent | ||
画面に描画するためにエレメントで使用する y 座標を返します。 | UIComponent | ||
兄弟を基準としてコンポーネントのレイアウトを計算するために使用される変換マトリックスを返します。 | UIComponent | ||
このエレメントのレイアウト変換 Matrix3D を返します。 | UIComponent | ||
エレメントの最大の高さを返します。 | UIComponent | ||
エレメントの最大の幅を返します。 | UIComponent | ||
エレメントの最小の高さを返します。 | UIComponent | ||
エレメントの最小の幅を返します。 | UIComponent | ||
指定されたポイントの下にあり、この DisplayObjectContainer インスタンスの子(または孫など)であるオブジェクトの配列を返します。 | DisplayObjectContainer | ||
Gets the ga/xml data from the PDF. | Wrapper | ||
Gets a fields data from the PDF. | Wrapper | ||
エレメントの推奨高さを返します。 | UIComponent | ||
エレメントの推奨幅を返します。 | UIComponent | ||
Return the requested property. | Wrapper | ||
シェイプ上の線を除き、targetCoordinateSpace パラメーターによって定義された座標系に基づいて、表示オブジェクトの境界を定義する矩形を返します。 | DisplayObject | ||
指定された Repeater がこの Repeater を生成するために使用した dataProvider 内のアイテムを返します。この Repeater が繰り返されていない場合は、null を返します。 | UIComponent | ||
このコンポーネントのスタイル参照チェーンのいずれかの場所に設定されたスタイルプロパティを取得します。 | UIComponent | ||
[オーバーライド]
Point オブジェクトをグローバル座標からコンテンツ座標に変換します。 | Container | ||
point オブジェクトをステージ(グローバル)座標から表示オブジェクトの(ローカル)座標に変換します。 | DisplayObject | ||
ステージ(グローバル)座標の 2 次元のポイントを 3 次元の表示オブジェクトの(ローカル)座標に変換します。 | DisplayObject | ||
Answer received from the PDF providing requested data. | Wrapper | ||
Called when a field in the interactive PDF get focus. | Wrapper | ||
Event handler called when the guide has been created. | Wrapper | ||
Called when validation of field data for a panel fails. | Wrapper | ||
currentCSSState が null でない場合、true を返します。 | UIComponent | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
指定されたステートがこの UIComponent で定義されているかどうかを判別します。 | UIComponent | ||
Hides the Document of Record rendition and displays the Guide content. | Wrapper | ||
Hides the PDF rendition and displays the Guide content. | Wrapper | ||
表示オブジェクトの境界ボックスを評価して、obj 表示オブジェクトの境界ボックスと重複または交差するかどうかを調べます。 | DisplayObject | ||
表示オブジェクトを評価して、x および y パラメーターで指定されたポイントと重複または交差するかどうかを調べます。 | DisplayObject | ||
水平方向のグラデーションを描画するときに rot パラメーターとして drawRoundRect() メソッドに渡すことのできるボックスの Matrix を返します。 | UIComponent | ||
Called when the guide is initalized. | Wrapper | ||
このコンポーネントの内部構造を初期化します。 | UIComponent | ||
このコンポーネントの繰り返しインスタンスを追跡する各種プロパティを初期化します。 | UIComponent | ||
次の画面更新時に updateDisplayList() メソッドが呼び出されるように、コンポーネントをマークします。 | UIComponent | ||
depth プロパティが変更されたことを示すために、コンポーネントのアイテムによって呼び出されます。 | UIComponent | ||
エレメントの layoutDirection を変更する場合、または親エレメントの layoutDirection を変更する場合は、エレメントでこのメソッドを呼び出す必要があります。 | UIComponent | ||
後で画面更新時に commitProperties() メソッドが呼び出されるように、コンポーネントをマークします。 | UIComponent | ||
後で画面更新時に measure() メソッドが呼び出されるように、コンポーネントをマークします。 | UIComponent | ||
True if this guide is based off of a Fiber Model. | Wrapper | ||
Return whether or not the guide is initialized. | Wrapper | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
True if this guide is based off of a XFA Model. | Wrapper | ||
3 次元の表示オブジェクトの(ローカル)座標の 3 次元のポイントをステージ(グローバル)座標の 2 次元のポイントに変換します。 | DisplayObject | ||
[オーバーライド]
Point オブジェクトをローカル座標からコンテンツ座標に変換します。 | Container | ||
point オブジェクトを表示オブジェクトの(ローカル)座標からステージ(グローバル)座標に変換します。 | DisplayObject | ||
cssState が currentCSSState に一致した場合は、true を返します。 | UIComponent | ||
このインスタンスが、指定されたタイプと同じであるのか、それともそのサブクラスであるのかを判別します。 | UIComponent | ||
この UIComponent のスタイルで決定される UITextFormat を使用して単一行の UITextField に表示するものとして、<font> や <b> のような HTML タグが含まれる可能性のある、指定の HTML テキストを測定します。 | UIComponent | ||
この UIComponent のスタイルで決定される UITextFormat を使用して単一行の UITextField(または UIFTETextField)に表示するものとして、指定のテキストを測定します。 | UIComponent | ||
親の内部の指定された位置にコンポーネントを移動します。 | UIComponent | ||
スタイルの変更を子に通知します。 | UIComponent | ||
owner プロパティのチェーンが child からこの UIComponent を指定している場合に、true を返します。 | UIComponent | ||
Called when validation of page fails. | Wrapper | ||
This method is called whenever a panelItem in the Guide loses focus. | Wrapper | ||
UIComponent オブジェクトを親に対して追加または削除したときに Flex によって呼び出されます。 | UIComponent | ||
This method is called when the PDF is initialized. | Wrapper | ||
ピクセル数を、このコンテナのコンテンツに対するパーセント値に変換するために使用するメソッドです。 | Box | ||
印刷用の IFlexDisplayObject を準備します。 | UIComponent | ||
Forwards the request to print the PDF rendition of the Guide. | Wrapper | ||
Handles incoming messages from the PDF via the HTML. | Wrapper | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
このコンポーネントの CSS スタイルキャッシュを作成または再作成します。recursive パラメーターが true の場合は、このコンポーネントのすべての下位要素の CSS スタイルキャッシュも作成または再作成します。 | UIComponent | ||
各エフェクトイベントごとに、EffectManager をイベントリスナーの 1 つとして登録します。 | UIComponent | ||
このコンテナの子リストからすべての子を削除します。 | Container | ||
コンテナからすべてのビジュアルエレメントを削除します。 | Container | ||
[オーバーライド]
このコンテナの子リストから子 DisplayObject を削除します。 | Container | ||
[オーバーライド]
このコンテナの子リストから、指定されたインデックス位置にある子 DisplayObject を削除します。 | Container | ||
DisplayObjectContainer インスタンスの子リストから、すべての child DisplayObject インスタンスを削除します。 | DisplayObjectContainer | ||
このコンテナの子リストから、指定されたビジュアルエレメントを削除します。 | Container | ||
コンテナ内の指定されたインデックス位置からビジュアルエレメントを削除します。 | Container | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ビジュアルでないスタイルクライアントを、このコンポーネントのインスタンスから削除します。 | UIComponent | ||
指定されたイベントを再生します。 | UIComponent | ||
仮想キーボードを前面に表示します。 | InteractiveObject | ||
Reset the Model back to its initial load state. | Wrapper | ||
提供された ID を使用して子を解決します。 | UIComponent | ||
Resolves the preview URL. | Wrapper | ||
[静的]
suspendBackgroundProcessing() が呼び出された後、callLater() によってキューに入れられたメソッドのバックグラウンド処理を再開します。 | UIComponent | ||
Forwards the request to save the PDF rendition of the Guide. | Wrapper | ||
Called when server validation fails. | Wrapper | ||
Sets the data in the active view. | Wrapper | ||
オブジェクトのサイズを設定します。 | UIComponent | ||
[オーバーライド]
特定の子のインデックスを設定します。 | Container | ||
レイアウト制約値を設定します。これは、このコンポーネントの制約スタイルを設定することと同じです。 | UIComponent | ||
現在の状態を設定します。 | UIComponent | ||
Set the data into the form - returns false if failed. | Wrapper | ||
ビジュアルコンテナ内の既存のビジュアルエレメントの位置を変更します。 | Container | ||
Sets a field's value, returns success true or false
| Wrapper | ||
現在扱っているコンポーネントにフォーカスを設定します。 | UIComponent | ||
画面に描画するためにエレメントで使用する座標を設定します。 | UIComponent | ||
エレメントのレイアウトサイズを設定します。 | UIComponent | ||
兄弟を基準としてコンポーネントのレイアウトサイズおよび位置を計算するために使用される変換 Matrix を設定します。 | UIComponent | ||
兄弟を基準としてコンポーネントのレイアウトサイズおよび位置を計算するために使用される変換 Matrix3D を設定します。 | UIComponent | ||
Sets the ga/xml data into the PDF. | Wrapper | ||
Sets a fields data into the PDF
| Wrapper | ||
Set the property, returns false if the operation failed
| Wrapper | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
このコンポーネントインスタンスのスタイルプロパティを設定します。 | UIComponent | ||
visible プロパティが変更されたときに呼び出されます。 | UIComponent | ||
Displays the Document of Record rendition of the form within the PDFBox control area on the Guide layout. | Wrapper | ||
Displays the PDF rendition of the form within the PDFBox control area on the Guide layout. | Wrapper | ||
指定されたスプライトをユーザーがドラッグできるようにします。 | Sprite | ||
指定されたスプライトを、ユーザーがタッチ対応デバイス上でドラッグできるようにします。 | Sprite | ||
このオブジェクトでルート指定されているすべての MovieClip のタイムラインでの実行を再帰的に停止します。 | DisplayObjectContainer | ||
startDrag() メソッドを終了します。 | Sprite | ||
タッチ対応デバイスで使用する startTouchDrag() メソッドを終了します。 | Sprite | ||
スタイルプロパティの変更を検出します。 | UIComponent | ||
コンポーネントのスタイルを初めて初期化するとき、Flex は stylesInitialized() メソッドを呼び出します。 | UIComponent | ||
Performs the submit action based on the value of the Submit From
option in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0. | Wrapper | ||
Submits the data to the server - return true if the submit was performed
- returns false if validations fail
| Wrapper | ||
This function displays the PDF rendition within the PDFBox control on the Guide layout. | Wrapper | ||
[静的]
resumeBackgroundProcessing() が呼び出されるまで、callLater() によってキューに入れられたメソッドのバックグラウンド処理をブロックします。 | UIComponent | ||
指定された 2 つの子オブジェクトの z 順序(重ね順)を入れ替えます。 | DisplayObjectContainer | ||
子リスト内の指定されたインデックス位置に該当する 2 つの子オブジェクトの z 順序(重ね順)を入れ替えます。 | DisplayObjectContainer | ||
指定された 2 つのビジュアルエレメントのインデックスを入れ替えます。 | Container | ||
コンテナ内の指定された 2 つのインデックス位置にあるビジュアルエレメントを入れ替えます。 | Container | ||
Transfers data to or from and displays or hides the PDF or document
| Wrapper | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
[オーバーライド]
アプリケーションの DisplayObject の階層におけるこのオブジェクトの位置を示すストリングを返します。 | FlexSprite | ||
transformAround(transformCenter:Vector3D, scale:Vector3D = null, rotation:Vector3D = null, translation:Vector3D = null, postLayoutScale:Vector3D = null, postLayoutRotation:Vector3D = null, postLayoutTranslation:Vector3D = null, invalidateLayout:Boolean = true):void
コンポーネントの独自の座標空間内で指定され、親の座標空間内に固定される、特定のポイントを保持して変換の回転、拡大 / 縮小および平行移動を更新するためのユーティリティメソッドです。 | UIComponent | ||
このオブジェクトのローカル座標に指定されたポイントをオブジェクトの親の座標の場所に変換するユーティリティメソッドです。 | UIComponent | ||
子の位置とサイズを検証し、その他のビジュアルオブジェクトを描画します。 | UIComponent | ||
必要に応じて、このオブジェクトのプロパティとレイアウトを検証および更新し、それを再描画します。 | UIComponent | ||
commitProperties() メソッドを呼び出してコンポーネントのプロパティを検証するために、レイアウトロジックによって使用されます。 | UIComponent | ||
コンポーネントの測定サイズを検証します。LayoutManager.invalidateSize() メソッドがこの ILayoutManagerClient を指定して呼び出された場合、測定の実行時に validateSize() メソッドが呼び出されます。 | UIComponent | ||
このコンポーネントに割り当てられたバリデーターからの valid と invalid の両方のイベントを処理します。 | UIComponent | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
垂直方向のグラデーションを描画するときに rot パラメーターとして drawRoundRect() メソッドに渡すことのできるボックスの Matrix を返します。 | UIComponent | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
スタイルには共通スタイルと特定のテーマに関連するスタイルがあります。共通スタイルは、任意のテーマと共に使用できます。特定のテーマに関連するスタイルは、アプリケーションがそのテーマを使用する場合にのみ使用できます。
activeViewType | プロパティ |
activeViewType:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates the type of communication expected, either DOR or interactive.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get activeViewType():String
public function set activeViewType(value:String):void
currentPage | プロパティ |
currentPage:Page
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The current page which implements the IPanel
interface.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get currentPage():Page
public function set currentPage(value:Page):void
currentPanel | プロパティ |
currentPanel:Panel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The current panel.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get currentPanel():Panel
public function set currentPanel(value:Panel):void
currentPanelItem | プロパティ |
currentPanelItem:PanelItem
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The current panel item that has focus.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get currentPanelItem():PanelItem
public function set currentPanelItem(value:PanelItem):void
currentSection | プロパティ |
currentSection:Section
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The current section.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get currentSection():Section
public function set currentSection(value:Section):void
guideConnectionActive | プロパティ |
guideConnectionActive:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates if a host SWF is communicating with the Guide through a local connection.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get guideConnectionActive():Boolean
public function set guideConnectionActive(value:Boolean):void
guideExternalInterfaceAvailable | プロパティ |
guideExternalInterfaceAvailable:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates if the guides HTML wrapper exists and contains the required guide support. This check should be used instead of 'ExternalInterface.available'.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get guideExternalInterfaceAvailable():Boolean
public function set guideExternalInterfaceAvailable(value:Boolean):void
guideView | プロパティ |
guideView:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates whether the Guide SWF or the PDF has current input and control.
The value of this flag is set according to the following rules:
- True when Guide has ownership.
- False when the PDF has ownership and is currently visible to a user.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get guideView():Boolean
public function set guideView(value:Boolean):void
includeNavigationMinHeight | プロパティ |
includeNavigationMinHeight:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates the minimum height at which the Navigation part of the guide will still display.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get includeNavigationMinHeight():int
public function set includeNavigationMinHeight(value:int):void
includeNavigationMinWidth | プロパティ |
includeNavigationMinWidth:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates the minimum width at which the Navigation part of the guide will still display.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get includeNavigationMinWidth():int
public function set includeNavigationMinWidth(value:int):void
instance | プロパティ |
instance:IWrapperHost
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The singleton instance of the Guide layout.
実装
public static function get instance():IWrapperHost
public static function set instance(value:IWrapperHost):void
interactivePdfBackgroundLoadDelay | プロパティ |
interactivePdfBackgroundLoadDelay:int
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates the delay, in milliseconds, of a background load of the interactive pdf should be.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get interactivePdfBackgroundLoadDelay():int
public function set interactivePdfBackgroundLoadDelay(value:int):void
interactivePdfLoad | プロパティ |
interactivePdfLoad:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates when the load of the interactive pdf should happen.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get interactivePdfLoad():String
public function set interactivePdfLoad(value:String):void
interactivePdfUrl | プロパティ |
interactivePdfUrl:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Provides the url to retreive the interactive pdf from.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get interactivePdfUrl():String
public function set interactivePdfUrl(value:String):void
isLoadingInteractivePdf | プロパティ |
isLoadingInteractivePdf:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates an interactivePdf is in the process of being loaded.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get isLoadingInteractivePdf():Boolean
public function set isLoadingInteractivePdf(value:Boolean):void
lcx | プロパティ |
lcx:Lcx
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Get or sets the guide deployment model.
実装
public function get lcx():Lcx
public function set lcx(value:Lcx):void
model | プロパティ |
model:IWrapperModel
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
A instance of IWrapperMOdel.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get model():IWrapperModel
panelManager | プロパティ |
panelManager:PanelManager
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The panel manager.
実装
public function get panelManager():PanelManager
pdfActive | プロパティ |
pdfActive:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates that the Guide has successfully communicated with the PDF rendition. of the form.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pdfActive():Boolean
public function set pdfActive(value:Boolean):void
pdfAvailable | プロパティ |
pdfAvailable:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates that a PDF may be available to communicate with.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pdfAvailable():Boolean
public function set pdfAvailable(value:Boolean):void
pdfCommunicationActive | プロパティ |
pdfCommunicationActive:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates that the form guide has successfully communicated with the PDF rendition of the form.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pdfCommunicationActive():Boolean
public function set pdfCommunicationActive(value:Boolean):void
pdfLoadErrorMessage | プロパティ |
pdfLoadErrorMessage:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Holds the error message string that is displayed when the Guide times out trying to communicate with the PDF.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pdfLoadErrorMessage():String
public function set pdfLoadErrorMessage(value:String):void
pdfProcessFocus | プロパティ |
pdfProcessFocus:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Flag to be set by Custom Implementation based on this class to activate focus processing.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pdfProcessFocus():Boolean
public function set pdfProcessFocus(value:Boolean):void
pdfRequiredFallbackUrl | プロパティ |
pdfRequiredFallbackUrl:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Holds an optional Process URL to submit the Data to when "SubmitFromInteractivePDF" but the PDF can not be loaded. A Post to the Server URL is done and the Guide is replaced with the returned content.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get pdfRequiredFallbackUrl():String
public function set pdfRequiredFallbackUrl(value:String):void
performanceLog | プロパティ |
performanceLog:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates that performance logging is active.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get performanceLog():Boolean
public function set performanceLog(value:Boolean):void
previewAsset | プロパティ |
previewAsset:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Holds an optional Asset reference that will get mapped into the previewUrl.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get previewAsset():String
public function set previewAsset(value:String):void
previewAvailable | プロパティ |
previewAvailable:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Indicates that a PDF (or other document type) may be available to render and display.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get previewAvailable():Boolean
public function set previewAvailable(value:Boolean):void
previewUrl | プロパティ |
previewUrl:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Holds the Url to get a PDF (or other document type) to render and display.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get previewUrl():String
public function set previewUrl(value:String):void
resizeToContent | プロパティ |
resizeToContent:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
When set to true, the Guide will resize itself to take only the space needed to display its content. When set to false the Guide will attempt to take 100% of its parent size.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get resizeToContent():Boolean
public function set resizeToContent(value:Boolean):void
showControlSection | プロパティ |
showControlSection:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the control sections.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showControlSection():Boolean
public function set showControlSection(value:Boolean):void
showHeaderSection | プロパティ |
showHeaderSection:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the header section.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showHeaderSection():Boolean
public function set showHeaderSection(value:Boolean):void
showHelpCenter | プロパティ |
showHelpCenter:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the help center.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showHelpCenter():Boolean
public function set showHelpCenter(value:Boolean):void
showNavHelpSection | プロパティ |
showNavHelpSection:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the navigator help section.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showNavHelpSection():Boolean
public function set showNavHelpSection(value:Boolean):void
showNavigator | プロパティ |
showNavigator:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the navigator.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showNavigator():Boolean
public function set showNavigator(value:Boolean):void
showNextPrev | プロパティ |
showNextPrev:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the next/previous Buttons.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showNextPrev():Boolean
public function set showNextPrev(value:Boolean):void
showRepeaterControls | プロパティ |
showRepeaterControls:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the repeater controls add/copy/remove.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showRepeaterControls():Boolean
public function set showRepeaterControls(value:Boolean):void
showSubmitButton | プロパティ |
showSubmitButton:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the submit button.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showSubmitButton():Boolean
public function set showSubmitButton(value:Boolean):void
showTitleBar | プロパティ |
showTitleBar:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the title bar.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showTitleBar():Boolean
public function set showTitleBar(value:Boolean):void
showToolBar | プロパティ |
showToolBar:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Show or hide the tool bar.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get showToolBar():Boolean
public function set showToolBar(value:Boolean):void
submitAll | プロパティ |
submitAll:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
When false, field data in an optional panel is cleared when the panel is made invisible.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get submitAll():Boolean
public function set submitAll(value:Boolean):void
Wrapper | () | コンストラクター |
public function Wrapper()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Constructor.
activateDocumentViewCB | () | メソッド |
public function activateDocumentViewCB(error:FormBridgeError, data:String):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Call back indicating document view has activated.
パラメーター
error:FormBridgeError — Specifies the form bridge error.
| |
data:String — Specifies the data received from the document view.
|
autoLoadPdf | () | メソッド |
public function autoLoadPdf(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Pre-loads the PDF rendition of the form within the PDFBox control area on the Guide layout. If no PDF was rendered with the Guide, this function does not perform an action. This function is called automatically if the Guide is set to SubmitFrom InteractivePdf or PrintForm.
パラメーター
event:Event (default = null ) — Specifies the load PDF event.
|
CallHtml | () | メソッド |
public function CallHtml(exFunc:String, param1:String, param2:String, param3:String, param4:String):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Calls the html to passthrough message to the PDF or to specified function in the HTML.
パラメーター
exFunc:String — Specifies the function to execute.
| |
param1:String — Specifies the first parameter.
| |
param2:String — Specifies the second parameter.
| |
param3:String — Specifies the third parameter.
| |
param4:String — Specifies the forth parameter.
|
String — String
|
connectionClosed | () | メソッド |
public function connectionClosed():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The connection was closed.
connectionOpened | () | メソッド |
public function connectionOpened(success:Boolean):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The connection was made, if success=false, the connection attempt failed
パラメーター
success:Boolean — the status of the open request
|
defaultCallback | () | メソッド |
public function defaultCallback(msgId:int, request:String, error:FormBridgeError, parms:Array):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Default error message handler for communication with the PDF.
パラメーター
msgId:int — Specifies the message identifier.
| |
request:String — Specifies the message request.
| |
error:FormBridgeError — Specifies the form bridge error.
| |
parms:Array — Specifies the message parameters.
|
emailPDF | () | メソッド |
public function emailPDF(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Forwards the request to email the PDF rendition of the Guide. If no PDF was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — Specifies the emailPDF event.
|
getActiveData | () | メソッド |
public function getActiveData(callback:Function = null):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Return the form's Active data, either from the Guide or the PDF. PDF requires a callback.
パラメーター
callback:Function (default = null ) — the function to be called when an asynchronous operation is required to retrieve the data, as when the PDF is active.
|
String — String
|
getData | () | メソッド |
getDraftData | () | メソッド |
public function getDraftData(callback:Function = null):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Return the guides draft data including state information (Data is retrieved from the PDF if PDF is active. PDF requires a callback).
パラメーター
callback:Function (default = null ) — the function to be called when an asynchronous operation is required to retrieve the data, as when the PDF is active.
|
String — String
|
getFieldValue | () | メソッド |
public function getFieldValue(som:String):Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns a field's value as an Object
パラメーター
som:String — the identifier of the field to retrieve the data from. eg. "EntityRoot.Client[1].Address.City" or for xfa - #som("form1.subform[1].Address.City")
|
Object — Object
|
getPdfData | () | メソッド |
public function getPdfData(callback:Function = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Gets the ga/xml data from the PDF.
パラメーター
callback:Function (default = null ) — Specifies the function called when the data is ready.
|
getPdfFieldData | () | メソッド |
public function getPdfFieldData(som:String, callback:Function = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Gets a fields data from the PDF.
パラメーター
som:String — Specifies expression for the field data to be retrieved.
| |
callback:Function (default = null ) — Specifies the function to call when the field data has been retrieved.
|
getProperty | () | メソッド |
public function getProperty(property:String):Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Return the requested property. Sypported properties are: showSubmitButton = "true"|"false"
パラメーター
property:String — the name of the property to retieve a value from
|
Object — Object
|
gotData | () | メソッド |
public function gotData(error:FormBridgeError, data:String):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Answer received from the PDF providing requested data.
パラメーター
error:FormBridgeError — Specifies the error received from FormBridge.
| |
data:String — Specifies the data received from the PDF file.
|
gotFocus | () | メソッド |
public function gotFocus(error:FormBridgeError, somExpression:String):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Called when a field in the interactive PDF get focus.
パラメーター
error:FormBridgeError — Specifies the form bridge error.
| |
somExpression:String — Specifies somExpression of the field with focus on the PDF.
|
guideCreationComplete | () | メソッド |
public function guideCreationComplete(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Event handler called when the guide has been created.
パラメーター
event:Event (default = null ) — Specifies the completion event.
|
guideValidationFailure | () | メソッド |
public function guideValidationFailure(event:GAEvent):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Called when validation of field data for a panel fails.
パラメーター
event:GAEvent — Specifies the guideValidationFailure event.
|
hideDoc | () | メソッド |
public function hideDoc(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Hides the Document of Record rendition and displays the Guide content. If no Document of Record was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — Specifies the hideDoc event.
|
hidePDF | () | メソッド |
public function hidePDF(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Hides the PDF rendition and displays the Guide content. Any data the user entered into the fields on the PDF rendition automatically appear in the corresponding Guide fields. If no PDF was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — Specifies the hidePDF event.
|
init | () | メソッド |
isFiberGuide | () | メソッド |
isGuideInitialized | () | メソッド |
isXfaGuide | () | メソッド |
pageValidationFailure | () | メソッド |
panelItemFocusIn | () | メソッド |
public function panelItemFocusIn(panelItem:PanelItem):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
This method is called whenever a panelItem in the Guide loses focus.
パラメーター
panelItem:PanelItem — Specifies the panelItem that has received focus.
|
pdfActiveInit | () | メソッド |
public function pdfActiveInit():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
This method is called when the PDF is initialized.
printPDF | () | メソッド |
public function printPDF(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Forwards the request to print the PDF rendition of the Guide. If no PDF was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — Specifies the printPDF event.
|
ProcessExtMessage | () | メソッド |
public function ProcessExtMessage(msgparams:Array):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Handles incoming messages from the PDF via the HTML.
パラメーター
msgparams:Array — Specifies the parameters coming from the PDF.
|
resetModel | () | メソッド |
public function resetModel():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Reset the Model back to its initial load state.
resolvePreviewUrl | () | メソッド |
public function resolvePreviewUrl(url:String, asset:String):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Resolves the preview URL.
パラメーター
url:String — Specifies the URL to be resolved.
| |
asset:String — Specifies the asset to be used for preview.
|
String — String
|
saveAsPDF | () | メソッド |
public function saveAsPDF(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Forwards the request to save the PDF rendition of the Guide. If no PDF was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — Specifies the saveAsPDF event.
|
serverValidationFailure | () | メソッド |
public function serverValidationFailure(validationResult:Array):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Called when server validation fails.
パラメーター
validationResult:Array — Specifies an array of validation errors.
|
setActiveData | () | メソッド |
public function setActiveData(data:String, callback:Function = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Sets the data in the active view.
If a callback function is provided, this method sets the data in the active view whether it's the Guide or the PDF. If no callback function is provided, this function immediately sets the data in the Guide. The callback function requires two string parameters, error:String and data:String. If error is not null, then the method failed. The data parameter is always null.
パラメーター
data:String — Specifies the active data to be set.
| |
callback:Function (default = null ) — Specifies the function called when the data is set.
|
setData | () | メソッド |
public function setData(data:String):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Set the data into the form - returns false if failed. Throws an exception if the data is not valid XML.
パラメーター
data:String — the content to be used as the current data
|
setFieldValue | () | メソッド |
public function setFieldValue(som:String, value:Object):Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Sets a field's value, returns success true or false
パラメーター
som:String — the identifier of the field to retrieve the data from. eg. "EntityRoot.Client[1].Address.City" or for xfa - #som("form1.subform[1].Address.City")
| |
value:Object — the value to assign to the targeted item
|
Boolean — Boolean
|
setPdfData | () | メソッド |
public function setPdfData(data:String, callback:Function = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Sets the ga/xml data into the PDF.
パラメーター
data:String — Specifies the XML string containing the data for the PDF.
| |
callback:Function (default = null ) — Specifies the function to call when the data has been set.
|
setPdfFieldData | () | メソッド |
public function setPdfFieldData(som:String, type:String, value:String, callback:Function = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Sets a fields data into the PDF
パラメーター
som:String — Specifies the expression for the field data to be set.
| |
type:String — Specifies the type of data.
| |
value:String — Specifies the value of data.
| |
callback:Function (default = null ) — function called with the field data has been set.
|
setProperty | () | メソッド |
public function setProperty(property:String, value:Object):Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Set the property, returns false if the operation failed
パラメーター
property:String — the name of the property to retieve a value from
| |
value:Object — the value to set the provided property with. Object types must match
|
Boolean — Boolean
|
showDoc | () | メソッド |
public function showDoc(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Displays the Document of Record rendition of the form within the PDFBox control area on the Guide layout. If no DOR was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — the showDoc event
|
showPDF | () | メソッド |
public function showPDF(event:Event = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Displays the PDF rendition of the form within the PDFBox control area on the Guide layout. If no PDF was rendered with the Guide, this function does not perform an action.
パラメーター
event:Event (default = null ) — Specifies the showPDF event.
|
submitData | () | メソッド |
public function submitData():Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Performs the submit action based on the value of the Submit From option in the Guide Design perspective within Adobe Digital Enterprise Platform Document Services - Workbench 10.0. This method returns true if the submission performs successfully.
SubmitFrom option | Behavior |
---|---|
Guide | Submits the Guide data to the Document Server. |
Displays the PDF rendition of the Guide. A user then clicks the appropriate submit button on the PDF form. | |
Printed Form | Displays the PDF rendition of the Guide. A user then prints the PDF and submits the form manually. |
Hosted Application | The submit button does not display on the last panel of the Guide. This option transfer control of the Guide submission to the hosting application. In this case, a user clicks a button within the hosting application, for example the Complete button within Adobe Digital Enterprise Platform Document Services - Workspace 10.0, to submit the Guide data. |
Boolean — Boolean
|
submitDataWithCB | () | メソッド |
public function submitDataWithCB(callback:Function):Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Submits the data to the server - return true if the submit was performed - returns false if validations fail
パラメーター
callback:Function — the function to be called when the submit is an asynchronous operation (default)
|
Boolean — Boolean
|
submitFromPDF | () | メソッド |
public function submitFromPDF():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
This function displays the PDF rendition within the PDFBox control on the Guide layout. A user must click the appropriate submit button to complete the data submission.
If no PDF was rendered with the Guide, this function sends the data to the Document Server which renders the form as a PDF, and returns it to the user to complete the submission.
toggleView2 | () | メソッド |
public function toggleView2(type:String, callback:Function = null):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Transfers data to or from and displays or hides the PDF or document
パラメーター
type:String (default = NaN ) — Specifies the type of view.
| |
callback:Function (default = null ) — Specifies the function to call when the view has been toggled.
|
Tue Jun 12 2018, 10:34 AM Z