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.StringUtilities. format(ILocaleString localeString, java.lang.String string, java.lang.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 ILocaleString Modifier and Type Method Description java.lang.StringAuthenticationProvider. 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 interfaceIAppSessionGyroThe interface used to access the Application Session Gyro.interfaceIClientSessionGyroThe 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 KStringIUIComp. getErrorMessage(ILocaleString localeString, ValueConversionException exception)Gets the localized error message for a validation exception.KStringUIComp. getErrorMessage(ILocaleString localeString, ValueConversionException exception)Gets the localized error message for a validation exception.KStringUIComp. getErrorMessageEx(ILocaleString localeString, java.lang.Exception exception)Gets the localized error message for a validation exception of any kind of exception.java.lang.StringUIComp. getErrorMessageString(ILocaleString localeString, ValueConversionException exception)Gets the localized error message for a validation exception.java.lang.StringUIComp. getErrorMessageStringEx(ILocaleString localeString, java.lang.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 ILocaleString Modifier and Type Class Description classAppSessionGyroGyro instance that is used for a single user running one application.classClientSessionGyroThe 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 KStringLocaleString. asKString(ILocaleString localeString, java.lang.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.java.lang.StringLocaleString. asString(ILocaleString localeString)Gets the plain string for an enum value.static java.lang.StringLocaleString. asString(ILocaleString localeString, java.lang.String textID, java.lang.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.KStringKString. 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_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.KStringKString. format(ILocaleString localeString, java.lang.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.KStringKString. 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_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.KStringKString. formatPLAIN(ILocaleString localeString, java.lang.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.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.