패키지 | spark.layouts |
클래스 | public class VerticalLayout |
상속 | VerticalLayout LayoutBase OnDemandEventDispatcher Object |
하위 클래스 | FormLayout |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The vertical position of the elements is determined by arranging them in a vertical sequence, top to bottom, taking into account the padding before the first element and the gaps between the elements.
The horizontal position of the elements is determined by the layout's
horizontalAlign
property.
During the execution of the measure()
method,
the default size of the container is calculated by
accumulating the preferred sizes of the elements, including gaps and padding.
When requestedRowCount
is set, only the space for that many elements
is measured, starting from the first element.
During the execution of the updateDisplayList()
method,
the height of each element is calculated
according to the following rules, listed in their respective order of
precedence (element's minimum height and maximum height are always respected):
- If
variableRowHeight
isfalse
, then set the element's height to the value of therowHeight
property. - If the element's
percentHeight
is set, then calculate the element's height by distributing the available container height between all elements with apercentHeight
setting. The available container height is equal to the container height minus the gaps, the padding and the space occupied by the rest of the elements. The element'sprecentHeight
property is ignored when the layout is virtualized. - Set the element's height to its preferred height.
The width of each element is calculated according to the following rules, listed in their respective order of precedence (element's minimum width and maximum width are always respected):
- If
horizontalAlign
is"justify"
, then set the element's width to the container width. - If
horizontalAlign
is"contentJustify"
, then set the element's width to the maximum between the container's width and all elements' preferred width. - If the element's
percentWidth
is set, then calculate the element's width as a percentage of the container's width. - Set the element's width to its preferred width.
The <s:VerticalLayout>
tag inherits all of the tag
attributes of its superclass and adds the following tag attributes:
<s:VerticalLayout Properties gap="6" horizontalAlign="left" paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0" requestedMaxRowCount="-1" requestedMinRowCount="-1" requestedRowCount="-1" rowHeight="calculated" variableRowHeight="true" verticalAlign="top" />
기타 예제
Setting the layout of a Spark container
Setting the padding and gap of a layout
Setting the alignment of a layout
Setting the row height or column width of a layout
속성 | 정의 주체 | ||
---|---|---|---|
clipAndEnableScrolling : Boolean
If true, specifies to clip the children to the boundaries of the viewport. | LayoutBase | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
dropIndicator : DisplayObject
The DisplayObject that this layout uses for
the drop indicator during a drag-and-drop operation. | LayoutBase | ||
firstIndexInView : int [읽기 전용]
The index of the first layout element that is part of the
layout and within the layout target's scroll rectangle, or -1
if nothing has been displayed yet. | VerticalLayout | ||
gap : int
The vertical space between layout elements, in pixels. | VerticalLayout | ||
horizontalAlign : String
The horizontal alignment of layout elements. | VerticalLayout | ||
horizontalScrollPosition : Number
The x coordinate of the origin of the viewport in the component's coordinate system,
where the default value is (0,0) corresponding to the upper-left corner of the component. | LayoutBase | ||
lastIndexInView : int [읽기 전용]
The index of the last row that's part of the layout and within
the container's scroll rectangle, or -1 if nothing has been displayed yet. | VerticalLayout | ||
paddingBottom : Number
Number of pixels between the container's bottom edge
and the bottom edge of the last layout element. | VerticalLayout | ||
paddingLeft : Number
The minimum number of pixels between the container's left edge and
the left edge of the layout element. | VerticalLayout | ||
paddingRight : Number
The minimum number of pixels between the container's right edge and
the right edge of the layout element. | VerticalLayout | ||
paddingTop : Number
Number of pixels between the container's top edge
and the top edge of the first layout element. | VerticalLayout | ||
requestedMaxRowCount : int
The measured height of this layout is large enough to display
at most requestedMaxRowCount layout elements. | VerticalLayout | ||
requestedMinRowCount : int
The measured height of this layout is large enough to display
at least requestedMinRowCount layout elements. | VerticalLayout | ||
requestedRowCount : int
The measured size of this layout is tall enough to display
the first requestedRowCount layout elements. | VerticalLayout | ||
rowCount : int [읽기 전용]
The current number of visible elements. | VerticalLayout | ||
rowHeight : Number
If variableRowHeight is false, then
this property specifies the actual height of each child, in pixels. | VerticalLayout | ||
target : GroupBase
The GroupBase container whose elements are measured, sized and positioned
by this layout. | LayoutBase | ||
typicalLayoutElement : ILayoutElement
Used by layouts when fixed row/column sizes are requested but
a specific size isn't specified. | LayoutBase | ||
useVirtualLayout : Boolean
A container can hold any number of children. | LayoutBase | ||
variableRowHeight : Boolean
Specifies whether layout elements are allocated their
preferred height. | VerticalLayout | ||
verticalAlign : String
The vertical alignment of the content relative to the container's height. | VerticalLayout | ||
verticalScrollPosition : Number
The y coordinate of the origin of the viewport in the component's coordinate system,
where the default value is (0,0) corresponding to the upper-left corner of the component. | LayoutBase |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructor. | VerticalLayout | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | OnDemandEventDispatcher | ||
Calculates the drop location in the data provider of the drop target for
the specified dragEvent. | LayoutBase | ||
When useVirtualLayout is true,
this method can be used by the layout target
to clear cached layout information when the target changes. | LayoutBase | ||
Dispatches an event into the event flow. | OnDemandEventDispatcher | ||
Called by the target after a layout element
has been added and before the target's size and display list are
validated. | LayoutBase | ||
This method must is called by the target after a layout element
has been removed and before the target's size and display list are
validated. | LayoutBase | ||
Returns 1.0 if the specified index is completely in view, 0.0 if
it's not, or a value between 0.0 and 1.0 that represents the percentage
of the if the index that is partially in view. | VerticalLayout | ||
Returns the specified element's layout bounds as a Rectangle or null
if the index is invalid, the corresponding element is null,
includeInLayout=false,
or if this layout's target property is null. | LayoutBase | ||
Returns the change to the horizontal scroll position to handle
different scrolling options. | LayoutBase | ||
getNavigationDestinationIndex(currentIndex:int, navigationUnit:uint, arrowKeysWrapFocus:Boolean):int
Delegation method that determines which item
to navigate to based on the current item in focus
and user input in terms of NavigationUnit. | LayoutBase | ||
Computes the verticalScrollPosition and
horizontalScrollPosition deltas needed to
scroll the element at the specified index into view. | LayoutBase | ||
Returns the change to the vertical scroll position to handle
different scrolling options. | LayoutBase | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | OnDemandEventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Hides the previously shown drop indicator,
created by the showDropIndicator() method,
removes it from the display list and also stops the drag scrolling. | LayoutBase | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
Measures the target's default size based on its content, and optionally
measures the target's default minimum size. | LayoutBase | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
Removes a listener from the EventDispatcher object. | OnDemandEventDispatcher | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
Sizes, positions and parents the drop indicator based on the specified
drop location. | LayoutBase | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
Sizes and positions the target's elements. | LayoutBase | ||
Called by the target at the end of its updateDisplayList
to have the layout update its scrollRect. | LayoutBase | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | OnDemandEventDispatcher |
firstIndexInView | 속성 |
firstIndexInView:int
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The index of the first layout element that is part of the layout and within the layout target's scroll rectangle, or -1 if nothing has been displayed yet.
"Part of the layout" means that the element is non-null
and that its includeInLayout
property is true
.
Note that the layout element may only be partially in view.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 indexInViewChanged
이벤트를 전달합니다.
구현
public function get firstIndexInView():int
관련 API 요소
gap | 속성 |
gap:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The vertical space between layout elements, in pixels. Note that the gap is only applied between layout elements, so if there's just one element, the gap has no effect on the layout.
기본값: 6.
구현
public function get gap():int
public function set gap(value:int):void
horizontalAlign | 속성 |
horizontalAlign:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The horizontal alignment of layout elements.
If the value is "left"
, "right"
, or "center"
then the
layout element is aligned relative to the container's contentWidth
property.
If the value is "contentJustify"
, then the layout element's actual
width is set to the contentWidth
of the container.
The contentWidth
of the container is the width of the largest layout element.
If all layout elements are smaller than the width of the container,
then set the width of all layout elements to the width of the container.
If the value is "justify"
then the layout element's actual width
is set to the container's width.
This property does not affect the layout's measured size.
기본값: "left".
구현
public function get horizontalAlign():String
public function set horizontalAlign(value:String):void
lastIndexInView | 속성 |
lastIndexInView:int
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The index of the last row that's part of the layout and within the container's scroll rectangle, or -1 if nothing has been displayed yet.
"Part of the layout" means that the child is non-null
and that its includeInLayout
property is true
.
Note that the row may only be partially in view.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 indexInViewChanged
이벤트를 전달합니다.
구현
public function get lastIndexInView():int
관련 API 요소
fractionOfElementInView
paddingBottom | 속성 |
paddingLeft | 속성 |
paddingRight | 속성 |
paddingTop | 속성 |
requestedMaxRowCount | 속성 |
requestedMaxRowCount:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
The measured height of this layout is large enough to display
at most requestedMaxRowCount
layout elements.
If requestedRowCount
is set, then
this property has no effect.
If the actual size of the container has been explicitly set, then this property has no effect.
기본값: -1.
구현
public function get requestedMaxRowCount():int
public function set requestedMaxRowCount(value:int):void
관련 API 요소
requestedMinRowCount | 속성 |
requestedMinRowCount:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10, AIR 2.5 |
The measured height of this layout is large enough to display
at least requestedMinRowCount
layout elements.
If requestedRowCount
is set, then
this property has no effect.
If the actual size of the container has been explicitly set, then this property has no effect.
기본값: -1.
구현
public function get requestedMinRowCount():int
public function set requestedMinRowCount(value:int):void
관련 API 요소
requestedRowCount | 속성 |
requestedRowCount:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The measured size of this layout is tall enough to display
the first requestedRowCount
layout elements.
If requestedRowCount
is -1, then the measured
size will be big enough for all of the layout elements.
If the actual size of the container has been explicitly set, then this property has no effect.
기본값: -1.
구현
public function get requestedRowCount():int
public function set requestedRowCount(value:int):void
관련 API 요소
rowCount | 속성 |
rowHeight | 속성 |
rowHeight:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
If variableRowHeight
is false
, then
this property specifies the actual height of each child, in pixels.
If variableRowHeight
is true
,
the default, then this property has no effect.
The default value of this property is the preferred height
of the typicalLayoutElement
.
구현
public function get rowHeight():Number
public function set rowHeight(value:Number):void
variableRowHeight | 속성 |
variableRowHeight:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Specifies whether layout elements are allocated their
preferred height.
Setting this property to false
specifies fixed height rows.
If false
, the actual height of each layout element is
the value of rowHeight
.
Setting this property to false
causes the layout to ignore
the layout elements' percentHeight
property.
기본값: true.
구현
public function get variableRowHeight():Boolean
public function set variableRowHeight(value:Boolean):void
verticalAlign | 속성 |
verticalAlign:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The vertical alignment of the content relative to the container's height.
If the value is "bottom"
, "middle"
,
or "top"
then the layout elements are aligned relative
to the container's contentHeight
property.
This property has no effect when clipAndEnableScrolling
is true
and the contentHeight
is greater than the container's height.
This property does not affect the layout's measured size.
기본값: "top".
구현
public function get verticalAlign():String
public function set verticalAlign(value:String):void
VerticalLayout | () | 생성자 |
public function VerticalLayout()
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Constructor.
fractionOfElementInView | () | 메서드 |
public function fractionOfElementInView(index:int):Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
Returns 1.0 if the specified index is completely in view, 0.0 if it's not, or a value between 0.0 and 1.0 that represents the percentage of the if the index that is partially in view.
An index is "in view" if the corresponding non-null layout element is
within the vertical limits of the container's scrollRect
and included in the layout.
If the specified index is partially within the view, the returned value is the percentage of the corresponding layout element that's visible.
매개 변수
index:int — The index of the row.
|
Number — The percentage of the specified element that's in view.
Returns 0.0 if the specified index is invalid or if it corresponds to
null element, or a ILayoutElement for which
the includeInLayout property is false .
|
Tue Jun 12 2018, 03:17 PM Z