ActionScript® 3.0 — dokumentacja dla platformy Adobe® Flash®
Strona główna  |  Ukryj listę pakietów i klas |  Pakiety  |  Klasy  |  Nowości  |  Indeks  |  Dodatki  |  Dlaczego język angielski?
Filtry: Pobieranie danych z serwera...
Pobieranie danych z serwera...
spark.globalization.supportClasses 

CollatorBase  - AS3 Flex

Pakietspark.globalization.supportClasses
Klasapublic class CollatorBase
DziedziczenieCollatorBase Inheritance GlobalizationBase Inheritance AdvancedStyleClient Inheritance EventDispatcher Inheritance Object
Podklasy MatchingCollator, SortingCollator

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

CollatorBase is a base class for the SortingCollator and MatchingCollator classes.

This class is a wrapper class around the flash.globalization.Collator class. Therefore the locale-specific string comparison is provided by the flash.globalization.Collator class. However by using this class as a base class, the SortingCollator and MatchingCollator classes can be used in MXML declartions. In these classes, the locale style is used for the requested Locale ID name and has methods and properties that are bindable.

The flash.globalization.Collator class uses the underlying operating system for the formatting functionality and to supply locale specific data. On some operating systems, the flash.globalization classes are unsupported. On these systems the wrapper class provides fallback functionality for string comparison.

Powiązane elementy interfejsu API



Właściwości publiczne
 WłaściwośćZdefiniowane przez
  actualLocaleIDName : String
[przesłanianie] [tylko do odczytu] The name of the actual locale ID used by this class object.
CollatorBase
 InheritedclassName : String
[tylko do odczytu] The name of the component class.
AdvancedStyleClient
 Inheritedconstructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu.
Object
 Inheritedid : String
The identity of the component.
AdvancedStyleClient
  ignoreCase : Boolean
When this property is set to true, identical strings and strings that differ only in the case of the letters are evaluated as equal.
CollatorBase
  ignoreCharacterWidth : Boolean
When this property is true, full-width and half-width forms of some Chinese and Japanese characters are evaluated as equal.
CollatorBase
  ignoreDiacritics : Boolean
When this property is set to true, strings that use the same base characters but different accents or other diacritic marks are evaluated as equal.
CollatorBase
  ignoreKanaType : Boolean
When this property is set to true, strings that differ only by the type of kana character being used are treated as equal.
CollatorBase
  ignoreSymbols : Boolean
When this property is set to is true, symbol characters such as spaces, currency symbols, math symbols, and other types of symbols are ignored when sorting or matching.
CollatorBase
 InheritedinheritingStyles : Object
An object containing the inheritable styles for this non-visual style client instance.
AdvancedStyleClient
  lastOperationStatus : String
[przesłanianie] [tylko do odczytu] The status of the most recent operation that this class object performed.
CollatorBase
 InheritedmoduleFactory : 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
 InheritednonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles.
AdvancedStyleClient
  numericComparison : Boolean
Controls how numeric values embedded in strings are handled during string comparison.
CollatorBase
 InheritedstyleDeclaration : CSSStyleDeclaration
The style declaration that holds the inline styles declared by this object.
AdvancedStyleClient
 InheritedstyleManager : IStyleManager2
[tylko do odczytu] Returns the StyleManager instance used by this component.
AdvancedStyleClient
 InheritedstyleName : Object
The source of this object's style values.
AdvancedStyleClient
 InheritedstyleParent : IAdvancedStyleClient
A component's parent is used to evaluate descendant selectors.
AdvancedStyleClient
Metody publiczne
 MetodaZdefiniowane przez
  
CollatorBase(initialMode:String)
Constructs a new CollatorBase object to provide string comparisons according to the conventions of a specified locale.
CollatorBase
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu.
EventDispatcher
 Inherited
Deletes a style property from this component instance.
AdvancedStyleClient
  
