Uses of Interface
com.iizix.text.ILocaleString
Packages that use ILocaleString
Package
Description
Uses of ILocaleString in com.iizix
Methods in com.iizix with parameters of type ILocaleStringModifier and TypeMethodDescriptionstatic StringUtilities.format(ILocaleString localeString, String string, Object... params) Formats a String using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.Uses of ILocaleString in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth with parameters of type ILocaleStringModifier and TypeMethodDescriptionAuthenticationProvider.getLocalizedName(ILocaleString localeString) Gets the localized name of the provider.Uses of ILocaleString in com.iizix.gyro
Subinterfaces of ILocaleString in com.iizix.gyroModifier and TypeInterfaceDescriptioninterfaceThe interface used to access the Application Session Gyro.interfaceThe interface used to access the Client Session Gyro.Uses of ILocaleString in com.iizix.prop
Methods in com.iizix.prop with parameters of type ILocaleStringModifier and TypeMethodDescriptionObject[]References.Result.getFormatterParams(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets the parameters used to format the String.References.Result.getFormatterString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets the String used to format the locale string.Uses of ILocaleString in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type ILocaleStringModifier and TypeMethodDescriptionIUIComp.getErrorMessage(ILocaleString localeString, ValueConversionException exception) Gets the localized error message for a validation exception.UIComp.getErrorMessage(ILocaleString localeString, ValueConversionException exception) Gets the localized error message for a validation exception.UIComp.getErrorMessageEx(ILocaleString localeString, Exception exception) Gets the localized error message for a validation exception of any kind of exception.UIComp.getErrorMessageString(ILocaleString localeString, ValueConversionException exception) Gets the localized error message for a validation exception.UIComp.getErrorMessageStringEx(ILocaleString localeString, Exception exception) Gets the localized error message for a validation exception of any kind of exception.voidIUIComp.setErrorMessage(ILocaleString localeString, ValueConversionException exception) Transposes an exception from conversion to the component as an error message.voidUIComp.setErrorMessage(ILocaleString localeString, ValueConversionException exception) Transposes an exception from conversion to the component as an error message.Uses of ILocaleString in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement ILocaleStringModifier and TypeClassDescriptionclassGyro instance that is used for a single user running one application.classThe Client Session Gyro instance.Uses of ILocaleString in com.iizix.text
Methods in com.iizix.text that return ILocaleStringModifier and TypeMethodDescriptionstatic ILocaleStringDefaultInfoHolder.getDefaultILocaleString()Gets the system ILocaleString default instance.Methods in com.iizix.text with parameters of type ILocaleStringModifier and TypeMethodDescriptionstatic KStringLocaleString.asKString(ILocaleString localeString, String textID, KString fallback) Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.default StringIEnumLocaleString.asString(ILocaleString localeString) Gets the plain string for an enum value.static StringLocaleString.asString(ILocaleString localeString, String textID, String fallback) Looks up a text ID from the system tables with an optionalsessionInfoparameter that can be non-null to define the locale, otherwise it is looked up.KString.format(IKStringInfoProvider provider, ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.format(ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(IKStringInfoProvider provider, ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.KString.formatPLAIN(ILocaleString localeString, Object... params) Formats a HTML or PLAIN KString using curly brackets{}as parameter or{param_index}parameter whereparam_indexis an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)method using parameters in the form of%[flags][width]conversionor%[argument_index$][flags][width]conversion.default KStringILocaleKStringFormatter.getFormatterKString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets the KString used to format the locale string.Object[]ILocaleStringFormatter.getFormatterParams(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets the parameters used to format the String.ILocaleStringFormatter.getFormatterString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets the String used to format the locale string.default KStringILocaleKStringFormatter.getMessageLocaleKString(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default StringILocaleStringFormatter.getMessageLocaleString(ILocaleString localeString) Gets a formatted String with the appropriate parameters using the formatting described below.default StringILocaleStringFormatter.getMessageLocaleString(ILocaleString localeString, LocaleInfo localeInfo) Gets a formatted String with the appropriate parameters using the formatting described below.default StringILocaleStringFormatter.getMessageLocaleString(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted String with the appropriate parameters using the formatting described below.Uses of ILocaleString in com.iizix.text.util
Constructors in com.iizix.text.util with parameters of type ILocaleStringModifierConstructorDescriptionPrettyLocaledTexts(ILocaleString localeString) Creates an instance of used for the application session and its locale.