Paquete | spark.components.supportClasses |
Clase | public class StyleableTextField |
Herencia | StyleableTextField FlexTextField TextField InteractiveObject DisplayObject EventDispatcher Object |
Implementa | IEditableText, ISimpleStyleClient, IVisualElement |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Más ejemplos
Propiedad | Definido por | ||
---|---|---|---|
accessibilityImplementation : AccessibilityImplementation
La implementación actual de accesibilidad (AccessibilityImplementation) para esta instancia de InteractiveObject. | InteractiveObject | ||
accessibilityProperties : AccessibilityProperties
Las opciones de accesibilidad actuales para este objeto de visualización. | DisplayObject | ||
alpha : Number
Indica el valor de transparencia alfa del objeto especificado. | DisplayObject | ||
alwaysShowSelection : Boolean
Cuando se establece como true y el campo de texto no está seleccionado, Flash Player resalta la selección del campo de texto en color gris. | TextField | ||
antiAliasType : String
Tipo de suavizado que se utiliza en este campo de texto. | TextField | ||
autoSize : String
Controla la asignación de tamaño y alineación automáticas de los campos de texto. | TextField | ||
background : Boolean
Especifica si el campo de texto tiene relleno de fondo. | TextField | ||
backgroundColor : uint
Color del fondo del campo de texto. | TextField | ||
blendMode : String
Un valor de la clase BlendMode que especifica el modo de mezcla que debe utilizarse. | DisplayObject | ||
blendShader : Shader [solo escritura]
Define un sombreado para utilizarlo en la mezcla del primer plano y del fondo. | DisplayObject | ||
border : Boolean
Especifica si el campo de texto tiene un borde. | TextField | ||
borderColor : uint
Color del borde del campo de texto. | TextField | ||
bottomScrollV : int [solo lectura]
Un entero (índice basado en uno) que indica la última línea visible en el campo de texto especificado. | TextField | ||
cacheAsBitmap : Boolean
Si se define como true, los motores de ejecución de Flash dejan en caché una representación interna de mapa de bits del objeto de visualización. | DisplayObject | ||
cacheAsBitmapMatrix : Matrix
Si su valor no es null, este objeto Matrix define cómo un objeto de visualización se procesa cuando cacheAsBitmap se define como true. | DisplayObject | ||
caretIndex : int [solo lectura]
El índice de la posición del punto de inserción (intercalación). | TextField | ||
condenseWhite : Boolean
Un valor booleano que especifica si se eliminarán los espacios en blanco adicionales (espacios, saltos de línea, etc.) en el campo de texto con texto HTML. | TextField | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
contextMenu : NativeMenu
Especifica el menú contextual asociado a este objeto. | InteractiveObject | ||
defaultTextFormat : flash.text:TextFormat
Especifica el formato aplicado al texto nuevo insertado, por ejemplo, texto introducido por un usuario o insertado mediante el método replaceSelectedText(). | TextField | ||
displayAsPassword : Boolean
Especifica si el campo de texto es de contraseña. | TextField | ||
doubleClickEnabled : Boolean
Especifica si este objeto recibe eventos doubleClick. | InteractiveObject | ||
editable : Boolean
Specifies whether the text is editable, true,
or not, false. | StyleableTextField | ||
embedFonts : Boolean
Especifica si representar utilizando contornos de fuentes incorporadas. | TextField | ||
enabled : Boolean
Whether the component can accept user interaction. | StyleableTextField | ||
filters : Array
Conjunto indexado que contiene todos los objetos de filtro actualmente asociados con el objeto de visualización. | DisplayObject | ||
focusEnabled : Boolean
Indicates whether the component can receive focus when tabbed to. | StyleableTextField | ||
focusRect : Object
Especifica si este objeto muestra un rectángulo de selección. | InteractiveObject | ||
gridFitType : String
Tipo de ajuste de cuadrícula que se utiliza en este campo de texto. | TextField | ||
height : Number
Indica la altura del objeto de visualización, expresada en píxeles. | DisplayObject | ||
horizontalScrollPosition : Number
The horizontal scroll position of the text. | StyleableTextField | ||
htmlText : String
Contiene la representación HTML del contenido del campo de texto. | TextField | ||
isTruncated : Boolean [solo lectura]
Indicates whether the text has been truncated, true,
or not, false. | StyleableTextField | ||
length : int [solo lectura]
El número de caracteres de un campo de texto. | TextField | ||
lineBreak : String
Controls word wrapping within the text. | StyleableTextField | ||
loaderInfo : LoaderInfo [solo lectura]
Devuelve un objeto LoaderInfo que contiene información sobre la carga del archivo al que pertenece este objeto de visualización. | DisplayObject | ||
mask : DisplayObject
El objeto de visualización que origina la llamada se enmascara mediante el objeto mask especificado. | DisplayObject | ||
maxChars : int
El número máximo de caracteres que puede incluir el campo de texto, tal y como los ha introducido el usuario. | TextField | ||
maxScrollH : int [solo lectura]
Valor máximo de scrollH. | TextField | ||
maxScrollV : int [solo lectura]
Valor máximo de scrollV. | TextField | ||
metaData : Object
Obtiene el objeto de metadatos de la instancia de DisplayObject si los metadatos se almacenaron con la instancia de este objeto DisplayObject en el archivo SWF a través de una etiqueta PlaceObject4. | 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
Especifica si este objeto recibe la entrada del ratón, la entrada del usuario o mensajes. | InteractiveObject | ||
mouseWheelEnabled : Boolean
Valor booleano que indica si Flash Player desplazará automáticamente campos de texto multilínea cuando el usuario haga clic en un campo de texto y gire la rueda del ratón. | TextField | ||
mouseX : Number [solo lectura]
Indica la coordenada x de la posición del ratón o del dispositivo de entrada del usuario, en píxeles. | DisplayObject | ||
mouseY : Number [solo lectura]
Indica la coordenada y de la posición del ratón o del dispositivo de entrada del usuario, en píxeles. | DisplayObject | ||
multiline : Boolean
Indica si el campo de texto es multilínea. | TextField | ||
name : String
Indica el nombre de instancia de DisplayObject. | DisplayObject | ||
needsSoftKeyboard : Boolean
Especifica si un teclado virtual (teclado en pantalla) se debe mostrar cuando esta instancia de InteractiveObject recibe la selección. | InteractiveObject | ||
numLines : int [solo lectura]
Define el número de líneas de texto de un campo de varias líneas. | TextField | ||
opaqueBackground : Object
Especifica si el objeto de visualización es opaco con un determinado color de fondo. | DisplayObject | ||
parent : DisplayObjectContainer [solo lectura]
Indica el objeto DisplayObjectContainer que contiene este objeto de visualización. | DisplayObject | ||
restrict : String
Indica el conjunto de caracteres que los usuarios pueden introducir en el campo de texto. | TextField | ||
root : DisplayObject [solo lectura]
Para un objeto de visualización en un archivo SWF cargado, la propiedad root es el objeto de visualización de nivel más alto en la parte de la estructura de árbol de la lista de visualización representada por dicho archivo SWF. | DisplayObject | ||
rotation : Number
Indica el giro de la instancia de DisplayObject, expresado en grados, con respecto a su orientación original. | DisplayObject | ||
rotationX : Number
Indica la rotación del eje x de la instancia de DisplayObject, en grados, desde su orientación original relativa al contenedor principal 3D. | DisplayObject | ||
rotationY : Number
Indica la rotación del eje y de la instancia de DisplayObject, en grados, desde su orientación original relativa al contenedor principal 3D. | DisplayObject | ||
rotationZ : Number
Indica la rotación del eje z de la instancia de DisplayObject, en grados, desde su orientación original relativa al contenedor principal 3D. | DisplayObject | ||
scale9Grid : Rectangle
La cuadrícula de escala aplicada actualmente. | DisplayObject | ||
scaleX : Number
Indica la escala horizontal (percentage) del objeto aplicada desde el punto de registro. | DisplayObject | ||
scaleY : Number
Indica la escala vertical (percentage) de un objeto aplicada desde el punto de registro del objeto. | DisplayObject | ||
scaleZ : Number
Indica la escala de profundidad (porcentaje) de un objeto aplicada desde el punto de registro del objeto. | DisplayObject | ||
scrollH : int
La posición de desplazamiento horizontal actual. | TextField | ||
scrollRect : Rectangle
Los límites del rectángulo de desplazamiento del objeto de visualización. | DisplayObject | ||
scrollV : int
La posición vertical del texto de un campo de texto. | TextField | ||
selectable : Boolean
Valor booleano que indica si el campo de texto puede seleccionarse. | TextField | ||
selectionActivePosition : int [solo lectura]
The active, or last clicked position, of the selection. | StyleableTextField | ||
selectionAnchorPosition : int [solo lectura]
The anchor, or first clicked position, of the selection. | StyleableTextField | ||
selectionBeginIndex : int [solo lectura]
El valor de índice basado en cero del primer carácter de la selección actual. | TextField | ||
selectionEndIndex : int [solo lectura]
El valor de índice basado en cero del último carácter de la selección actual. | TextField | ||
sharpness : Number
La nitidez de los bordes de glifo en este campo de texto. | TextField | ||
softKeyboard : String
Controla la apariencia del teclado virtual. | InteractiveObject | ||
softKeyboardInputAreaOfInterest : Rectangle
Define el área que debe permanecer en pantalla cuando se muestra un teclado virtual (no disponible en iOS). | InteractiveObject | ||
stage : Stage [solo lectura]
El escenario del objeto de visualización. | 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
Asocia una hoja de estilos al campo de texto. | TextField | ||
tabEnabled : Boolean
Especifica si este objeto está en el orden de tabulación. | InteractiveObject | ||
tabIndex : int
Especifica el orden de tabulación de los objetos de un archivo SWF. | InteractiveObject | ||
text : String [override]
The text displayed by this text component. | StyleableTextField | ||
textColor : uint
El color del texto de un campo de texto, expresado en formato hexadecimal. | TextField | ||
textHeight : Number [solo lectura]
La altura del texto, expresada en píxeles. | TextField | ||
textInteractionMode : String [solo lectura]
La propiedad del modo de interacción; el valor predeterminado es TextInteractionMode.NORMAL. | TextField | ||
textWidth : Number [solo lectura]
La anchura del texto, expresada en píxeles. | TextField | ||
thickness : Number
El grosor de los bordes de glifo en este campo de texto. | TextField | ||
transform : flash.geom:Transform
Objeto con propiedades pertenecientes a una matriz, transformación de color y límites de píxel de un objeto de visualización. | DisplayObject | ||
type : String
Tipo del campo de texto. | TextField | ||
useRichTextClipboard : Boolean
Especifica si se copia y se pega el formato del texto junto con el propio texto. | TextField | ||
verticalScrollPosition : Number
The vertical scroll position of the text. | StyleableTextField | ||
visible : Boolean
Indica si el objeto de visualización es visible. | DisplayObject | ||
width : Number
Indica la anchura del objeto de visualización, expresada en píxeles. | DisplayObject | ||
wordWrap : Boolean
Valor booleano que indica si el campo de texto tiene ajuste de texto. | TextField | ||
x : Number
Indica la coordenada x de la instancia de DisplayObject en relación a las coordenadas locales del DisplayObjectContainer principal. | DisplayObject | ||
y : Number
Indica la coordenada y de la instancia de DisplayObject en relación a las coordenadas locales del DisplayObjectContainer principal. | DisplayObject | ||
z : Number
Indica la posición de la coordenada z en el eje z de la instancia de DisplayObject relativa al contenedor principal 3D. | DisplayObject |
Método | Definido por | ||
---|---|---|---|
Constructor. | StyleableTextField | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
[override]
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 | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Devuelve un rectángulo que define el área del objeto de visualización relativo al sistema de coordenadas del objeto targetCoordinateSpace. | DisplayObject | ||
Devuelve un rectángulo como recuadro de delimitación del carácter. | TextField | ||
Devuelve un valor de índice basado en cero del carácter en el punto especificado por los parámetros x e y. | TextField | ||
Dado un índice del carácter, devuelve el índice del primer carácter del mismo párrafo. | TextField | ||
Devuelve una referencia DisplayObject para el id dado, ya que se ha añadido una imagen o un archivo SWF a un campo de texto con formato HTML mediante la etiqueta <img>. | TextField | ||
Devuelve un valor de índice basado en cero de la línea en el punto especificado por los parámetros x e y. | TextField | ||
Devuelve un valor de índice basado en cero de la línea que contiene el carácter especificado por el parámetro | TextField | ||
Devuelve el número de caracteres de una línea de texto específica. | TextField | ||
Devuelve información de medidas sobre una línea de texto dada. | TextField | ||
Devuelve el índice de carácter del primer carácter de la línea especificada por el parámetro lineIndex. | TextField | ||
Devuelve el texto de la línea especificada por el parámetro lineIndex. | TextField | ||
Dado un índice de carácter, devuelve la longitud del párrafo que contiene dicho carácter. | TextField | ||
Devuelve un rectángulo que define el límite del objeto de visualización, basado en el sistema de coordenadas definido por el parámetro targetCoordinateSpace, excluyendo los trazos en las formas. | DisplayObject | ||
Gets a style property that has been set anywhere in this
component's style lookup chain. | StyleableTextField | ||
Devuelve un objeto TextFormat que contiene información de formato para el rango de texto especificado por los parámetros beginIndex y endIndex. | TextField | ||
Convierte el objeto point de las coordenadas del escenario (globales) en las coordenadas del objeto de visualización (locales). | DisplayObject | ||
Convierte un punto bidimensional de las coordenadas (globales) del escenario en coordenadas (locales) de un objeto tridimensional. | DisplayObject | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Calcula el cuadro delimitador del objeto de visualización para ver si se solapa o corta con el cuadro delimitador del objeto de visualización obj. | DisplayObject | ||
Evalúa el objeto de visualización para comprobar si se solapa o presenta un punto de intersección con el punto especificado por los parámetros x e y. | DisplayObject | ||
Inserts the specified text into the text component
as if you had typed it. | StyleableTextField | ||
[estática]
Devuelve true si hay disponible una fuente incorporada con las propiedades fontName y fontStyle especificadas, donde Font.fontType sea flash.text.FontType.EMBEDDED. | TextField | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Convierte un punto tridimensional de las coordenadas (locales) del objeto de visualización tridimensional en un punto bidimensional en las coordenadas (globales) del escenario. | DisplayObject | ||
Convierte el objeto point de coordenadas del objeto de visualización (locales) en coordenadas del escenario (globales). | DisplayObject | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Reemplaza la selección actual por el contenido del parámetro del valor. | TextField | ||
Reemplaza el rango de caracteres especificados por los parámetros beginIndex y endIndex con el contenido del parámetro newText. | TextField | ||
Muestra un teclado virtual. | 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 | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Establece como seleccionado el texto designado por los valores de índice de los primeros y últimos caracteres, especificados por los parámetros beginIndex y endIndex. | TextField | ||
Sets a style property on this component instance. | StyleableTextField | ||
Aplica el formato de texto especificado por el parámetro format al texto especificado en un campo de texto. | TextField | ||
Detects changes to style properties. | StyleableTextField | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
[override]
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 | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Los estilos son comunes o están asociados a un tema específico. Si el estilo es común, se puede utilizar con cualquier tema. Si un estilo está asociado a un tema específico, solo se puede utilizar si la aplicación usa dicho tema.
Estilo | Descripción | Definido por | ||
---|---|---|---|---|
color | Tipo: uint Formato: Color Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: 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 | Tipo: String Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: 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 | Tipo: Number Formato: Length Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: 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 | Tipo: String Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: AIR2.5, Determines whether the text is italic font. Recognized values are "normal" and "italic" .
El valor predeterminado es "normal" . | StyleableTextField | ||
fontWeight | Tipo: String Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: 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 | Tipo: Number Formato: Length Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: AIR2.5, Additional vertical space between lines of text. The default value is 0. | StyleableTextField | ||
letterSpacing | Tipo: Number Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: 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. El valor predeterminado es 0 . | StyleableTextField | ||
textAlign | Tipo: String Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: AIR2.5, Alignment of text within a container. Possible values are "left" , "right" ,
or "center" .
The default value for most components is | StyleableTextField | ||
textDecoration | Tipo: String Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: AIR2.5, Determines whether the text is underlined. Possible values are "none" and "underline" .
El valor predeterminado es "none" . | StyleableTextField | ||
textIndent | Tipo: Number Formato: Length Herencia CSS: Sí Versión del lenguaje: ActionScript 3.0 Versión de producto: Flex 4.5 Versiones de motor de ejecución: 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. El valor predeterminado es 0 . | StyleableTextField |
editable | propiedad |
editable:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Specifies whether the text is editable, true
,
or not, false
.
El valor predeterminado es true if type is TextFieldType.INPUT, otherwise false..
Implementación
public function get editable():Boolean
public function set editable(value:Boolean):void
enabled | propiedad |
enabled:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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
.
Implementación
public function get enabled():Boolean
public function set enabled(value:Boolean):void
focusEnabled | propiedad |
focusEnabled:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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
.
El valor predeterminado es true.
Implementación
public function get focusEnabled():Boolean
public function set focusEnabled(value:Boolean):void
horizontalScrollPosition | propiedad |
horizontalScrollPosition:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
The horizontal scroll position of the text.
Implementación
public function get horizontalScrollPosition():Number
public function set horizontalScrollPosition(value:Number):void
isTruncated | propiedad |
lineBreak | propiedad |
lineBreak:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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
.
Implementación
public function get lineBreak():String
public function set lineBreak(value:String):void
minHeight | propiedad |
public var minHeight:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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 | propiedad |
public var minWidth:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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 | propiedad |
selectionActivePosition:int
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Implementación
public function get selectionActivePosition():int
selectionAnchorPosition | propiedad |
selectionAnchorPosition:int
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Implementación
public function get selectionAnchorPosition():int
styleDeclaration | propiedad |
styleDeclaration:CSSStyleDeclaration
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Implementación
public function get styleDeclaration():CSSStyleDeclaration
public function set styleDeclaration(value:CSSStyleDeclaration):void
styleName | propiedad |
text | propiedad |
text:String
[override] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
El valor predeterminado es "".
Implementación
override public function get text():String
override public function set text(value:String):void
verticalScrollPosition | propiedad |
verticalScrollPosition:Number
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
The vertical scroll position of the text.
Implementación
public function get verticalScrollPosition():Number
public function set verticalScrollPosition(value:Number):void
StyleableTextField | () | Información sobre |
public function StyleableTextField()
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Constructor.
appendText | () | método |
override public function appendText(text:String):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
text:String — The text to be appended.
|
commitStyles | () | método |
public function commitStyles():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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 | () | método |
public function getStyle(styleProp:String):*
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
styleProp:String — Name of the style property.
|
* — Style value.
|
insertText | () | método |
public function insertText(text:String):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
text:String — The text to be inserted.
|
Emite
Error — This method or property cannot be used on a text field with a style sheet.
|
scrollToRange | () | método |
public function scrollToRange(anchorPosition:int, activePosition:int):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Scroll so the specified range is in view.
Parámetros
anchorPosition:int — The anchor position of the selection range.
| |
activePosition:int — The active position of the selection range.
|
selectAll | () | método |
public function selectAll():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Selects all of the text.
selectRange | () | método |
public function selectRange(anchorIndex:int, activeIndex:int):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Selects a specified range of characters.
If either position is negative, it will deselect the text range.
Parámetros
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 | () | método |
public function setFocus():void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | AIR 2.5 |
Set focus to this text field.
setStyle | () | método |
public function setStyle(styleProp:String, value:*):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
styleProp:String — Name of the style property.
| |
value:* — New value for the style.
|
styleChanged | () | método |
public function styleChanged(styleProp:String):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
styleProp:String — The name of the style property, or null if all styles for this
component have changed.
|
truncateToFit | () | método |
public function truncateToFit(truncationIndicator:String = "..."):Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4.5 |
Versiones de motor de ejecución: | 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.
Parámetros
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, 02:12 PM Z