compare(string1:String, string2:String):int
Compares two strings and returns an integer value indicating whether the first string is less than, equal to, or greater than the second string.
CollatorBase
 Inherited
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń.
EventDispatcher
  
equals(string1:String, string2:String):Boolean
Compares two strings and returns a Boolean value indicating whether the strings are equal.
CollatorBase
  
[statyczny] Lists all of the locale ID names supported by this class.
CollatorBase
 Inherited
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
AdvancedStyleClient
 Inherited
getStyle(styleProp:String):*
[przesłanianie] Gets a style property that has been set anywhere in this component's style lookup chain.
GlobalizationBase
 Inherited
Returns true if currentCSSState is not null.
AdvancedStyleClient
 Inherited
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń.
EventDispatcher
 Inherited
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość.
Object
 Inherited
The initialized method is called when this class or a class that extends this class is used in an MXML declaration.
AdvancedStyleClient
 Inherited
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr.
Object
 Inherited
Returns true if cssState matches currentCSSState.
AdvancedStyleClient
 Inherited
Determines whether this instance is the same as, or is a subclass of, the given type.
AdvancedStyleClient
 Inherited
Propagates style changes to the children of this style client instance.
AdvancedStyleClient
 Inherited
Wskazuje, czy określona właściwość istnieje i jest przeliczalna.
Object
 Inherited
Sets up the internal style cache values so that the getStyle() method functions.
AdvancedStyleClient
 Inherited
Registers the EffectManager as one of the event listeners for each effect event.
AdvancedStyleClient
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Usuwa detektor z obiektu EventDispatcher.
EventDispatcher
 Inherited
Ustawia dostępność właściwości dynamicznej używanej w pętlach.
Object
 Inherited
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
AdvancedStyleClient
 Inherited
Detects changes to style properties.
AdvancedStyleClient
 Inherited
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
AdvancedStyleClient
 Inherited
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych.
Object
 Inherited
Zwraca ciąg reprezentujący określony obiekt.
Object
 Inherited
Zwraca pierwotną wartość dla określonego obiektu.
Object
 Inherited
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych.
EventDispatcher
Zdarzenia
 Zdarzenie Podsumowanie Zdefiniowane przez
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja środowiska wykonawczego AIR uzyskuje fokus w systemie operacyjnym i przechodzi w stan aktywny.EventDispatcher
 InheritedThe change event is generated whenever the locale style is changed or another property is set that would cause the format of a number to change or cause updates to the other values available through this class.GlobalizationBase
 Inherited[zdarzenie broadcast] Wywoływane, gdy program Flash Player lub aplikacja AIR traci fokus w systemie operacyjnym i przechodzi w stan nieaktywny.EventDispatcher
Style

Wyróżnia się style wspólne i powiązane z konkretnymi motywami. Styl wspólny może być używany z dowolnym motywem. Styl powiązany z konkretnym motywem może być używany pod warunkiem, że w aplikacji jest używany właśnie ten motyw.

Style wspólne
 Styl Opis Zdefiniowane przez
 InheritedTyp: String Dziedziczenie CSS: Tak
Wersja języka: ActionScript 3.0  Wersja produktu: Flex 4.5  Wersje środowiska wykonawczego: Flash10.1, AIR 2.5

The locale identifier that specifies the language, region, script and optionally other related tags and keys.
GlobalizationBase
Szczegół właściwości

actualLocaleIDName

właściwość
actualLocaleIDName:String  [tylko do odczytu] [przesłanianie]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: 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.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    override public function get actualLocaleIDName():String

Powiązane elementy interfejsu API

flash.globalization.Collator.actualLocaleIDName
CollatorBase()

ignoreCase

właściwość 
ignoreCase:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

When this property is set to true, identical strings and strings that differ only in the case of the letters are evaluated as equal.

