패키지 | spark.globalization |
클래스 | public class StringTools |
상속 | StringTools GlobalizationBase AdvancedStyleClient EventDispatcher Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
StringTools
class provides locale-sensitve case
conversion methods.
This class is a wrapper class around the
flash.globalization.StringTools
.
Therefore, the case conversion functionality is provided by the
flash.globalization.StringTools
class.
However, this StringTools
class can be used in MXML
declartions, uses the locale style for the requested Locale ID name, and
has methods and properties that are bindable.
Additionally, events are generated if there is an error or warning
generated by the flash.globalization class.
The flash.globalization.StringTools
class uses the
underlying operating system for the case conversion functionality and
on some operating systems, the flash.globalization
classes
are unsupported, this wrapper class provides fallback that makes use of
the case conversion provided by the String
class.
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
actualLocaleIDName : String [재정의] [읽기 전용]
The name of the actual locale ID used by this class object. | StringTools | ||
className : String [읽기 전용]
The name of the component class. | AdvancedStyleClient | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
id : String
The identity of the component. | AdvancedStyleClient | ||
inheritingStyles : Object
An object containing the inheritable styles for this non-visual
style client instance. | AdvancedStyleClient | ||
lastOperationStatus : String [재정의] [읽기 전용]
The status of the most recent operation that this class object
performed. | StringTools | ||
moduleFactory : IFlexModuleFactory
A module factory is used as context for
finding the style manager that controls the styles for this
non-visual style client instance. | AdvancedStyleClient | ||
nonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles. | AdvancedStyleClient | ||
styleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this
object. | AdvancedStyleClient | ||
styleManager : IStyleManager2 [읽기 전용]
Returns the StyleManager instance used by this component. | AdvancedStyleClient | ||
styleName : Object
The source of this object's style values. | AdvancedStyleClient | ||
styleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors. | AdvancedStyleClient |
메서드 | 정의 주체 | ||
---|---|---|---|
Constructs a new StringTools object that provides case conversion and
other utilities according to the conventions of a given locale. | StringTools | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
Deletes a style property from this component instance. | AdvancedStyleClient | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
[정적]
Lists all of the locale ID names supported by this class. | StringTools | ||
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. | AdvancedStyleClient | ||
[재정의]
Gets a style property that has been set anywhere in this
component's style lookup chain. | GlobalizationBase | ||
Returns true if currentCSSState is not null. | AdvancedStyleClient | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
The initialized method is called when this class or a class that
extends this class is used in an MXML declaration. | AdvancedStyleClient | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
Returns true if cssState matches currentCSSState. | AdvancedStyleClient | ||
Determines whether this instance is the same as, or is a subclass of,
the given type. | AdvancedStyleClient | ||
Propagates style changes to the children of this style client
instance. | AdvancedStyleClient | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
Sets up the internal style cache values so that the
getStyle()
method functions. | AdvancedStyleClient | ||
Registers the EffectManager as one of the event listeners
for each effect event. | AdvancedStyleClient | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
Sets a style property on this component instance. | AdvancedStyleClient | ||
Detects changes to style properties. | AdvancedStyleClient | ||
Flex calls the stylesInitialized() method when
the styles for a component are first initialized. | AdvancedStyleClient | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
Converts a string to lowercase according to language conventions. | StringTools | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
Converts a string to uppercase according to language conventions. | StringTools | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
스타일은 일반적이거나 특정 테마와 연결되어 있을 수 있습니다. 일반적인 스타일인 경우 모든 테마와 함께 사용할 수 있지만, 특정 테마와 연결된 스타일인 경우 응용 프로그램이 해당 테마를 사용하는 경우에만 스타일을 사용할 수 있습니다.
actualLocaleIDName | 속성 |
actualLocaleIDName:String
[읽기 전용] [재정의] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The name of the actual locale ID used by this class object. This is the locale that is used to access the formatting data and functionality from the operating system.
If the locale that was set by the locale
style is not available,
then the value of the actualLocaleIDName
is different
from the value of the locale
style.
It indicates the fallback locale that is being used.
If the locale style was set to LocaleID.DEFAULT
the
name of the locale specified by the user's operating system is
used.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
override public function get actualLocaleIDName():String
관련 API 요소
StringTools()
lastOperationStatus | 속성 |
lastOperationStatus:String
[읽기 전용] [재정의] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
The status of the most recent operation that this class object
performed.
The lastOperationStatus
is set whenever the constructor
or a method of this class is called, or when a property is set.
For the possible values see the description under each method.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 change
이벤트를 전달합니다.
구현
override public function get lastOperationStatus():String
StringTools | () | 생성자 |
public function StringTools()
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Constructs a new StringTools object that provides case conversion and other utilities according to the conventions of a given locale. The locale for this class is supplied by the locale style. The locale style can be set in several ways:
- Inheriting the style from a
UIComponent
by calling the UIComponent's addStyleClient method. - By using the class in an MXML declaration and inheriting the
locale from the document that contains the declaration.
Example:
<fx:Declarations> <s:StringTools id="st" /> </fx:Declarations>
- By using an MXML declaration and specifying the locale value in
the list of assignments.
Example:
<fx:Declarations> <s:StringTools id="st_turkish" locale="tr-TR" /> </fx:Declarations>
- Calling the setStyle method, e.g.
st.setStyle("locale", "tr-TR")
If the locale
style is not set by one of the above
techniques, the instance of this class will be added as a
StyleClient
to the topLevelApplication
and
will therefore inherit the locale
style from the
topLevelApplication
object when the locale
dependent property getter or locale
dependent method is
called.
관련 API 요소
getAvailableLocaleIDNames | () | 메서드 |
public static function getAvailableLocaleIDNames():Vector.<String>
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Lists all of the locale ID names supported by this class.
반환값Vector.<String> — A vector of strings containing all of the locale ID names
supported by this class and operating system.
|
toLowerCase | () | 메서드 |
public function toLowerCase(s:String):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Converts a string to lowercase according to language conventions. Depending on the locale, the output string length can differ from the input string length.
매개 변수
s:String — String to convert to lowercase.
|
String — The converted lowercase string.
|
관련 API 요소
toUpperCase | () | 메서드 |
public function toUpperCase(s:String):String
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4.5 |
런타임 버전: | Flash Player 10.1, AIR 2.5 |
Converts a string to uppercase according to language conventions. Depending on the locale, the output string length can differ from the input string length.
매개 변수
s:String — String to convert to uppercase.
|
String — The converted uppercase string.
|
관련 API 요소
<?xml version="1.0" encoding="utf-8"?> <!-- Sample program for spark.globalization.StringTools --> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <fx:Declarations> <s:StringTools id="stringTools" /> </fx:Declarations> <fx:Script> <![CDATA[ import mx.collections.ArrayCollection; private static const localeList:ArrayCollection = new ArrayCollection([ { label:"Turkish (tr)", data:"tr" }, { label:"Greek (el)", data:"el" }, { label:"German (de)", data:"de" }, { label:"English (en)", data:"en" } ]); private static const inputString:String = "aá�æ� Iıİi (Turkish), σςΣΣ (Greek), SSß (German), bβв (Latin/Greek/Cyrillic)"; ]]> </fx:Script> <mx:Form width="100%"> <mx:FormItem label="Select Language"> <mx:ComboBox id="localeSelector" change="setStyle('locale', localeSelector.selectedItem.data);" dataProvider="{localeList}"/> </mx:FormItem> <mx:FormItem label="Actual Locale ID Name"> <mx:Text text="{stringTools.actualLocaleIDName}"/> </mx:FormItem> <mx:FormItem width="100%" label="Upper Case Result"> <mx:Text width="100%" text="{stringTools.toUpperCase(inputString)}"/> </mx:FormItem> <mx:FormItem width="100%" label="Lower Case Result"> <mx:Text width="100%" text="{stringTools.toLowerCase(inputString)}"/> </mx:FormItem> </mx:Form> </s:Application>
Tue Jun 12 2018, 03:17 PM Z