Uses of Class
com.iizix.LocaleInfo
Packages that use LocaleInfo
Package
Description
Uses of LocaleInfo in com.iizix
Fields in com.iizix declared as LocaleInfoModifier and TypeFieldDescriptionstatic final LocaleInfoLocaleInfo.DEFAULT_LOCALEINFOThe system default locale info.static final LocaleInfoLocaleInfo.ENGLISH_LOCALEINFOThe Locale.ENGLISH based locale info.Methods in com.iizix that return LocaleInfoModifier and TypeMethodDescriptionLocaleInfo.clone()Clones the instance.static LocaleInfoLocaleInfo.getCurrent(boolean logDefault) Gets the current LocalInfo for the calling thread.static LocaleInfoLocaleInfo.getLocaleInfo(String languageCode) Creates or gets a cached copy of a locale for a language code.static LocaleInfoLocaleInfo.getLocaleInfo(String country, String language, String variant) Creates or gets a cached copy of a locale for a language.static LocaleInfoLocaleInfo.getLocaleInfo(Locale locale) Creates or gets a cached copy of a locale for a language.static LocaleInfoLocaleInfo.getNonNull(LocaleInfo localeInfo, boolean logDefault) Returns the LocaleInfo from the parameter if non-null, otherwise takes the current user's LocaleInfo or the system's.Methods in com.iizix with parameters of type LocaleInfoModifier and TypeMethodDescriptionValue.convert(Value.Type targetType, LocaleInfo localeInfo) Converts this Value from its current value type to the requested target type using the specified locale information.static StringUtilities.format(LocaleInfo localeInfo, 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.static LocaleInfoLocaleInfo.getNonNull(LocaleInfo localeInfo, boolean logDefault) Returns the LocaleInfo from the parameter if non-null, otherwise takes the current user's LocaleInfo or the system's.static StringValue.getString(Object value, Value.Type type, String pattern, LocaleInfo localeInfo) Gets the value as a String with the specified pattern formatter string.Value.getString(String pattern, LocaleInfo localeInfo) Gets the value as a String with the specified pattern formatter string.static ValueValue.ofType(Object value, Value.Type targetType, LocaleInfo localeInfo) Tries to create aValueinstance forced to the specified type.static ValueValue.parseValue(String value, Value.Type type, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.static voidLocaleInfo.setCurrent(LocaleInfo localeInfo) Sets the current LocaleInfo, i.e.Value.toLocalDateTime(LocaleInfo localeInfo) Converts this Value and returns it as aLocalDateTimeusing the locale information specified.Value.toOffsetDateTime(LocaleInfo localeInfo) Converts this Value and returns it as anOffsetDateTimeusing the locale information specified.Value.toOffsetTime(LocaleInfo localeInfo) Converts this Value and returns it as anOffsetTimeusing the locale information specified.Value.toXMLGregorianCalendar(LocaleInfo localeInfo) Converts this Value and returns it as anImmutableXMLGregorianCalendarusing the locale information specified.Value.toZonedDateTime(LocaleInfo localeInfo) Converts this Value and returns it as aZonedDateTimeusing the locale information specified.Uses of LocaleInfo in com.iizix.gyro
Methods in com.iizix.gyro that return LocaleInfoModifier and TypeMethodDescriptionIClientSessionGyro.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Methods in com.iizix.gyro with parameters of type LocaleInfoModifier and TypeMethodDescriptionIClientSessionGyro.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Uses of LocaleInfo in com.iizix.joda
Methods in com.iizix.joda with parameters of type LocaleInfoModifier and TypeMethodDescriptionstatic FormatDurationFormatPattern.getPeriodFormatter(String pattern, LocaleInfo localeInfo) Gets the Joda period formatter for a pattern.Uses of LocaleInfo in com.iizix.prop
Methods in com.iizix.prop that return LocaleInfoModifier and TypeMethodDescriptionEnvProps.getLocale()Gets the client local info class instance.EnvProps.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Methods in com.iizix.prop with parameters of type LocaleInfoModifier 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.static GDateTimeGDateTime.now(GDateTime.Type type, LocaleInfo localeInfo) Create a new GDateTime with the current date and/or time for a type.EnvProps.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.GDateTime.toOffsetDateTime(LocaleInfo localeInfo) Gets the date as a OffsetDateTime with potential forced conversion.GDateTime.toOffsetTime(LocaleInfo localeInfo) Gets the current value as a OffsetTime with potential forced conversion.GDateTime.toType(GDateTime.Type type, LocaleInfo localeInfo) Converts a date/time value to another type.GDateTime.toZonedDateTime(LocaleInfo localeInfo) Gets the date as a LocalDateTime with potential forced conversion, and will only work to convert an OffsetDateTime.Uses of LocaleInfo in com.iizix.prop.ui.datetime
Methods in com.iizix.prop.ui.datetime with parameters of type LocaleInfoModifier and TypeMethodDescriptiondefault GDateTimeIUIDateTime.getDefaultValue(LocaleInfo localeInfo) Gets the default value of the component as a GDateTime.default booleanIUIDateTime.setDate(LocalDate localDate, LocaleInfo localeInfo) Sets the value as a local date.booleanUIDateTime.setDate(LocalDate localDate, LocaleInfo localeInfo) Sets the value as a local date.default booleanIUIDateTime.setTime(LocalTime localTime, LocaleInfo localeInfo) Sets the value as a local time.booleanIUIDateTime.setValue(GDateTime value, LocaleInfo localeInfo) Sets the date-time value.booleanUIDateTime.setValue(GDateTime value, LocaleInfo localeInfo) Sets the date-time value.Uses of LocaleInfo in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type LocaleInfoModifier and TypeMethodDescriptionbooleanMLDateTime.setValue(GDateTime value, LocaleInfo localeInfo) Sets the date-time value.Uses of LocaleInfo in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return LocaleInfoModifier and TypeMethodDescriptionVSField.getLocaleInfo()Gets the cached locale information for the session, or if not available caches the one from the environment.VSField.getLocaleInfo(LocaleInfo localeInfo) Uses the localeInfo parameter as the locale information if non-null, otherwise gets the cached locale information for the session, or if not available caches the one from the environment.Methods in com.iizix.prop.vs with parameters of type LocaleInfoModifier and TypeMethodDescriptionVSField.get_KString(LocaleInfo localeInfo) Gets the value of this field as a KString with translation using the field actors.VSField.get_KString(LocaleInfo localeInfo, boolean doTranslate) Gets the value of this field as a KString with translation using the field actors depending on thedoTranslateflag.VSField.get_KString(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger) Gets the value of this field as a KString with translation and optional trigger property using the field actors depending on thedoTranslateflag.VSField.get_KString(LocaleInfo localeInfo, GProp<?> trigger) Gets the value of this field as a KString with translation and optional trigger property using the field actors.VSField.get_String(LocaleInfo localeInfo) Gets the value of this field as a String with translation using the field actors.VSField.get_String(LocaleInfo localeInfo, boolean doTranslate) Gets the value of this field as a String with translation using the field actors depending on thedoTranslateflag.VSField.get_String(LocaleInfo localeInfo, boolean doTranslate, GProp<?> trigger) Gets the value of this field as a String with translation and optional trigger property using the field actors depending on thedoTranslateflag.VSField.get_String(LocaleInfo localeInfo, GProp<?> trigger) Gets the value of this field as a String with translation and optional trigger property using the field actors.VSField.getLocaleInfo(LocaleInfo localeInfo) Uses the localeInfo parameter as the locale information if non-null, otherwise gets the cached locale information for the session, or if not available caches the one from the environment.VSField.getValue(LocaleInfo localeInfo, Value.Type type, boolean doTranslate, GProp<?> trigger) Gets a value in the requested type with translation flag and no trigger property.booleanVSField.setValue(LocaleInfo localeInfo, Object value, boolean doTranslate, GProp<?> trigger) Sets a value in generic type with possible translation and optional trigger property.Uses of LocaleInfo in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return LocaleInfoModifier and TypeMethodDescriptionAppSessionGyro.getLocale()Gets the local info class instance.ClientSessionGyro.getLocale()Gets the local info class instance.ClientSessionGyro.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Methods in com.iizix.server.gyro with parameters of type LocaleInfoModifier and TypeMethodDescriptionClientSessionGyro.setLocale(LocaleInfo locale) Changes or sets the LocaleInfo for the environment.Uses of LocaleInfo in com.iizix.text
Methods in com.iizix.text that return LocaleInfoMethods in com.iizix.text with parameters of type LocaleInfoModifier and TypeMethodDescriptionKString.format(LocaleInfo localeInfo, 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.KString.format(IKStringInfoProvider provider, LocaleInfo localeInfo, 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.KString.formatPLAIN(LocaleInfo localeInfo, 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.KString.formatPLAIN(IKStringInfoProvider provider, LocaleInfo localeInfo, 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.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(LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocaleKString(IKStringInfoProvider provider, LocaleInfo localeInfo) 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(LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KStringILocaleKStringFormatter.getMessageLocalePlainKString(IKStringInfoProvider provider, LocaleInfo localeInfo) 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(LocaleInfo localeInfo) 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 LocaleInfo in com.iizix.value
Methods in com.iizix.value with parameters of type LocaleInfoModifier and TypeMethodDescriptionlongBinaryValue.asLong(byte[] value, LocaleInfo localeInfo) Returns a long value if possible.longBooleanValue.asLong(Boolean value, LocaleInfo localeInfo) Returns a long value if possible.longDurationValue.asLong(Duration value, LocaleInfo localeInfo) Returns a long value if possible.longIValueObject.asLong(TYPE value, LocaleInfo localeInfo) Returns a long value if possible.longKStringValue.asLong(KString value, LocaleInfo localeInfo) Returns a long value if possible.longLocalDateTimeValue.asLong(LocalDateTime value, LocaleInfo localeInfo) Returns a long value if possible.longLocalDateValue.asLong(LocalDate value, LocaleInfo localeInfo) Returns a long value if possible.longLocalTimeValue.asLong(LocalTime value, LocaleInfo localeInfo) Returns a long value if possible.longMonthDayValue.asLong(MonthDay value, LocaleInfo localeInfo) Returns a long value if possible.final longNumberValue.asLong(TYPE value, LocaleInfo localeInfo) Returns a long value if possible.longOffsetDateTimeValue.asLong(OffsetDateTime value, LocaleInfo localeInfo) Returns a long value if possible.longOffsetTimeValue.asLong(OffsetTime value, LocaleInfo localeInfo) Returns a long value if possible.longPeriodValue.asLong(Period value, LocaleInfo localeInfo) Returns a long value if possible.longStringValue.asLong(String value, LocaleInfo localeInfo) Returns a long value if possible.longXMLDurationValue.asLong(Duration value, LocaleInfo localeInfo) Returns a long value if possible.longXMLGregorianCalendarValue.asLong(ImmutableXMLGregorianCalendar value, LocaleInfo localeInfo) Returns a long value if possible.longYearMonthValue.asLong(YearMonth value, LocaleInfo localeInfo) Returns a long value if possible.longYearValue.asLong(Year value, LocaleInfo localeInfo) Returns a long value if possible.longZonedDateTimeValue.asLong(ZonedDateTime value, LocaleInfo localeInfo) Returns a long value if possible.default longIValueObject.asLongCast(Object value, LocaleInfo localeInfo) Returns a long value if possible.BigDecimalValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.BigIntegerValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.byte[]BinaryValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.BooleanValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.ByteValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.DoubleValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.DurationValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.FloatValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.IntegerValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.IValueObject.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.KStringValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LocalDateTimeValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LocalDateValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LocalTimeValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.LongValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.MonthDayValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.OffsetDateTimeValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.OffsetTimeValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.PeriodValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.ShortValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.StringValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.XMLDurationValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.XMLGregorianCalendarValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.YearMonthValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.YearValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.ZonedDateTimeValue.convert(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.BinaryValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.BooleanValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.IValueObject.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.KStringValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.final NumberFormatNumberValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.StringValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.final FormatTermporalAccessorValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.final FormatTermporalAmountValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.XMLGregorianCalendarValue.getFormatter(String pattern, LocaleInfo localeInfo) Returns the Formatter for a pattern.byte[]BinaryValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.BooleanValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.IValueObject.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.KStringValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.final TYPENumberValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.StringValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.final TYPETermporalAccessorValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.final TYPETermporalAmountValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.XMLGregorianCalendarValue.parse(String value, String pattern, LocaleInfo localeInfo) Creates a Value object from a String using a specified pattern and locale.BinaryValue.toString(byte[] value, String pattern, LocaleInfo localeInfo) Formats the value to a String.BooleanValue.toString(Boolean value, String pattern, LocaleInfo localeInfo) Formats the value to a String.IValueObject.toString(TYPE value, String pattern, LocaleInfo localeInfo) Formats the value to a String.KStringValue.toString(KString value, String pattern, LocaleInfo localeInfo) Formats the value to a String.LocalDateTimeValue.toString(LocalDateTime value, String pattern, LocaleInfo localeInfo) Formats the value to a String.final StringNumberValue.toString(TYPE value, String pattern, LocaleInfo localeInfo) Formats the value to a String.StringValue.toString(String value, String pattern, LocaleInfo localeInfo) Formats the value to a String.TermporalAccessorValue.toString(TYPE value, String pattern, LocaleInfo localeInfo) Formats the value to a String.final StringTermporalAmountValue.toString(TYPE value, String pattern, LocaleInfo localeInfo) Formats the value to a String.XMLGregorianCalendarValue.toString(ImmutableXMLGregorianCalendar value, String pattern, LocaleInfo localeInfo) Formats the value to a String.default StringIValueObject.toStringCast(Object value, String pattern, LocaleInfo localeInfo) Formats the value to a String.