Paket | spark.components.supportClasses |
Klass | public class StyleableTextField |
Arv | StyleableTextField FlexTextField TextField InteractiveObject DisplayObject EventDispatcher Object |
Implementerar | IEditableText, ISimpleStyleClient, IVisualElement |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Fler exempel
Egenskap | Definieras med | ||
---|---|---|---|
accessibilityImplementation : AccessibilityImplementation
Den aktuella hjälpmedelsimplementeringen (AccessibilityImplementation) för den här InteractiveObject-instansen. | InteractiveObject | ||
accessibilityProperties : AccessibilityProperties
De nuvarande hjälpmedelsalternativen för det här visningsobjektet. | DisplayObject | ||
alpha : Number
Anger det angivna objektets alfagenomskinlighetsvärde. | DisplayObject | ||
alwaysShowSelection : Boolean
Om inställningen är true och textfältet inte är i fokus markerar Flash Player markeringen i textfältet med grått. | TextField | ||
antiAliasType : String
Den typ av kantutjämning som används för det här textfältet. | TextField | ||
autoSize : String
Styr automatisk storleksinställning och justering av textfält. | TextField | ||
background : Boolean
Anger om textfältet har en bakgrundsfyllning. | TextField | ||
backgroundColor : uint
Färgen på textfältets bakgrund. | TextField | ||
blendMode : String
Ett värde från klassen BlendMode som anger vilket blandningsläge som ska användas. | DisplayObject | ||
blendShader : Shader [lässkyddad]
Ställer in en skuggning som används för blandning av förgrund och bakgrund. | DisplayObject | ||
border : Boolean
Anger om textfältet har en kantlinje. | TextField | ||
borderColor : uint
Färgen på textfältets kantlinje. | TextField | ||
bottomScrollV : int [skrivskyddad]
Ett heltal (ett 1-baserat indexvärde) som visar den nedersta raden som är synlig i textfältet som anges. | TextField | ||
cacheAsBitmap : Boolean
Om det är true, sparar Flash-miljöerna en intern bitmappsrepresentation av visningsobjektet i cache-minnet. | DisplayObject | ||
cacheAsBitmapMatrix : Matrix
Om detta inte är null definierar det här Matrix-objektet hur ett visningsobjekt återges när cacheAsBitmap har värdet true. | DisplayObject | ||
caretIndex : int [skrivskyddad]
Indexvärdet för inmatningspunkten. | TextField | ||
condenseWhite : Boolean
Ett booleskt värde som anger om extra tomrum (blanksteg, radbrytningar o.s.v.) i ett textfält med HTML-text tas bort. | TextField | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
contextMenu : NativeMenu
Anger vilken snabbmeny som är associerad med det här objektet. | InteractiveObject | ||
defaultTextFormat : flash.text:TextFormat
Anger vilket format som ska användas för nyinfogad text, till exempel text som anges av en användare eller text som infogas med metoden replaceSelectedText(). | TextField | ||
displayAsPassword : Boolean
Anger om textfältet har ett lösenord. | TextField | ||
doubleClickEnabled : Boolean
Anger om det här objektet tar emot doubleClick-händelser. | InteractiveObject | ||
editable : Boolean
Specifies whether the text is editable, true,
or not, false. | StyleableTextField | ||
embedFonts : Boolean
Anger om rendering ska göras med inbäddade teckensnittskonturer. | TextField | ||
enabled : Boolean
Whether the component can accept user interaction. | StyleableTextField | ||
filters : Array
En indexerad array som innehåller varje filterobjekt som är associerat med visningsobjektet. | DisplayObject | ||
focusEnabled : Boolean
Indicates whether the component can receive focus when tabbed to. | StyleableTextField | ||
focusRect : Object
Anger om det här objektet visar en fokusram. | InteractiveObject | ||
gridFitType : String
Den typ av rutnätspassning som används för det här textfältet. | TextField | ||
height : Number
Anger visningsobjektets höjd i pixlar. | DisplayObject | ||
horizontalScrollPosition : Number
The horizontal scroll position of the text. | StyleableTextField | ||
htmlText : String
Innehåller HTML-representationen av textfältets innehåll. | TextField | ||
isTruncated : Boolean [skrivskyddad]
Indicates whether the text has been truncated, true,
or not, false. | StyleableTextField | ||
length : int [skrivskyddad]
Antalet tecken i ett textfält. | TextField | ||
lineBreak : String
Controls word wrapping within the text. | StyleableTextField | ||
loaderInfo : LoaderInfo [skrivskyddad]
Returnerar ett LoaderInfo-objekt som innehåller information om hur filen som visningsobjektet tillhör ska läsas in. | DisplayObject | ||
mask : DisplayObject
Det anropande visningsobjektet maskeras av det angivna visningsobjektet. | DisplayObject | ||
maxChars : int
Det maximala antal tecken som en användare kan skriva i textfältet. | TextField | ||
maxScrollH : int [skrivskyddad]
Maxvärdet för scrollH. | TextField | ||
maxScrollV : int [skrivskyddad]
Maxvärdet för scrollV. | TextField | ||
metaData : Object
Erhåller metadataobjektet för instansen DisplayObject om metadata har lagrats tillsammans med instansen för detta DisplayObject i SWF-filen via en PlaceObject4-tagg. | DisplayObject | ||
minHeight : Number
The minimum recommended height of the component to be considered
by the parent during layout. | StyleableTextField | ||
minWidth : Number
The minimum recommended width of the component to be considered
by the parent during layout. | StyleableTextField | ||
mouseEnabled : Boolean
Anger om det här objektet tar emot musmeddelanden eller annan indata från användaren. | InteractiveObject | ||
mouseWheelEnabled : Boolean
Ett booleskt värde som anger om Flash Player automatiskt ska rulla textfält med flera rader när användaren klickar i ett textfält och rullar på mushjulet. | TextField | ||
mouseX : Number [skrivskyddad]
Anger x-koordinaten för musens eller användarens indataenhets position i pixlar. | DisplayObject | ||
mouseY : Number [skrivskyddad]
Anger y-koordinaten för musens eller användarens indataenhets position i pixlar. | DisplayObject | ||
multiline : Boolean
Anger om textfältet har flera rader. | TextField | ||
name : String
Anger instansnamnet för DisplayObject. | DisplayObject | ||
needsSoftKeyboard : Boolean
Anger om ett virtuellt tangentbord (t.ex. ett skärmtangentbord) ska visas när den här InteractiveObject-instansen är i fokus. | InteractiveObject | ||
numLines : int [skrivskyddad]
Definierar antalet textrader i ett textfält med flera rader. | TextField | ||
opaqueBackground : Object
Anger om visningsobjektet är ogenomskinligt med en viss bakgrundsfärg. | DisplayObject | ||
parent : DisplayObjectContainer [skrivskyddad]
Anger DisplayObjectContainer-objektet som innehåller visningsobjektet. | DisplayObject | ||
restrict : String
Anger den teckenuppsättning en användare kan använda för att skriva i textfältet. | TextField | ||
root : DisplayObject [skrivskyddad]
För ett visningsobjekt i en inläst SWF-fil är rotegenskapen det översta visningsobjektet i den del av visningslistans trädstruktur som representeras av den SWF-filen. | DisplayObject | ||
rotation : Number
Anger DisplayObject-instansens rotation i grader från den ursprungliga orienteringen. | DisplayObject | ||
rotationX : Number
Anger x-axelsrotationen i grader för DisplayObject-instansen, från den ursprungliga orienteringen i förhållande till den överordnade 3D-behållaren. | DisplayObject | ||
rotationY : Number
Anger y-axelsrotationen i grader för DisplayObject-instansen, från den ursprungliga orienteringen i förhållande till den överordnade 3D-behållaren. | DisplayObject | ||
rotationZ : Number
Anger z-axelsrotationen i grader för DisplayObject-instansen, från den ursprungliga orienteringen i förhållande till den överordnade 3D-behållaren. | DisplayObject | ||
scale9Grid : Rectangle
Det skalningsrutnät som används för närvarande. | DisplayObject | ||
scaleX : Number
Anger vågrät skala (i procent) för objektet utifrån dess registreringspunkt. | DisplayObject | ||
scaleY : Number
Anger lodrät skala (i procent) för objektet utifrån dess registreringspunkt. | DisplayObject | ||
scaleZ : Number
Anger djupskala (procent) för objektet utifrån dess registreringspunkt. | DisplayObject | ||
scrollH : int
Den vågräta rullningspositionen. | TextField | ||
scrollRect : Rectangle
Visningsobjektets gränser för rullningsrektangeln. | DisplayObject | ||
scrollV : int
Den lodräta positionen för texten i ett textfält. | TextField | ||
selectable : Boolean
Ett booleskt värde som anger om ett textfält är markeringsbart. | TextField | ||
selectionActivePosition : int [skrivskyddad]
The active, or last clicked position, of the selection. | StyleableTextField | ||
selectionAnchorPosition : int [skrivskyddad]
The anchor, or first clicked position, of the selection. | StyleableTextField | ||
selectionBeginIndex : int [skrivskyddad]
Det nollbaserade teckenindexvärdet för det första tecknet i den aktuella markeringen. | TextField | ||
selectionEndIndex : int [skrivskyddad]
Det nollbaserade teckenindexvärdet för det sista tecknet i den aktuella markeringen. | TextField | ||
sharpness : Number
Skärpan på specialtecknens kanter i det här textfältet. | TextField | ||
softKeyboard : String
Kontrollerar utseendet på skärmtangentbordet. | InteractiveObject | ||
softKeyboardInputAreaOfInterest : Rectangle
Definierar det område som ska behållas på skärmen när skärmtangentbordet visas (ej tillgängligt på iOS). | InteractiveObject | ||
stage : Stage [skrivskyddad]
Visningsobjektets scen. | DisplayObject | ||
styleDeclaration : CSSStyleDeclaration
Storage for the inline inheriting styles on this object. | StyleableTextField | ||
styleName : Object
The class style used by this component. | StyleableTextField | ||
styleSheet : StyleSheet
Kopplar en formatmall till textfältet. | TextField | ||
tabEnabled : Boolean
Anger om det här objektet inkluderas i tabbordningen. | InteractiveObject | ||
tabIndex : int
Anger tabbordningen för objekt i en SWF-fil. | InteractiveObject | ||
text : String [åsidosätt]
The text displayed by this text component. | StyleableTextField | ||
textColor : uint
Färgen på texten i ett textfält, i hexadecimalt format. | TextField | ||
textHeight : Number [skrivskyddad]
Textens höjd i pixlar. | TextField | ||
textInteractionMode : String [skrivskyddad]
Egenskapen för interaktionsläge. Standardvärdet är TextInteractionMode.NORMAL. | TextField | ||
textWidth : Number [skrivskyddad]
Textens bredd i pixlar. | TextField | ||
thickness : Number
Tjockleken på specialtecknens kanter i det här textfältet. | TextField | ||
transform : flash.geom:Transform
Ett objekt med egenskaper som gäller ett visningsobjekts matris, färgomformning och pixelgränser. | DisplayObject | ||
type : String
Textfältets typ. | TextField | ||
useRichTextClipboard : Boolean
Anger om textformateringen ska kopieras och klistras in med texten. | TextField | ||
verticalScrollPosition : Number
The vertical scroll position of the text. | StyleableTextField | ||
visible : Boolean
Om visingsobjektet är synligt eller inte. | DisplayObject | ||
width : Number
Anger visningsobjektets bredd i pixlar. | DisplayObject | ||
wordWrap : Boolean
Ett booleskt värde som anger om textfältet har automatisk radbrytning. | TextField | ||
x : Number
Anger x-koordinaten för DisplayObject-instansen i förhållande till de lokala koordinaterna för den överordnade DisplayObjectContainer. | DisplayObject | ||
y : Number
Anger y-koordinaten för DisplayObject-instansen i förhållande till de lokala koordinaterna för den överordnade DisplayObjectContainer. | DisplayObject | ||
z : Number
Anger z-koordinatens position längs DisplayObject-instansens z-axel i förhållande till den överordnade 3D-behållaren. | DisplayObject |
Metod | Definieras med | ||
---|---|---|---|
Constructor. | StyleableTextField | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | EventDispatcher | ||
[åsidosätt]
Appends the specified text to the end of the text component,
as if you had clicked at the end and typed. | StyleableTextField | ||
Commit the styles into the TextField. | StyleableTextField | ||
Skickar en händelse till händelseflödet. | EventDispatcher | ||
Returnerar en rektangel som definierar visningsområdets område i relation till targetCoordinateSpace-objektets koordinatsystem. | DisplayObject | ||
Returnerar en rektangel som utgör tecknets begränsningsram. | TextField | ||
Returnerar det nollbaserade indexvärdet för tecknet vid den punkt som anges av parametrarna x och y. | TextField | ||
Returnerar ett givet teckenindexvärde för det första tecknet i samma stycke. | TextField | ||
Returnerar en DisplayObject-referens för det angivna ID:t för en bild eller SWF-fil som har lagts till i ett HTML-formaterat textfält med en <img>-tagg. | TextField | ||
Returnerar det nollbaserade indexvärdet för raden vid den punkt som anges av parametrarna x och y. | TextField | ||
Returnerar det nollbaserade indexvärdet för raden som innehåller tecknet som anges av parametern charIndex. | TextField | ||
Returnerar antalet tecken på en viss textrad. | TextField | ||
Returnerar måttinformation om en viss textram. | TextField | ||
Returnerar teckenindexvärdet för det första tecknet på raden som anges av parametern lineIndex. | TextField | ||
Returnerar texten på raden som anges av parametern lineIndex. | TextField | ||
Returnerar längden på det stycke som innehåller ett givet teckenindexvärde. | TextField | ||
Returnerar en rektangel som definierar visningsområdets gräns, baserat på koordinatsystemet som definieras av targetCoordinateSpace-parametern, exklusive eventuella linjer i former. | DisplayObject | ||
Gets a style property that has been set anywhere in this
component's style lookup chain. | StyleableTextField | ||
Returnerar ett TextFormat-objekt som innehåller formateringsinformation för textintervallet som anges av parametrarna beginIndex och endIndex. | TextField | ||
Konverterar punktobjektet från scenens (globala) koordinater till visningsobjektets (lokala) koordinater. | DisplayObject | ||
Konverterar en tvådimensionell punkt från scenens (globala) koordinater till ett tredimensionellt visningsobjekts (lokala) koordinater. | DisplayObject | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Utvärderar begränsningsramen för visningsobjektet för att kontrollera om den överlappar eller korsar begränsningsramen för obj-visningsobjektet. | DisplayObject | ||
Utvärderar visningsobjektet för att avgöra om det överlappar eller korsar den punkt som anges av x- och y-parametrarna. | DisplayObject | ||
Inserts the specified text into the text component
as if you had typed it. | StyleableTextField | ||
[statisk]
Returnerar true om ett inbäddat teckensnitt är tillgängligt med angivet fontName och fontStyle, där Font.fontType är flash.text.FontType.EMBEDDED. | TextField | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Konverterar en tredimensionell punkt för det tredimensionella visningsobjektets (lokala) koordinater till en tvådimensionell punkt i scenens (globala) koordinater. | DisplayObject | ||
Konverterar punktobjektet från visningsobjektets (lokala) koordinater till scenens (globala) koordinater. | DisplayObject | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | EventDispatcher | ||
Ersätter markeringen med innehållet i parametern value. | TextField | ||
Ersätter teckenintervallet som anges av parametrarna beginIndex och endIndex med innehållet i parametern newText. | TextField | ||
Visar ett virtuellt tangentbord. | InteractiveObject | ||
Scroll so the specified range is in view. | StyleableTextField | ||
Selects all of the text. | StyleableTextField | ||
Selects a specified range of characters. | StyleableTextField | ||
Set focus to this text field. | StyleableTextField | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Anges som markerad text som definierats av indexvärdena för det första och sista tecknet, som anges med parametrarna beginIndex och endIndex. | TextField | ||
Sets a style property on this component instance. | StyleableTextField | ||
Använder textformateringen som angetts av formatparametern på den angivna texten i ett textfält. | TextField | ||
Detects changes to style properties. | StyleableTextField | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
[åsidosätt]
Returns a string indicating the location of this object
within the hierarchy of DisplayObjects in the Application. | FlexTextField | ||
Truncate text to make it fit horizontally in the area defined for the control,
and append an ellipsis, three periods (...), to the text. | StyleableTextField | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Format är antingen allmänna eller kopplade till ett visst tema. Om formatet är allmänt kan det användas med alla teman. Om ett format är kopplat till ett visst tema kan det bara användas om programmet använder just det temat.
Format | Beskrivning | Definieras med | ||
---|---|---|---|---|
color | Typ: uint Format: Color CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Color of text in the component, including the component label. The default value for the Halo theme is 0x0B333C .
The default value for the Spark theme is 0x000000 .
The default value for the Mobile theme is 0xFFFFFF .
| StyleableTextField | ||
fontFamily | Typ: String CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Name of the font to use. Unlike in a full CSS implementation, comma-separated lists are not supported. You can use any font family name. If you specify a generic font name, it is converted to an appropriate device font. The default font for the Halo theme is "Verdana" .
The default font for the Spark theme is "Arial" .
The default font for the Mobile theme is "_sans" .
| StyleableTextField | ||
fontSize | Typ: Number Format: Length CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Height of the text, in pixels. In the Halo theme, the default value is 10 for all controls except the ColorPicker control. For the Halo themed ColorPicker control, the default value is 11. In the Spark theme, the default value is 12 for all controls except the ColorPicker control. For the Spark themed ColorPicker control, the default value is 11. The default value for the Mobile theme is 24. | StyleableTextField | ||
fontStyle | Typ: String CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Determines whether the text is italic font. Recognized values are "normal" and "italic" .
Standardvärdet är "normal" . | StyleableTextField | ||
fontWeight | Typ: String CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Determines whether the text is boldface. Recognized values are normal and bold .
The default value for Button controls is bold .
The default value for all other controls is normal .
| StyleableTextField | ||
leading | Typ: Number Format: Length CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Additional vertical space between lines of text. The default value is 0. | StyleableTextField | ||
letterSpacing | Typ: Number CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, The number of additional pixels to appear between each character. A positive value increases the character spacing beyond the normal spacing, while a negative value decreases it. Standardvärdet är 0 . | StyleableTextField | ||
textAlign | Typ: String CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Alignment of text within a container. Possible values are "left" , "right" ,
or "center" .
The default value for most components is | StyleableTextField | ||
textDecoration | Typ: String CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Determines whether the text is underlined. Possible values are "none" and "underline" .
Standardvärdet är "none" . | StyleableTextField | ||
textIndent | Typ: Number Format: Length CSS-arv: Ja Språkversion: ActionScript 3.0 Produktversion: Flex 4.5 Körningsmiljöversioner: AIR2.5, Offset of first line of text from the left side of the container, in pixels. This property cannot be a negative number when used with the mobile theme. Standardvärdet är 0 . | StyleableTextField |
editable | egenskap |
editable:Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Specifies whether the text is editable, true
,
or not, false
.
Standardvärdet är true if type is TextFieldType.INPUT, otherwise false..
Implementering
public function get editable():Boolean
public function set editable(value:Boolean):void
enabled | egenskap |
enabled:Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Whether the component can accept user interaction.
After setting the enabled
property to false
,
some components still respond to mouse interactions such as mouseOver
.
As a result, to fully disable the component, you should also set the value
of the mouseEnabled
property to false
.
Implementering
public function get enabled():Boolean
public function set enabled(value:Boolean):void
focusEnabled | egenskap |
focusEnabled:Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Indicates whether the component can receive focus when tabbed to.
You can set focusEnabled
to false
when a
component is used as a subcomponent of another component so that
the outer component becomes the focusable entity.
If this property is false
, focus is transferred to
the first parent that has focusEnable
set to true
.
Standardvärdet är true.
Implementering
public function get focusEnabled():Boolean
public function set focusEnabled(value:Boolean):void
horizontalScrollPosition | egenskap |
isTruncated | egenskap |
lineBreak | egenskap |
lineBreak:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Controls word wrapping within the text.
This property corresponds to the lineBreak
style.
Text may be set to fit the width of the container (LineBreak.TO_FIT
),
or can be set to break only at explicit return or line feed characters (LineBreak.EXPLICIT
).
Legal values are flashx.textLayout.formats.LineBreak.EXPLICIT
,
flashx.textLayout.formats.LineBreak.TO_FIT
, and
flashx.textLayout.formats.FormatValue.INHERIT
.
Implementering
public function get lineBreak():String
public function set lineBreak(value:String):void
minHeight | egenskap |
public var minHeight:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The minimum recommended height of the component to be considered by the parent during layout. This value is in the component's coordinates, in pixels. The default value depends on the component's implementation.
If the application developer sets the value of minHeight, the new value is stored in explicitMinHeight. The default value of minHeight does not change. As a result, at layout time, if minHeight was explicitly set by the application developer, then the value of explicitMinHeight is used for the component's minimum recommended height. If minHeight is not set explicitly by the application developer, then the value of measuredMinHeight is used.
This value is used by the container in calculating
the size and position of the component.
It is not used by the component itself in determining
its default size.
Thus this property may not have any effect if parented by
Container, or containers that don't factor in
this property.
Because the value is in component coordinates,
the true minHeight
with respect to its parent
is affected by the scaleY
property.
minWidth | egenskap |
public var minWidth:Number
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The minimum recommended width of the component to be considered by the parent during layout. This value is in the component's coordinates, in pixels. The default value depends on the component's implementation.
If the application developer sets the value of minWidth, the new value is stored in explicitMinWidth. The default value of minWidth does not change. As a result, at layout time, if minWidth was explicitly set by the application developer, then the value of explicitMinWidth is used for the component's minimum recommended width. If minWidth is not set explicitly by the application developer, then the value of measuredMinWidth is used.
This value is used by the container in calculating
the size and position of the component.
It is not used by the component itself in determining
its default size.
Thus this property may not have any effect if parented by
Container, or containers that don't factor in
this property.
Because the value is in component coordinates,
the true minWidth
with respect to its parent
is affected by the scaleX
property.
selectionActivePosition | egenskap |
selectionActivePosition:int
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The active, or last clicked position, of the selection. If the implementation does not support selection anchor this is the last character of the selection.
Implementering
public function get selectionActivePosition():int
selectionAnchorPosition | egenskap |
selectionAnchorPosition:int
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The anchor, or first clicked position, of the selection. If the implementation does not support selection anchor this is the first character of the selection.
Implementering
public function get selectionAnchorPosition():int
styleDeclaration | egenskap |
styleDeclaration:CSSStyleDeclaration
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Storage for the inline inheriting styles on this object.
This CSSStyleDeclaration is created the first time that
the setStyle()
method
is called on this component to set an inheriting style.
Developers typically never need to access this property directly.
Implementering
public function get styleDeclaration():CSSStyleDeclaration
public function set styleDeclaration(value:CSSStyleDeclaration):void
styleName | egenskap |
text | egenskap |
text:String
[åsidosätt] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The text displayed by this text component.
The formatting of this text is controlled by CSS styles. The supported styles depend on the subclass.
Standardvärdet är "".
Implementering
override public function get text():String
override public function set text(value:String):void
verticalScrollPosition | egenskap |
StyleableTextField | () | Konstruktor |
public function StyleableTextField()
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Constructor.
appendText | () | metod |
override public function appendText(text:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Appends the specified text to the end of the text component, as if you had clicked at the end and typed.
An insertion point is then set after the new text. If necessary, the text will scroll to ensure that the insertion point is visible.
Parametrar
text:String — The text to be appended.
|
commitStyles | () | metod |
public function commitStyles():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Commit the styles into the TextField. This method must be called before the text is displayed, and any time the styles have changed. This method does nothing if the styles have already been committed.
getStyle | () | metod |
public function getStyle(styleProp:String):*
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Gets a style property that has been set anywhere in this component's style lookup chain.
This same method is used to get any kind of style property, so the value returned can be a Boolean, String, Number, int, uint (for an RGB color), Class (for a skin), or any kind of object. Therefore the return type is simply specified as *.
If you are getting a particular style property, you know its type and often want to store the result in a variable of that type. No casting from * to that type is necessary.
var backgroundColor:uint = getStyle("backgroundColor");
If the style property has not been set anywhere in the
style lookup chain, the value returned by getStyle()
is undefined
.
Note that undefined
is a special value that is
not the same as false
, ""
,
NaN
, 0
, or null
.
No valid style value is ever undefined
.
You can use the method
IStyleManager2.isValidStyleValue()
to test whether the value was set.
Parametrar
styleProp:String — Name of the style property.
|
* — Style value.
|
insertText | () | metod |
public function insertText(text:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Inserts the specified text into the text component as if you had typed it.
If a range was selected, the new text replaces the selected text. If there was an insertion point, the new text is inserted there.
An insertion point is then set after the new text. If necessary, the text will scroll to ensure that the insertion point is visible.
Parametrar
text:String — The text to be inserted.
|
Utlöser
Error — This method or property cannot be used on a text field with a style sheet.
|
scrollToRange | () | metod |
public function scrollToRange(anchorPosition:int, activePosition:int):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Scroll so the specified range is in view.
Parametrar
anchorPosition:int — The anchor position of the selection range.
| |
activePosition:int — The active position of the selection range.
|
selectAll | () | metod |
public function selectAll():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Selects all of the text.
selectRange | () | metod |
public function selectRange(anchorIndex:int, activeIndex:int):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Selects a specified range of characters.
If either position is negative, it will deselect the text range.
Parametrar
anchorIndex:int — The character position specifying the end
of the selection that stays fixed when the selection is extended.
| |
activeIndex:int — The character position specifying the end
of the selection that moves when the selection is extended.
|
setFocus | () | metod |
public function setFocus():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Set focus to this text field.
setStyle | () | metod |
public function setStyle(styleProp:String, value:*):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Sets a style property on this component instance.
This can override a style that was set globally.
Calling the setStyle()
method can result in decreased performance.
Use it only when necessary.
Parametrar
styleProp:String — Name of the style property.
| |
value:* — New value for the style.
|
styleChanged | () | metod |
public function styleChanged(styleProp:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Detects changes to style properties. When any style property is set,
Flex calls the styleChanged()
method,
passing to it the name of the style being set.
This is an advanced method that you might override
when creating a subclass of UIComponent. When you create a custom component,
you can override the styleChanged()
method
to check the style name passed to it, and handle the change accordingly.
This lets you override the default behavior of an existing style,
or add your own custom style properties.
If you handle the style property, your override of
the styleChanged()
method should call the
invalidateDisplayList()
method to cause Flex to execute
the component's updateDisplayList()
method at the next screen update.
Parametrar
styleProp:String — The name of the style property, or null if all styles for this
component have changed.
|
truncateToFit | () | metod |
public function truncateToFit(truncationIndicator:String = "..."):Boolean
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
Truncate text to make it fit horizontally in the area defined for the control, and append an ellipsis, three periods (...), to the text. This function only works for single line text.
Parametrar
truncationIndicator:String (default = "... ") — The text to be appended after truncation.
If you pass null , a localizable string
such as "..." will be used.
|
Boolean — true if the text needed truncation.
|
Tue Jun 12 2018, 01:40 PM Z