Uses of Interface
com.iizix.text.ILocaleString
Package
Description
Uses of ILocaleString in com.iizix
Modifier 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
Modifier and TypeMethodDescriptionAuthenticationProvider.getLocalizedName
(ILocaleString localeString) Gets the localized name of the provider.Uses of ILocaleString in com.iizix.gyro
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic ILocaleString
DefaultInfoHolder.getDefaultILocaleString()
Gets the system ILocaleString default instance.Modifier 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
ModifierConstructorDescriptionPrettyLocaledTexts
(ILocaleString localeString) Creates an instance of used for the application session and its locale.