| Package | de.mightypirates.asul.interfaces |
| Interface | public interface IScrollPaneControl extends IAsulObject, flash.events.IEventDispatcher, IDisposable |
| Implementors | ScrollPaneControl |
| Property | Defined by | ||
|---|---|---|---|
![]() | clipChildren : Boolean
Clip children of this element (true) or not (false).
| IAsulObject | |
![]() | maxHeight : Number
The maximum height of this object.
| IAsulObject | |
![]() | maxWidth : Number
The maximum width of this object.
| IAsulObject | |
![]() | minHeight : Number
The minimum height of this object.
| IAsulObject | |
![]() | minWidth : Number
The minimum width of this object.
| IAsulObject | |
![]() | name : String
The name of this object.
| IAsulObject | |
| scrollPane : IScrollPane
The scrollpane for which this control should act, i.e.
| IScrollPaneControl | ||
![]() | style : Array
A list of style names applicant to this object.
| IAsulObject | |
![]() | tagname : String
The XML tagname of the element, e.g.
| IAsulObject | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
Adds another ASUL object as a virtual child to this one.
| IAsulObject | |
![]() |
clone():DisplayObject
Clones the ASUL object, creating an exact copy of it (based on its
ORIGINAL data! Later attribute changes will be discarded.).
| IAsulObject | |
![]() |
deepGetChildByName(name:String, container:DisplayObjectContainer = null):DisplayObject
This searches the object's children through all child containers until a
node with the given name was found.
| IAsulObject | |
![]() |
dispose():void
Cleans upd the object, removing all listeners, timers and references that
might keep the object from being garbage collected.
| IDisposable | |
|
redrawThumbnail():void
Force a repaint of the displayed thumbnail of the assigned scrollpane.
| IScrollPaneControl | ||
![]() |
Removes a virtual child from this ASUL object.
| IAsulObject | |
![]() |
setAttribute(name:String, value:*):void
Sets an attribute for this element.
| IAsulObject | |
| scrollPane | property |
scrollPane:IScrollPane [read-write]The scrollpane for which this control should act, i.e. for which to display the thumbnail and drag rectangle.
Implementation public function get scrollPane():IScrollPane
public function set scrollPane(value:IScrollPane):void
| redrawThumbnail | () | method |
public function redrawThumbnail():voidForce a repaint of the displayed thumbnail of the assigned scrollpane.
This can be used to manually trigger a redraw when it is known to be
necessary, instead of using the animate property.