Uses of Interface
com.iizix.text.ILocaleString
Packages that use ILocaleString Package Description com.iizix com.iizix.comm.oauth com.iizix.gyro com.iizix.prop.ui com.iizix.server.gyro com.iizix.text com.iizix.text.util Uses of ILocaleString in com.iizix
Methods in com.iizix with parameters of type ILocaleString Modifier and Type Method Description static java.lang.String
Utilities. format(ILocaleString localeString, java.lang.String string, java.lang.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 ILocaleString Modifier and Type Method Description java.lang.String
AuthenticationProvider. getLocalizedName(ILocaleString localeString)
Gets the localized name of the provider.Uses of ILocaleString in com.iizix.gyro
Subinterfaces of ILocaleString in com.iizix.gyro Modifier and Type Interface Description interface
IAppSessionGyro
The interface used to access the Application Session Gyro.interface
IClientSessionGyro
The interface used to access the Client Session Gyro.Uses of ILocaleString in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type ILocaleString Modifier and Type Method Description KString
IUIComp. getErrorMessage(ILocaleString localeString, ValueConversionException exception)
Gets the localized error message for a validation exception.KString
UIComp. getErrorMessage(ILocaleString localeString, ValueConversionException exception)
Gets the localized error message for a validation exception.KString
UIComp. getErrorMessageEx(ILocaleString localeString, java.lang.Exception exception)
Gets the localized error message for a validation exception of any kind of exception.java.lang.String
UIComp. getErrorMessageString(ILocaleString localeString, ValueConversionException exception)
Gets the localized error message for a validation exception.java.lang.String
UIComp. getErrorMessageStringEx(ILocaleString localeString, java.lang.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 ILocaleString Modifier and Type Class Description class
AppSessionGyro
Gyro instance that is used for a single user running one application.class
ClientSessionGyro
The Client Session Gyro instance.Uses of ILocaleString in com.iizix.text
Methods in com.iizix.text with parameters of type ILocaleString Modifier and Type Method Description static KString
LocaleString. asKString(ILocaleString localeString, java.lang.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.java.lang.String
LocaleString. asString(ILocaleString localeString)
Gets the plain string for an enum value.static java.lang.String
LocaleString. asString(ILocaleString localeString, java.lang.String textID, java.lang.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
KString. format(IKStringInfoProvider provider, ILocaleString localeString, java.lang.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
KString. format(ILocaleString localeString, java.lang.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
KString. formatPLAIN(IKStringInfoProvider provider, ILocaleString localeString, java.lang.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
KString. formatPLAIN(ILocaleString localeString, java.lang.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
.Uses of ILocaleString in com.iizix.text.util
Constructors in com.iizix.text.util with parameters of type ILocaleString Constructor Description PrettyLocaledTexts(ILocaleString localeString)
Creates an instance of used for the application session and its locale.