The default value is true when the CollatorBase() constructor's initialMode parameter is set to Collator.MATCHING. false when the CollatorBase() constructor's initialMode parameter is set to Collator.SORTING.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    public function get ignoreCase():Boolean
    public function set ignoreCase(value:Boolean):void

Powiązane elementy interfejsu API

ignoreCharacterWidth

właściwość 
ignoreCharacterWidth:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

When this property is true, full-width and half-width forms of some Chinese and Japanese characters are evaluated as equal.

For compatibility with existing standards for Chinese and Japanese character sets, Unicode provides character codes for both full-width and half width-forms of some characters. For example, when the ignoreCharacterWidth property is set to true, compare("Aア", "Aア") returns true.

If the ignoreCharacterWidth property is set to false, then full-width and half-width forms are not equal to one another.

The default value is true when the CollatorBase() constructor's initialMode parameter is set to Collator.MATCHING. false when the CollatorBase() constructor's initialMode parameter is set to Collator.SORTING.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    public function get ignoreCharacterWidth():Boolean
    public function set ignoreCharacterWidth(value:Boolean):void

Powiązane elementy interfejsu API

ignoreDiacritics

właściwość 
ignoreDiacritics:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

When this property is set to true, strings that use the same base characters but different accents or other diacritic marks are evaluated as equal. For example compare("coté", "côte") returns true when the ignoreDiacritics property is set to true.

When the ignoreDiacritics is set to false then base characters with diacritic marks or accents are not considered equal to one another.

The default value is true when the CollatorBase() constructor's initialMode parameter is set to Collator.MATCHING. false when the CollatorBase() constructor's initialMode parameter is set to Collator.SORTING.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    public function get ignoreDiacritics():Boolean
    public function set ignoreDiacritics(value:Boolean):void

Powiązane elementy interfejsu API

ignoreKanaType

właściwość 
ignoreKanaType:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

When this property is set to true, strings that differ only by the type of kana character being used are treated as equal. For example, compare("カナ", "かな") returns true when the ignoreKanaType property is set to true.

If the ignoreKanaType is set to false then hiragana and katakana characters that refer to the same syllable are not equal to one another.

The default value is true when the CollatorBase() constructor's initialMode parameter is set to Collator.MATCHING. false when the CollatorBase() constructor's initialMode parameter is set to Collator.SORTING.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    public function get ignoreKanaType():Boolean
    public function set ignoreKanaType(value:Boolean):void

Powiązane elementy interfejsu API

ignoreSymbols

właściwość 
ignoreSymbols:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

When this property is set to is true, symbol characters such as spaces, currency symbols, math symbols, and other types of symbols are ignored when sorting or matching. For example the strings "OBrian", "O'Brian", and "O Brian" would all be treated as equal when the ignoreSymbols property is set to true.

The default value is true when the CollatorBase() constructor's initialMode parameter is set to Collator.MATCHING. false when the CollatorBase() constructor's initialMode parameter is set to Collator.SORTING.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    public function get ignoreSymbols():Boolean
    public function set ignoreSymbols(value:Boolean):void

Powiązane elementy interfejsu API

lastOperationStatus

właściwość 
lastOperationStatus:String  [tylko do odczytu] [przesłanianie]

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: 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.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    override public function get lastOperationStatus():String

Powiązane elementy interfejsu API

numericComparison

właściwość 
numericComparison:Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

Controls how numeric values embedded in strings are handled during string comparison.

When the numericComparison property is set to true, the compare method converts numbers that appear in strings to numerical values for comparison.

When this property is set to false, the comparison treats numbers as character codes and sort them according to the rules for sorting characters in the specified locale.

For example, when this property is true for the locale ID "en-US", then the strings "version1", "version10", and "version2" are sorted into the following order: version1 < version2 < version10.

When this property is false for "en-US", those same strings are sorted into the following order: version1 < version10 < version2.

Wartością domyślną jest false.

Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie change .



Implementacja
    public function get numericComparison():Boolean
    public function set numericComparison(value:Boolean):void

