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 String
Utilities.format
(ILocaleString localeString, String string, Object... params) Formats a String using curly brackets{}
as parameter or{param_index}
parameter whereparam_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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 TypeInterfaceDescriptioninterface
The interface used to access the Application Session Gyro.interface
The 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.void
IUIComp.setErrorMessage
(ILocaleString localeString, ValueConversionException exception) Transposes an exception from conversion to the component as an error message.void
UIComp.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 TypeClassDescriptionclass
Gyro instance that is used for a single user running one application.class
The Client Session Gyro instance.Uses of ILocaleString in com.iizix.text
Methods in com.iizix.text that return ILocaleStringModifier and TypeMethodDescriptionstatic ILocaleString
DefaultInfoHolder.getDefaultILocaleString()
Gets the system ILocaleString default instance.Methods in com.iizix.text with parameters of type ILocaleStringModifier and TypeMethodDescriptionstatic KString
LocaleString.asKString
(ILocaleString localeString, String textID, KString fallback) Looks up a text ID from the system tables with an optionalsessionInfo
parameter that can be non-null to define the locale, otherwise it is looked up.default String
IEnumLocaleString.asString
(ILocaleString localeString) Gets the plain string for an enum value.static String
LocaleString.asString
(ILocaleString localeString, String textID, String fallback) Looks up a text ID from the system tables with an optionalsessionInfo
parameter 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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[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_index
is an optional one-based index value, AND/OR the JavaString.format(Locale, String, Object...)
method using parameters in the form of%[flags][width]conversion
or%[argument_index$][flags][width]conversion
.default KString
ILocaleKStringFormatter.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 KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default String
ILocaleStringFormatter.getMessageLocaleString
(ILocaleString localeString) Gets a formatted String with the appropriate parameters using the formatting described below.default String
ILocaleStringFormatter.getMessageLocaleString
(ILocaleString localeString, LocaleInfo localeInfo) Gets a formatted String with the appropriate parameters using the formatting described below.default String
ILocaleStringFormatter.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.