パッケージ | ga.model |
クラス | public class PanelItem |
継承 | PanelItem PanelItemBase Container UIComponent FlexSprite Sprite DisplayObjectContainer InteractiveObject DisplayObject EventDispatcher Object |
実装 | IPanelItem, IFocusManagerComponent |
サブクラス | QuestionItem |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
PanelItem
class acts both as a place holder in the layout template and as
the run-time component that binds to the form model.
The PanelItem
class extends the <mx:PanelItemBase>
class (itself
based on the <mx:FormItem>
) so that it will inherit the appropriate label and
alignment capabilities..
The properties for PanelItem
when acting as a placeholder slot in a panel layout:
<ga:PanelItem Properties repeatItemLimit="-1 to n" itemInstancesPerCycle="-1 to n" repeatParent="parentName" repeatLimit="-1 to n" parentInstancesPerCycle="-1 to n" slotIndex="-1 to n" >
The properties for PanelItem
when acting as a the run-time component slotted
into a panel layout. These are in addition to the properties inherited from <mx:FormItem>
.
<ga:PanelItem Properties caption="" captionWidth="" captionAfter="" toolTip="" helpText="" speak="" dataRef="" dataField="data|.." exclusions="[ '', '', '']" commitEvent="change|valueCommit|click|.." commitEventProperty="newDate|.." commitProperty="text|value|selectedItem|.." commitTarget="rawValue|formattedValue|selectedItem|.." >
関連する API エレメント
プロパティ | 定義元 | ||
---|---|---|---|
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 | ||
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 | ||
boundData : Object
The object in the model that is bound to this panel item. | PanelItem | ||
boundName : String [読み取り専用]
The name of the bound form object. | PanelItem | ||
boundText : String
The text of the bound form object. | PanelItem | ||
boundValue : Object
The value of the bound form object. | PanelItem | ||
buttonMode : Boolean
このスプライトのボタンモードを指定します。 | Sprite | ||
cacheAsBitmap : Boolean
true に設定されている場合、表示オブジェクトの内部ビットマップ表現が Flash ランタイムにキャッシュされます。 | DisplayObject | ||
cacheAsBitmapMatrix : Matrix
null 以外の場合、この Matrix オブジェクトは、cacheAsBitmap を true に設定したときの表示オブジェクトのレンダリング方法を定義します。 | DisplayObject | ||
cacheHeuristic : Boolean [書き込み専用]
オブジェクトのビットマップキャッシュを促すために Flex によって使用されます。 | UIComponent | ||
cachePolicy : String
このオブジェクトのビットマップキャッシュポリシーを指定します。 | UIComponent | ||
caption : String
The caption for the field. | PanelItem | ||
captionAfter : String
The caption to appear following the field. | PanelItem | ||
captionPosition : String
The position of the field caption relative to the form field. | PanelItem | ||
captionWidth : Number
The width of the caption for the field. | PanelItem | ||
childDescriptors : Array [読み取り専用]
MXML コンパイラーによって生成される UIComponentDescriptor オブジェクトの配列です。 | Container | ||
className : String [読み取り専用]
このインスタンスのクラス名です。例えば、"Button" などがあります。 | UIComponent | ||
clipContent : Boolean
このコンテナの子の位置やサイズが、このコンテナの境界線を超えるように変更された場合に、クリップマスクを適用するかどうかを指定します。 | Container | ||
commitEvent : String
The name of the event that is fired when the value is to be committed to the model. | PanelItem | ||
commitEventProperty : String
The name of the property in the event object that is committed as the value to the model. | PanelItem | ||
commitProperty : String
The name of the property of the UI object that is commited as the value to the model. | PanelItem | ||
commitTarget : String
The property name in the model that is updated when the value is committed. | PanelItem | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
contentMouseX : Number [オーバーライド] [読み取り専用]
コンテンツ座標系におけるマウスの x 位置を返します。 | Container | ||
contentMouseY : Number [オーバーライド] [読み取り専用]
コンテンツ座標系におけるマウスの y 位置を返します。 | Container | ||
contextMenu : NativeMenu
このオブジェクトに関連付けられたコンテキストメニューを指定します。 | InteractiveObject | ||
creatingContentPane : Boolean
コンテナは、内部コンテンツペインを使用してスクロールを制御します。 | Container | ||
creationIndex : int 非推奨: 非推奨
コンテナの子をインスタンス化して描画する順序を指定します。 | Container | ||
creationPolicy : String
この MX コンテナの子作成ポリシーです。 | Container | ||
currentState : String
コンポーネントの現在のビューステートです。 | UIComponent | ||
cursorManager : ICursorManager [読み取り専用]
このコンポーネントとそのピアーのカーソルを制御する CursorManager を取得します。 | UIComponent | ||
data : Object
アイテムレンダラーまたはアイテムエディターで data プロパティを使用すると、コンポーネントに値を渡すことができます。 | Container | ||
dataField : String
The name of the field within commitProperty which is written to the model. | PanelItem | ||
dataRef : String
The reference to the data to which the component is bound. | PanelItem | ||
defaultButton : IFlexDisplayObject
コンテナのデフォルトボタンとして指定された Button コントロールです。 | Container | ||
deferredContentCreated : Boolean [読み取り専用]
processedDescriptors に相当する IDeferredContentOwner のプロパティ
| Container | ||
depth : Number
コンテナ内のアイテムのレンダリング順序を決定します。 | UIComponent | ||
descriptor : UIComponentDescriptor
この UIComponent インスタンスの作成のために createComponentFromDescriptor() メソッドで使用した UIComponentDescriptor への参照です(存在する場合)。 | UIComponent | ||
designLayer : DesignLayer
このビジュアルエレメントに関連付けるオプションの DesignLayer インスタンスを指定します。 | UIComponent | ||
document : Object
この UIComponent に関連付けられたドキュメントオブジェクトへの参照です。 | UIComponent | ||
doubleClickEnabled : Boolean [オーバーライド]
UIComponent オブジェクトが doubleClick イベントを受け取るかどうかを指定します。 | UIComponent | ||
dropTarget : DisplayObject [読み取り専用]
スプライトのドラッグ先またはスプライトがドロップされた先の表示オブジェクトを指定します。 | Sprite | ||
editable : Boolean
Specifies whether the object is editable. | PanelItem | ||
enabled : Boolean
コンポーネントがユーザーの操作を受け入れることができるかどうかを指定します。 | UIComponent | ||
errorString : String
バリデーターによってコンポーネントを監視しているとき、検証が失敗した場合に、そのコンポーネントのエラーヒントに表示されるテキストです。 | UIComponent | ||
exclusions : Array
An array of property names to ignore when model change event occurs. | PanelItem | ||
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 | ||
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 | ||
inheritingStyles : Object
このコンポーネントの継承スタイルのチェーンの始まりです。 | UIComponent | ||
initialized : Boolean
オブジェクトがレイアウトの 3 つの段階(処理、測定、レイアウト)すべてを完了したものであるかどうかを示すフラグです(いずれかが必須であった場合)。 | UIComponent | ||
instanceIndex : int [読み取り専用]
繰り返しコンポーネントのインデックスです。 | UIComponent | ||
instanceIndices : Array
この UIComponent オブジェクトを親ドキュメントから参照するために必要なインデックスを含む配列です。 | UIComponent | ||
is3D : Boolean [読み取り専用]
エレメントが 3D の場合は true です。 | UIComponent | ||
isDocument : Boolean [読み取り専用]
この UIComponent インスタンスがドキュメントオブジェクトの場合は true です。 | UIComponent | ||
isPopUp : Boolean
コンポーネントがポップアップされたことを示すため、PopUpManager によって true に設定されます。 | UIComponent | ||
itemInstancesPerCycle : Number = 0
The number of instances of a panel item that are filled per repeating cycle. | PanelItem | ||
label : String
このコンテナを表すために、一部のナビゲーターコンテナによって表示されるテキストです。 | Container | ||
layoutMatrix3D : Matrix3D [書き込み専用]
兄弟を基準としてコンポーネントのレイアウトを計算するために使用される変換マトリックスです。 | UIComponent | ||
left : Object
コンポーネントの場合、このレイアウト制約プロパティは、同様の名前のスタイルのファサードです。 | UIComponent | ||
loaderInfo : LoaderInfo [読み取り専用]
この表示オブジェクトが属するファイルの読み込み情報を含む LoaderInfo オブジェクトを返します。 | DisplayObject | ||
maintainProjectionCenter : Boolean
true の場合、コンポーネントは、境界ボックスの中央の位置に投影マトリックスを保持します。 | UIComponent | ||
mandatory : Boolean
The mandatory required attribute for the field. | PanelItem | ||
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 | ||
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 | ||
parent : DisplayObjectContainer [オーバーライド] [読み取り専用]
このコンポーネントの親コンテナまたは親コンポーネントです。 | UIComponent | ||
parentApplication : Object [読み取り専用]
この UIComponent インスタンスを含む Application オブジェクトへの参照です。 | UIComponent | ||
parentDocument : Object [読み取り専用]
この UIComponent に対する親ドキュメントオブジェクトへの参照です。 | UIComponent | ||
parentInstancesPerCycle : Number = 0
The number of instances of the parent container filled per cycle. | PanelItem | ||
percentHeight : Number
コンポーネントの高さを親のサイズに対する比率(パーセンテージ)で指定します。 | UIComponent | ||
percentWidth : Number
コンポーネントの幅を親のサイズに対する比率(パーセンテージ)で指定します。 | UIComponent | ||
postLayoutTransformOffsets : mx.geom:TransformOffsets
親のレイアウトに影響を与えない方法で、オブジェクトの変換に適用できる一連の調整を定義します。 | UIComponent | ||
processedDescriptors : Boolean
子をすぐに生成するか、遅延生成した後、このいずれかの発生に応じて、true に設定されます。 | UIComponent | ||
rawChildren : IChildList [読み取り専用]
通常、コンテナには、Container.getChildAt() メソッドおよび Container.numChildren プロパティを使用して列挙できる子コンポーネントが含まれます。 | Container | ||
readOnly : Boolean
The read only attribute for the field. | PanelItem | ||
repeater : IRepeater [読み取り専用]
この UIComponent を作成した Repeater オブジェクト(親ドキュメント内にある)への参照です。 | UIComponent | ||
repeaterIndex : int [読み取り専用]
この UIComponent を作成した Repeater のデータプロバイダー内にあるアイテムのインデックスです。 | UIComponent | ||
repeaterIndices : Array
この UIComponent を生成した、親ドキュメント内にある Repeater のデータプロバイダーに含まれるアイテムのインデックスを含む配列です。 | UIComponent | ||
repeaters : Array
この UIComponent を作成した Repeater オブジェクト(親ドキュメント内にある)への参照を含む配列です。 | UIComponent | ||
repeatItemLimit : Number = 0
The number of times an item can repeat. | PanelItem | ||
repeatParent : String = "null"
The name of the parent to be repeated when Panel Items in the container have been processed. | PanelItem | ||
repeatParentLimit : Number = 0
The maximum number of instances that a parent container can repeat. | PanelItem | ||
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 | ||
showInAutomationHierarchy : Boolean
オートメーションオブジェクトがオートメーション階層に表示されているかどうかを示すフラグです。 | UIComponent | ||
slotIndex : Number = -1
The index of the array of components to be slotted into the panel layout. | PanelItem | ||
softKeyboard : String
ソフトキーボードの外観を制御します。 | InteractiveObject | ||
softKeyboardInputAreaOfInterest : Rectangle
ソフトキーボードが表示されたときに画面に表示したままにする領域を定義します(iOS では使用不可)。 | InteractiveObject | ||
soundTransform : flash.media:SoundTransform
このスプライト内のサウンドを制御します。 | Sprite | ||
speak : String
The screen reader or accessibility text for the field. | PanelItem | ||
stage : Stage [読み取り専用]
表示オブジェクトのステージです。 | DisplayObject | ||
states : Array
このコンポーネントに対して定義されたビューステート。 | UIComponent | ||
styleDeclaration : CSSStyleDeclaration
このオブジェクトのインラインの継承スタイルの記憶域です。 | UIComponent | ||
styleManager : IStyleManager2 [読み取り専用]
このコンポーネントで使用する StyleManager インスタンスを返します。 | UIComponent | ||
styleName : Object
このコンポーネントで使用するクラススタイル。 | UIComponent | ||
styleParent : IAdvancedStyleClient
コンポーネントの親は、下位要素のセレクターを評価するために使用されます。 | UIComponent | ||
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 |
メソッド | 定義元 | ||
---|---|---|---|
[オーバーライド]
このコンテナに子 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 | ||
Assign the control's value to the model, doing any necessary coercions
| PanelItem | ||
後で呼び出す関数をキューに格納します。 | UIComponent | ||
Check if control's value can be assigned to the model. | PanelItem | ||
このコンポーネントインスタンスからスタイルプロパティを削除します。 | UIComponent | ||
Applies the current value of the UI component to the data model. | PanelItem | ||
指定された表示オブジェクトが、DisplayObjectContainer インスタンスの子であるか、インスタンス自体であるかを指定します。 | DisplayObjectContainer | ||
[オーバーライド]
Point オブジェクトをコンテンツ座標からグローバル座標に変換します。 | Container | ||
[オーバーライド]
Point オブジェクトをコンテンツ座標からローカル座標に変換します。 | Container | ||
このコンテナの子を識別するプロパティのセットを返します。 | UIComponent | ||
このコンテナの子を識別するプロパティのセットを返します。 | UIComponent | ||
単一の UIComponentDescriptor を指定すると、対応するコンポーネントが作成され、このコンテナの子としてコンポーネントが追加されます。 | Container | ||
childDescriptors の配列を繰り返し処理し、配列の各要素に対して createComponentFromDescriptor() メソッドを呼び出します。 | Container | ||
遅延インスタンス化をサポートする IDeferredContentOwner インターフェイスが実装されたコンテナに対し、createComponentsFromDescriptors(true) メソッドを呼び出すのと同等のアクションを実行します。 | Container | ||
この IUIComponent オブジェクトへの id 参照を親ドキュメントオブジェクト上に作成します。 | UIComponent | ||
この 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 | ||
現在コンポーネントで再生中のすべてのエフェクトを終了します。 | UIComponent | ||
[オーバーライド]
このコンテナのすべてのデータバインディングを実行します。 | Container | ||
この Container の子 UIComponent オブジェクトへのバインディングを実行します。 | Container | ||
印刷の完了後に呼び出されます。 | UIComponent | ||
指定されたインデックス位置でオートメーションオブジェクトを提供します。 | UIComponent | ||
オートメーションオブジェクトリストを提供します。 | UIComponent | ||
targetCoordinateSpace オブジェクトの座標系を基準にして、表示オブジェクトの領域を定義する矩形を返します。 | DisplayObject | ||
エレメントの境界の x 座標を、指定したエレメントサイズで返します。 | UIComponent | ||
エレメントの境界の y 座標を、指定したエレメントサイズで返します。 | UIComponent | ||
Returns the fixed caption width. | PanelItem | ||
[オーバーライド]
n 番目の子コンポーネントオブジェクトを取得します。 | Container | ||
[オーバーライド]
指定したストリングの name プロパティを持つ子を返します。 | Container | ||
[オーバーライド]
特定の子の 0 から始まるインデックスを取得します。 | Container | ||
コンテナのコンテンツである子で構成された DisplayObject オブジェクトの配列を返します。 | Container | ||
この UIComponent インスタンスのタイプセレクターを探します。 | UIComponent | ||
レイアウト制約値を返します。これは、このコンポーネントの制約スタイルを取得することと同じです。 | UIComponent | ||
The created UI control that is the child of this panel item. | PanelItem | ||
指定されたインデックス位置にあるビジュアルエレメントを返します。 | Container | ||
ビジュアルエレメントのインデックス位置を返します。 | Container | ||
明示的に指定された高さを使用するのか、それとも測定された高さを使用するのかを決定するための便利なメソッドです。
| UIComponent | ||
明示された幅を使用するのか、それとも測定した幅を使用するのかを決定する便利なメソッドです。
| UIComponent | ||
現在フォーカスを持っているオブジェクトを取得します。 | UIComponent | ||
エレメントのレイアウトの高さを返します。 | UIComponent | ||
エレメントのレイアウトの幅を返します。 | UIComponent | ||
画面に描画するためにエレメントで使用する x 座標を返します。 | UIComponent | ||
画面に描画するためにエレメントで使用する y 座標を返します。 | UIComponent | ||
兄弟を基準としてコンポーネントのレイアウトを計算するために使用される変換マトリックスを返します。 | UIComponent | ||
このエレメントのレイアウト変換 Matrix3D を返します。 | UIComponent | ||
エレメントの最大の高さを返します。 | UIComponent | ||
エレメントの最大の幅を返します。 | UIComponent | ||
エレメントの最小の高さを返します。 | UIComponent | ||
エレメントの最小の幅を返します。 | UIComponent | ||
指定されたポイントの下にあり、この DisplayObjectContainer インスタンスの子(または孫など)であるオブジェクトの配列を返します。 | DisplayObjectContainer | ||
エレメントの推奨高さを返します。 | UIComponent | ||
エレメントの推奨幅を返します。 | UIComponent | ||
Returns a fully qualified data reference for the current panelItem's instance. | PanelItem | ||
シェイプ上の線を除き、targetCoordinateSpace パラメーターによって定義された座標系に基づいて、表示オブジェクトの境界を定義する矩形を返します。 | DisplayObject | ||
指定された Repeater がこの Repeater を生成するために使用した dataProvider 内のアイテムを返します。この Repeater が繰り返されていない場合は、null を返します。 | UIComponent | ||
このコンポーネントのスタイル参照チェーンのいずれかの場所に設定されたスタイルプロパティを取得します。 | UIComponent | ||
[オーバーライド]
Point オブジェクトをグローバル座標からコンテンツ座標に変換します。 | Container | ||
point オブジェクトをステージ(グローバル)座標から表示オブジェクトの(ローカル)座標に変換します。 | DisplayObject | ||
ステージ(グローバル)座標の 2 次元のポイントを 3 次元の表示オブジェクトの(ローカル)座標に変換します。 | DisplayObject | ||
currentCSSState が null でない場合、true を返します。 | UIComponent | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
指定されたステートがこの UIComponent で定義されているかどうかを判別します。 | UIComponent | ||
表示オブジェクトの境界ボックスを評価して、obj 表示オブジェクトの境界ボックスと重複または交差するかどうかを調べます。 | DisplayObject | ||
表示オブジェクトを評価して、x および y パラメーターで指定されたポイントと重複または交差するかどうかを調べます。 | DisplayObject | ||
水平方向のグラデーションを描画するときに rot パラメーターとして drawRoundRect() メソッドに渡すことのできるボックスの Matrix を返します。 | UIComponent | ||
このコンポーネントの内部構造を初期化します。 | UIComponent | ||
このコンポーネントの繰り返しインスタンスを追跡する各種プロパティを初期化します。 | UIComponent | ||
次の画面更新時に updateDisplayList() メソッドが呼び出されるように、コンポーネントをマークします。 | UIComponent | ||
depth プロパティが変更されたことを示すために、コンポーネントのアイテムによって呼び出されます。 | UIComponent | ||
エレメントの layoutDirection を変更する場合、または親エレメントの layoutDirection を変更する場合は、エレメントでこのメソッドを呼び出す必要があります。 | UIComponent | ||
後で画面更新時に commitProperties() メソッドが呼び出されるように、コンポーネントをマークします。 | UIComponent | ||
後で画面更新時に measure() メソッドが呼び出されるように、コンポーネントをマークします。 | UIComponent | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
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 | ||
UIComponent オブジェクトを親に対して追加または削除したときに Flex によって呼び出されます。 | UIComponent | ||
印刷用の IFlexDisplayObject を準備します。 | UIComponent | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | 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 | ||
提供された ID を使用して子を解決します。 | UIComponent | ||
[静的]
suspendBackgroundProcessing() が呼び出された後、callLater() によってキューに入れられたメソッドのバックグラウンド処理を再開します。 | UIComponent | ||
オブジェクトのサイズを設定します。 | UIComponent | ||
[オーバーライド]
特定の子のインデックスを設定します。 | Container | ||
レイアウト制約値を設定します。これは、このコンポーネントの制約スタイルを設定することと同じです。 | UIComponent | ||
現在の状態を設定します。 | UIComponent | ||
ビジュアルコンテナ内の既存のビジュアルエレメントの位置を変更します。 | Container | ||
現在扱っているコンポーネントにフォーカスを設定します。 | UIComponent | ||
画面に描画するためにエレメントで使用する座標を設定します。 | UIComponent | ||
エレメントのレイアウトサイズを設定します。 | UIComponent | ||
兄弟を基準としてコンポーネントのレイアウトサイズおよび位置を計算するために使用される変換 Matrix を設定します。 | UIComponent | ||
兄弟を基準としてコンポーネントのレイアウトサイズおよび位置を計算するために使用される変換 Matrix3D を設定します。 | UIComponent | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
このコンポーネントインスタンスのスタイルプロパティを設定します。 | UIComponent | ||
visible プロパティが変更されたときに呼び出されます。 | UIComponent | ||
指定されたスプライトをユーザーがドラッグできるようにします。 | Sprite | ||
指定されたスプライトを、ユーザーがタッチ対応デバイス上でドラッグできるようにします。 | Sprite | ||
このオブジェクトでルート指定されているすべての MovieClip のタイムラインでの実行を再帰的に停止します。 | DisplayObjectContainer | ||
startDrag() メソッドを終了します。 | Sprite | ||
タッチ対応デバイスで使用する startTouchDrag() メソッドを終了します。 | Sprite | ||
スタイルプロパティの変更を検出します。 | UIComponent | ||
コンポーネントのスタイルを初めて初期化するとき、Flex は stylesInitialized() メソッドを呼び出します。 | UIComponent | ||
[静的]
resumeBackgroundProcessing() が呼び出されるまで、callLater() によってキューに入れられたメソッドのバックグラウンド処理をブロックします。 | UIComponent | ||
指定された 2 つの子オブジェクトの z 順序(重ね順)を入れ替えます。 | DisplayObjectContainer | ||
子リスト内の指定されたインデックス位置に該当する 2 つの子オブジェクトの z 順序(重ね順)を入れ替えます。 | DisplayObjectContainer | ||
指定された 2 つのビジュアルエレメントのインデックスを入れ替えます。 | Container | ||
コンテナ内の指定された 2 つのインデックス位置にあるビジュアルエレメントを入れ替えます。 | Container | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
[静的]
Converts text fom HTML to plain text. | PanelItem | ||
[オーバーライド]
アプリケーションの 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 |
スタイルには共通スタイルと特定のテーマに関連するスタイルがあります。共通スタイルは、任意のテーマと共に使用できます。特定のテーマに関連するスタイルは、アプリケーションがそのテーマを使用する場合にのみ使用できます。
boundData | プロパティ |
boundName | プロパティ |
boundText | プロパティ |
boundText:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The text of the bound form object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get boundText():String
public function set boundText(value:String):void
boundValue | プロパティ |
boundValue:Object
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The value of the bound form object.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get boundValue():Object
public function set boundValue(value:Object):void
caption | プロパティ |
caption:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The caption for the field.
If not specified, this value binds to the caption specified in the form model. If no caption is
specified in the model, then the default label specified in the LayoutTemplate
is used.
実装
public function get caption():String
public function set caption(value:String):void
captionAfter | プロパティ |
captionPosition | プロパティ |
captionPosition:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The position of the field caption relative to the form field.
実装
public function get captionPosition():String
public function set captionPosition(value:String):void
captionWidth | プロパティ |
captionWidth:Number
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The width of the caption for the field.
If specified, the caption uses the <mx:Text>
object and wrapping instead of
the default label proccessing.
実装
public function get captionWidth():Number
public function set captionWidth(value:Number):void
commitEvent | プロパティ |
commitEvent:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The name of the event that is fired when the value is to be committed to the model.
The default values are:
change
controls derived from<mx:ComboBase>
and<mx:ListBase>
.change
controls derived from<mx:DateField>
.valueCommit
controls dervived from<mx:RadioButon>
and<mx:CheckBox>
.valueCommit
controls with text property such as<mx:TextInput>
.change
controls with numeric value property such as<mx:NumericStepper>
.
実装
public function get commitEvent():String
public function set commitEvent(value:String):void
commitEventProperty | プロパティ |
commitEventProperty:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The name of the property in the event object that is committed as the value to the model.
If not set, the value of this method defaults to the value of commitProperty
.
The default value is:
newDate
- Controls derived from<mx:DateField>
.
実装
public function get commitEventProperty():String
public function set commitEventProperty(value:String):void
commitProperty | プロパティ |
commitProperty:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The name of the property of the UI object that is commited as the value to the model. It is
also the property which is updated in the UI object when the commitTarget
property
in the model changes.
The default values are:
selectedItems
- Controls derived from<mx:ComboBase>
and<mx:ListBase>
.selectedDate
- Controls derived from<mx:DateField>
.selected
- Controls dervived from<mx:RadioButon>
and<mx:CheckBox>
.text
- Controls with text property such as<mx:TextInput>
.value
- Controls with numeric value property such as<mx:NumericStepper>
.
実装
public function get commitProperty():String
public function set commitProperty(value:String):void
commitTarget | プロパティ |
commitTarget:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The property name in the model that is updated when the value is committed.
The default values are:
rawValue
- Controls derived from<mx:ComboBase>
and<mx:ListBase>
.dateValue
- Controls derived from<mx:DateField>
.booleanValue
- Controls dervived from<mx:RadioButon>
and<mx:CheckBox>
.formattedValue
- Controls with text property such as<mx:TextInput>
.numericValue
- Controls with numeric value property such as<mx:NumericStepper>
.
実装
public function get commitTarget():String
public function set commitTarget(value:String):void
dataField | プロパティ |
public var dataField:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The name of the field within commitProperty which is written to the model. Only supported for lists, where it forms the data-model analog of the view-oriented labelField property.
The default value is null.
dataRef | プロパティ |
editable | プロパティ |
exclusions | プロパティ |
exclusions:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
An array of property names to ignore when model change event occurs. The possible values are:
presence
access
rawValue
itemsCollection
caption
helpText
toolTip
speak
実装
public function get exclusions():Array
public function set exclusions(value:Array):void
itemInstancesPerCycle | プロパティ |
public var itemInstancesPerCycle:Number = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The number of instances of a panel item that are filled per repeating cycle. The possible values are:
1
- (default) After filling the panel layout with the specified number of panel item instances, the Guide processing searches for the nextPanelItem
.-1
- The item repeats indefinitely until therepeatItemLimit
value is reached.>0
- The item is repeated the specified number of times or until therepeatItemLimit
value is reached.
mandatory | プロパティ |
parentInstancesPerCycle | プロパティ |
public var parentInstancesPerCycle:Number = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The number of instances of the parent container filled per cycle. The possible values are:
1
- (default) One instance of the parent will be filled per cycle.-1
- The parent repeats indefinitely until therepeatParentLimit
is reached.>0
- The parent is repeated the specified number of times, or until therepeatParentLimit
is reached.
readOnly | プロパティ |
repeatItemLimit | プロパティ |
public var repeatItemLimit:Number = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The number of times an item can repeat. The possible values are:
0
- (default) Item can not repeat.-1
- This item can have an unlimited number of occurrences.>0
- This item repeats until the number of instances matches the limit specified.
repeatParent | プロパティ |
public var repeatParent:String = "null"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The name of the parent to be repeated when Panel Items in the container have been processed. The default value is the parent container of the current item.
repeatParentLimit | プロパティ |
public var repeatParentLimit:Number = 0
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The maximum number of instances that a parent container can repeat. The possible values are:
0
- (default) The parent is not repeated.-1
- The parent can be repeated any number of times.>0
- The parent can be repeated the specified number of times.
slotIndex | プロパティ |
public var slotIndex:Number = -1
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The index of the array of components to be slotted into the panel layout.
The index value is zero-based and is relative to the index value of the starting component of the current cycle.
speak | プロパティ |
assignControlValueToModelValue | () | メソッド |
public function assignControlValueToModelValue():Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10 |
Assign the control's value to the model, doing any necessary coercions
戻り値Array — If the assignment could not take place, error messages are returned in an array.
Otherwise, an empty array is returned.
|
checkControlValueToModelValue | () | メソッド |
public function checkControlValueToModelValue():Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10 |
Check if control's value can be assigned to the model. The assignment is not done, however, any error messages if any will be reported.
戻り値Array — an array of error messages
|
commitValue | () | メソッド |
public function commitValue():void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Applies the current value of the UI component to the data model. This may be called explicitly when we know the control's data needs to be committed to the model, even if the control has not indicated it is ready.
getCaptionWidth | () | メソッド |
public function getCaptionWidth():Number
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns the fixed caption width. This value is useful for data grid headings. Note: This method does not return a calculated width (only the fixed width).
戻り値Number — the caption width
|
getCreatedItemComponent | () | メソッド |
public function getCreatedItemComponent():IFlexDisplayObject
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
The created UI control that is the child of this panel item.
戻り値IFlexDisplayObject — the child control that is a child of the panel item.
|
getQualifiedDataRef | () | メソッド |
public function getQualifiedDataRef(object:Object = null):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns a fully qualified data reference for the current panelItem's instance.
パラメーター
object:Object (default = null ) — the object whose qualifed data reference is to be determined.
|
String — String the qualifed data reference as a string.
|
toPlainText | () | メソッド |
public static function toPlainText(sString:String):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Converts text fom HTML to plain text.
パラメーター
sString:String — - The string to convert containing rich text characters.
|
String — String the string as plain text.
|
Tue Jun 12 2018, 10:34 AM Z