Powiązane elementy interfejsu API

Konstruktor Szczegół

CollatorBase

()Konstruktor
public function CollatorBase(initialMode:String)

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

Constructs a new CollatorBase object to provide string comparisons according to the conventions of a specified locale.

The initialMode parameter sets the initial collation options for two use cases: sorting and matching. It can be set to one of the two following values:

  • CollatorMode.SORTING: sets the collation options for general linguistic sorting uses such as sorting a list of text strings that are displayed to an end user. In this mode, differences in uppercase and lowercase letters, accented characters, and other differences specific to the locale are considered when doing string comparisons.
  • CollatorMode.MATCHING: sets collation options for uses such as determining if two strings are equivalent. In this mode, differences in uppercase and lower case letters, accented characters, and so on are ignored when doing string comparisons.

For more details and examples of using these two modes, please see the documentation for the flash.globalization.Collator class.

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 with an instance of this object as the parameter.
  • By using the class in an MXML declaration and inheriting the locale style from the document that contains the declaration.
              <fx:Declarations>
                     <s:SortingCollator id="collator" />
              </fx:Declarations>
              
  • By using an MXML declaration and specifying the locale value in the list of assignments.
              <fx:Declarations>
                  <s:SortingCollator id="collator_german" locale="de-DE" />
              </fx:Declarations>
              
  • Calling the setStyle method, e.g. collator.setStyle("locale", "de-DE")

If the locale style is not set by one of the above techniques, the methods of this class that depend on the locale set the lastOperationStatus property to spark.globalization.LastOperationStatus.LOCALE_UNDEFINED_ERROR.

Parametry
initialMode:String — Sets the initial collation options for two use cases: sorting and matching.

Powiązane elementy interfejsu API

Szczegół metody

compare

()metoda
public function compare(string1:String, string2:String):int

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

Compares two strings and returns an integer value indicating whether the first string is less than, equal to, or greater than the second string. The comparison uses the sort order rules for the locale sytle that is in effect when the compare method is called.

Parametry

string1:String — First comparison string.
 
string2:String — Second comparison string.

Zwraca
int — An integer value indicating whether the first string is less than, equal to, or greater than the second string.
  • If the return value is negative, string1 is less than string2 or string2 is null.
  • If the return value is zero, string1 is equal to string2.
  • If the return value is positive, string1 is larger than string2 or string1 is null.

Powiązane elementy interfejsu API

equals

()metoda 
public function equals(string1:String, string2:String):Boolean

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

Compares two strings and returns a Boolean value indicating whether the strings are equal. The comparison uses the sort order rules for the locale ID that was specified in the CollatorBase() constructor.

Parametry

string1:String — First comparison string.
 
string2:String — Second comparison string.

Zwraca
Boolean — A Boolean value indicating whether the strings are equal (true) or unequal (false).

Powiązane elementy interfejsu API

getAvailableLocaleIDNames

()metoda 
public static function getAvailableLocaleIDNames():Vector.<String>

Wersja języka: ActionScript 3.0
Wersja produktu: Flex 4.5
Wersje środowiska wykonawczego: Flash Player 10.1, AIR 2.5

Lists all of the locale ID names supported by this class.

Zwraca
Vector.<String> — A vector of strings containing all of the locale ID names supported by this class and operating system.




[ X ]Dlaczego język angielski?
Treść dokumentacji języka ActionScript 3.0 wyświetlana w języku angielskim

Niektóre części dokumentacji języka ActionScript 3.0 nie są przetłumaczone na poszczególne języki. Gdy element nie jest przetłumaczony na dany język, jest wyświetlany tekst angielski. Na przykład opis klasy ga.controls.HelpBox nie jest przetłumaczony na żaden dodatkowy język. Z tego powodu polska wersja dokumentacji zawiera opis klasy ga.controls.HelpBox w języku angielskim.