| Package | mx.containers.dividedBoxClasses |
| Class | public class BoxDivider |
| Inheritance | BoxDivider UIComponent FlexSprite flash.display.Sprite |
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| BoxDivider | ||
![]() |
callLater(method:Function, args:Array = null):void
Queues a function to be called later.
| UIComponent | |
![]() |
clearStyle(styleProp:String):void
Deletes a style property from this component instance.
| UIComponent | |
![]() |
contentToGlobal(point:Point):Point
Converts a
Point object from content coordinates to global coordinates. | UIComponent | |
![]() |
contentToLocal(point:Point):Point
Converts a
Point object from content to local coordinates. | UIComponent | |
![]() |
createAutomationIDPart(child:IAutomationObject):Object
Returns a set of properties that identify the child within
this container.
| UIComponent | |
![]() |
createReferenceOnParentDocument(parentDocument:IFlexDisplayObject):void
Creates an
id reference to this IUIComponent object
on its parent document object. | UIComponent | |
![]() |
deleteReferenceOnParentDocument(parentDocument:IFlexDisplayObject):void
Deletes the
id reference to this IUIComponent object
on its parent document object. | UIComponent | |
![]() |
Returns a UITextFormat object corresponding to the text styles
for this UIComponent.
| UIComponent | |
![]() |
dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow.
| UIComponent | |
![]() |
drawFocus(isFocused:Boolean):void
Shows or hides the focus indicator around this component.
| 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
Programatically draws a rectangle into this skin's Graphics object.
| UIComponent | |
![]() |
effectFinished(effectInst:IEffectInstance):void
Called by the effect instance when it stops playing on the component.
| UIComponent | |
![]() |
effectStarted(effectInst:IEffectInstance):void
Called by the effect instance when it starts playing on the component.
| UIComponent | |
![]() |
endEffectsStarted():void
Ends all currently playing effects on the component.
| UIComponent | |
![]() |
executeBindings(recurse:Boolean = false):void
Executes the data bindings into this UIComponent object.
| UIComponent | |
![]() |
finishPrint(obj:Object, target:IFlexDisplayObject):void
Called after printing is complete.
| UIComponent | |
![]() |
getAutomationChildAt(index:int):IAutomationObject
Provides the automation object at the specified index.
| UIComponent | |
![]() |
getClassStyleDeclarations():Array
Finds the type selectors for this UIComponent instance.
| UIComponent | |
![]() |
getConstraintValue(constraintName:String):*
Returns a layout constraint value, which is the same as
getting the constraint style for this component.
| UIComponent | |
![]() |
getDescendantByName(name:String):DisplayObject
Searches all children for the first child named with the passed value; returns that child, or null if not found.
| UIComponent | |
![]() |
getDescendantsByName(name:String):Array
Searches all children for all children named with the passed value; returns an array with those children, or an empty array if none found.
| UIComponent | |
![]() |
getExplicitOrMeasuredHeight():Number
A convenience method for determining whether to use the
explicit or measured height
| UIComponent | |
![]() |
getExplicitOrMeasuredWidth():Number
A convenience method for determining whether to use the
explicit or measured width
| UIComponent | |
![]() |
getFocus():InteractiveObject
Gets the object that currently has focus.
| UIComponent | |
![]() |
getRepeaterItem(whichRepeater:int = -1):Object
Returns the item in the
dataProvider that was used
by the specified Repeater to produce this Repeater, or
null if this Repeater isn't repeated. | UIComponent | |
![]() |
getStyle(styleProp:String):*
Gets a style property that has been set anywhere in this
component's style lookup chain.
| UIComponent | |
![]() |
getVisibleRect(targetParent:DisplayObject = null):Rectangle
MOVED OVER FROM SDK 3.2 UIComponent - Allows for popped-up alerts to be displayed correctly - NGR MOVED 11-20-08
| UIComponent | |
![]() |
globalToContent(point:Point):Point
Converts a
Point object from global to content coordinates. | UIComponent | |
![]() |
horizontalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix
Returns a box Matrix which can be passed to the
drawRoundRect() method
as the rot parameter when drawing a horizontal gradient. | UIComponent | |
![]() |
initialize():void
Initializes the internal structure of this component.
| UIComponent | |
![]() |
initializeRepeaterArrays(parent:IRepeaterClient):void
Initializes various properties which keep track of repeated instances
of this component.
| UIComponent | |
![]() |
invalidateDisplayList():void
Marks a component so that its
updateDisplayList()
method gets called during a later screen update. | UIComponent | |
![]() |
invalidateProperties():void
Marks a component so that its
commitProperties()
method gets called during a later screen update. | UIComponent | |
![]() |
invalidateSize():void
Marks a component so that its
measure()
method gets called during a later screen update. | UIComponent | |
![]() |
localToContent(point:Point):Point
Converts a
Point object from local to content coordinates. | UIComponent | |
![]() |
measureHTMLText(htmlText:String):TextLineMetrics
Measures the specified HTML text, which may contain HTML tags such
as
<font> and <b>,
assuming that it is displayed
in a single-line UITextField using a UITextFormat
determined by the styles of this UIComponent. | UIComponent | |
![]() |
measureText(text:String):TextLineMetrics
Measures the specified text, assuming that it is displayed
in a single-line UITextField using a UITextFormat
determined by the styles of this UIComponent.
| UIComponent | |
![]() |
move(x:Number, y:Number):void
Moves the component to a specified position within its parent.
| UIComponent | |
![]() |
move_unprotected(x:Number, y:Number):void
Same as move, but cannot be prevented via the protection_move event.
| UIComponent | |
![]() |
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
Propagates style changes to the children.
| UIComponent | |
![]() |
owns(child:DisplayObject):Boolean
Returns
true if the chain of owner properties
points from child to this UIComponent. | UIComponent | |
![]() |
parentChanged(p:DisplayObjectContainer):void
Called by Flex when a UIComponent object is added to or removed from a parent.
| UIComponent | |
![]() |
prepareToPrint(target:IFlexDisplayObject):Object
Prepares an IFlexDisplayObject for printing.
| UIComponent | |
![]() |
regenerateStyleCache(recursive:Boolean):void
Builds or rebuilds the CSS style cache for this component
and, if the
recursive parameter is true,
for all descendants of this component as well. | UIComponent | |
![]() |
registerEffects(effects:Array):void
For each effect event, registers the EffectManager
as one of the event listeners.
| UIComponent | |
![]() |
replayAutomatableEvent(event:Event):Boolean
Replays the specified event.
| UIComponent | |
![]() |
resolveAutomationIDPart(criteria:Object):Array
Resolves a child by using the id provided.
| UIComponent | |
![]() |
resumeBackgroundProcessing():void
[static]
Resumes the background processing of methods
queued by
callLater(), after a call to
suspendBackgroundProcessing(). | UIComponent | |
![]() |
setActualSize(w:Number, h:Number):void
Sizes the object.
| UIComponent | |
![]() |
setActualSize_unprotected(w:Number, h:Number):void
Same as setActualSize, but is not cancelable via the protection_size event.
| UIComponent | |
![]() |
setConstraintValue(constraintName:String, value:*):void
Sets a layout constraint value, which is the same as
setting the constraint style for this component.
| UIComponent | |
![]() |
setCurrentState(stateName:String, playTransition:Boolean = true):void
Set the current state.
| UIComponent | |
![]() |
setFocus():void
Sets the focus to this component.
| UIComponent | |
![]() |
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
| UIComponent | |
![]() |
setVisible(value:Boolean, noEvent:Boolean = false):void
Called when the
visible property changes. | UIComponent | |
![]() |
setVisible_unprotected(value:Boolean, noEvent:Boolean = false):void
Same as setVisible, but cannot be prevented.
| UIComponent | |
![]() |
styleChanged(styleProp:String):void
Detects changes to style properties.
| UIComponent | |
![]() |
stylesInitialized():void
Flex calls the
stylesInitialized() method when
the styles for a component are first initialized. | UIComponent | |
![]() |
suspendBackgroundProcessing():void
[static]
Blocks the background processing of methods
queued by
callLater(),
until resumeBackgroundProcessing() is called. | UIComponent | |
![]() |
toString():String
Returns a string indicating the location of this object
within the hierarchy of DisplayObjects in the Application.
| FlexSprite | |
![]() |
validateDisplayList():void
Validates the position and size of children and draws other
visuals.
| UIComponent | |
![]() |
validateNow():void
Validate and update the properties and layout of this object
and redraw it, if necessary.
| UIComponent | |
![]() |
validateProperties():void
Used by layout logic to validate the properties of a component
by calling the
commitProperties() method. | UIComponent | |
![]() |
validateSize(recursive:Boolean = false):void
Validates the measured size of the component
If the
LayoutManager.invalidateSize() method is called with
this ILayoutManagerClient, then the validateSize() method
is called when it's time to do measurements. | UIComponent | |
![]() |
validationResultHandler(event:ValidationResultEvent):void
Handles both the
valid and invalid events from a
validator assigned to this component. | UIComponent | |
![]() |
verticalGradientMatrix(x:Number, y:Number, width:Number, height:Number):Matrix
Returns a box Matrix which can be passed to
drawRoundRect()
as the rot parameter when drawing a vertical gradient. | UIComponent | |
| Style | Description | Defined by | ||
|---|---|---|---|---|
![]() | Type: String CSS Inheritance: no The vertical distance in pixels from the top edge of the content area to the control's baseline position. | UIComponent | ||
![]() | Type: String CSS Inheritance: no The vertical distance in pixels from the lower edge of the component to the lower edge of its content area. | UIComponent | ||
![]() | Type: Number CSS Inheritance: no The color brightness of the component. | UIComponent | ||
![]() | Type: Number CSS Inheritance: no The color contrast of the component. | UIComponent | ||
|
dividerAffordance
| Type: Number Format: Length CSS Inheritance: no Thickness in pixels of the area where the user can click to drag a divider. This area is centered in the gaps between the container's children, which are determined by the horizontalGap or
verticalGap style property.
The affordance cannot be set to a value larger than the gap size.
A resize cursor appears when the mouse is over this area.
| BoxDivider | ||
|
dividerAlpha
| Type: Number CSS Inheritance: no The alpha value that determines the transparency of the dividers. A value of 0.0 means completely transparent
and a value of 1.0 means completely opaque.
| BoxDivider | ||
|
dividerColor
| Type: uint Format: Color CSS Inheritance: yes Color of the dividers when the user presses or drags the dividers if the liveDragging property is set to false.
If the liveDragging property is set to true,
only the divider's knob is shown.
| BoxDivider | ||
|
dividerThickness
| Type: Number Format: Length CSS Inheritance: no Thickness in pixels of the dividers when the user presses or drags the dividers, if the liveDragging property is set to false.
(If the liveDragging property is set to true,
only the divider's knob is shown.)
The visible thickness cannot be set to a value larger than the affordance.
| BoxDivider | ||
![]() | Type: uint Format: Color CSS Inheritance: yes Color of the component highlight when validation fails. | UIComponent | ||
![]() | Type: String CSS Inheritance: no Blend mode used by the focus rectangle. | UIComponent | ||
![]() | Type: Class CSS Inheritance: no Skin used to draw the focus rectangle. | UIComponent | ||
![]() | Type: Number Format: Length CSS Inheritance: no Thickness, in pixels, of the focus rectangle outline. | UIComponent | ||
![]() | Type: String CSS Inheritance: no The horizontal distance in pixels from the center of the component's content area to the center of the component. | UIComponent | ||
|
horizontalGap
| Type: Number Format: Length CSS Inheritance: no Number of pixels between children in the horizontal direction. The default value depends on the component class; if not overriden for the class, the default value is 8. | BoxDivider | ||
![]() | Type: Number CSS Inheritance: no The color hue of the component. | UIComponent | ||
![]() | Type: String CSS Inheritance: no The horizontal distance in pixels from the left edge of the component's content area to the left edge of the component. | UIComponent | ||
![]() | Type: Number CSS Inheritance: no The opacity of the component. | UIComponent | ||
![]() | Type: String CSS Inheritance: no The horizontal distance in pixels from the right edge of the component to the right edge of its content area. | UIComponent | ||
![]() | Type: Number CSS Inheritance: no The color saturation of the component. | UIComponent | ||
![]() | Type: uint Format: Color CSS Inheritance: yes Theme color of a component. | UIComponent | ||
![]() | Type: String CSS Inheritance: no The vertical distance in pixels from the top edge of the control's content area to the top edge of the component. | UIComponent | ||
![]() | Type: String CSS Inheritance: no The vertical distance in pixels from the center of the component's content area to the center of the component. | UIComponent | ||
|
verticalGap
| Type: Number Format: Length CSS Inheritance: no Number of pixels between children in the vertical direction. The default value depends on the component class; if not overriden for the class, the default value is 6. | BoxDivider | ||