Uses of Class
com.iizix.LocaleInfo
Packages that use LocaleInfo Package Description com.iizix com.iizix.gyro com.iizix.joda com.iizix.prop com.iizix.prop.ui.datetime com.iizix.prop.ui.mlist com.iizix.prop.vs com.iizix.server.gyro com.iizix.text com.iizix.value Uses of LocaleInfo in com.iizix
Fields in com.iizix declared as LocaleInfo Modifier and Type Field Description static LocaleInfoLocaleInfo. DEFAULT_LOCALEINFOThe system default locale info.static LocaleInfoLocaleInfo. ENGLISH_LOCALEINFOThe Locale.ENGLISH based locale info.Methods in com.iizix that return LocaleInfo Modifier and Type Method Description LocaleInfoLocaleInfo. clone()Clones the instance.static LocaleInfoLocaleInfo. getCurrent(boolean logDefault)Gets the current LocalInfo for the calling thread.static LocaleInfoLocaleInfo. getLocaleInfo(java.lang.String languageCode)Creates or gets a cached copy of a locale for a language code.static LocaleInfoLocaleInfo. getLocaleInfo(java.lang.String country, java.lang.String language, java.lang.String variant)Creates or gets a cached copy of a locale for a language.static LocaleInfoLocaleInfo. getLocaleInfo(java.util.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 LocaleInfo Modifier and Type Method Description ValueValue. 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 java.lang.StringUtilities. format(LocaleInfo localeInfo, 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.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 java.lang.StringValue. getString(java.lang.Object value, Value.Type type, java.lang.String pattern, LocaleInfo localeInfo)Gets the value as a String with the specified pattern formatter string.java.lang.StringValue. getString(java.lang.String pattern, LocaleInfo localeInfo)Gets the value as a String with the specified pattern formatter string.static ValueValue. ofType(java.lang.Object value, Value.Type targetType, LocaleInfo localeInfo)Tries to create aValueinstance forced to the specified type.static ValueValue. parseValue(java.lang.String value, Value.Type type, java.lang.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.java.time.LocalDateTimeValue. toLocalDateTime(LocaleInfo localeInfo)Converts this Value and returns it as aLocalDateTimeusing the locale information specified.java.time.OffsetDateTimeValue. toOffsetDateTime(LocaleInfo localeInfo)Converts this Value and returns it as anOffsetDateTimeusing the locale information specified.java.time.OffsetTimeValue. toOffsetTime(LocaleInfo localeInfo)Converts this Value and returns it as anOffsetTimeusing the locale information specified.ImmutableXMLGregorianCalendarValue. toXMLGregorianCalendar(LocaleInfo localeInfo)Converts this Value and returns it as anImmutableXMLGregorianCalendarusing the locale information specified.java.time.ZonedDateTimeValue. 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 LocaleInfo Modifier and Type Method Description LocaleInfoIClientSessionGyro. setLocale(LocaleInfo locale)Changes or sets the LocaleInfo for the environment.Methods in com.iizix.gyro with parameters of type LocaleInfo Modifier and Type Method Description LocaleInfoIClientSessionGyro. 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 LocaleInfo Modifier and Type Method Description static java.text.FormatDurationFormatPattern. getPeriodFormatter(java.lang.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 LocaleInfo Modifier and Type Method Description LocaleInfoEnvProps. getLocale()Gets the client local info class instance.LocaleInfoEnvProps. setLocale(LocaleInfo locale)Changes or sets the LocaleInfo for the environment.Methods in com.iizix.prop with parameters of type LocaleInfo Modifier and Type Method Description static GDateTimeGDateTime. now(GDateTime.Type type, LocaleInfo localeInfo)Create a new GDateTime with the current date and/or time for a type.LocaleInfoEnvProps. setLocale(LocaleInfo locale)Changes or sets the LocaleInfo for the environment.java.time.OffsetDateTimeGDateTime. toOffsetDateTime(LocaleInfo localeInfo)Gets the date as a OffsetDateTime with potential forced conversion.java.time.OffsetTimeGDateTime. toOffsetTime(LocaleInfo localeInfo)Gets the current value as a OffsetTime with potential forced conversion.GDateTimeGDateTime. toType(GDateTime.Type type, LocaleInfo localeInfo)Converts a date/time value to another type.java.time.ZonedDateTimeGDateTime. 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 LocaleInfo Modifier and Type Method Description default GDateTimeIUIDateTime. getDefaultValue(LocaleInfo localeInfo)Gets the default value of the component as a GDateTime.default booleanIUIDateTime. setDate(java.time.LocalDate localDate, LocaleInfo localeInfo)Sets the value as a local date.booleanUIDateTime. setDate(java.time.LocalDate localDate, LocaleInfo localeInfo)Sets the value as a local date.default booleanIUIDateTime. setTime(java.time.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 LocaleInfo Modifier and Type Method Description booleanMLDateTime. 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 LocaleInfo Modifier and Type Method Description LocaleInfoVSField. getLocaleInfo()Gets the cached locale information for the session, or if not available caches the one from the environment.LocaleInfoVSField. 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 LocaleInfo Modifier and Type Method Description KStringVSField. get_KString(LocaleInfo localeInfo)Gets the value of this field as a KString with translation using the field actors.KStringVSField. get_KString(LocaleInfo localeInfo, boolean doTranslate)Gets the value of this field as a KString with translation using the field actors depending on thedoTranslateflag.KStringVSField. 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.KStringVSField. 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.java.lang.StringVSField. get_String(LocaleInfo localeInfo)Gets the value of this field as a String with translation using the field actors.java.lang.StringVSField. get_String(LocaleInfo localeInfo, boolean doTranslate)Gets the value of this field as a String with translation using the field actors depending on thedoTranslateflag.java.lang.StringVSField. 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.java.lang.StringVSField. 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.LocaleInfoVSField. 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.java.lang.ObjectVSField. 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, java.lang.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 LocaleInfo Modifier and Type Method Description LocaleInfoAppSessionGyro. getLocale()Gets the local info class instance.LocaleInfoClientSessionGyro. getLocale()Gets the local info class instance.LocaleInfoClientSessionGyro. setLocale(LocaleInfo locale)Changes or sets the LocaleInfo for the environment.Methods in com.iizix.server.gyro with parameters of type LocaleInfo Modifier and Type Method Description LocaleInfoClientSessionGyro. 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 LocaleInfo Modifier and Type Method Description LocaleInfoILocaleString. getLocale()Gets the local info class instance.Methods in com.iizix.text with parameters of type LocaleInfo Modifier and Type Method Description KStringKString. format(LocaleInfo localeInfo, 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.KStringKString. format(IKStringInfoProvider provider, LocaleInfo localeInfo, 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.KStringKString. formatPLAIN(LocaleInfo localeInfo, 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.KStringKString. formatPLAIN(IKStringInfoProvider provider, LocaleInfo localeInfo, 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 LocaleInfo in com.iizix.value
Methods in com.iizix.value with parameters of type LocaleInfo Modifier and Type Method Description longBinaryValue. asLong(byte[] value, LocaleInfo localeInfo)Returns a long value if possible.longBooleanValue. asLong(java.lang.Boolean value, LocaleInfo localeInfo)Returns a long value if possible.longDurationValue. asLong(java.time.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(java.time.LocalDateTime value, LocaleInfo localeInfo)Returns a long value if possible.longLocalDateValue. asLong(java.time.LocalDate value, LocaleInfo localeInfo)Returns a long value if possible.longLocalTimeValue. asLong(java.time.LocalTime value, LocaleInfo localeInfo)Returns a long value if possible.longMonthDayValue. asLong(java.time.MonthDay value, LocaleInfo localeInfo)Returns a long value if possible.longNumberValue. asLong(TYPE value, LocaleInfo localeInfo)Returns a long value if possible.longOffsetDateTimeValue. asLong(java.time.OffsetDateTime value, LocaleInfo localeInfo)Returns a long value if possible.longOffsetTimeValue. asLong(java.time.OffsetTime value, LocaleInfo localeInfo)Returns a long value if possible.longPeriodValue. asLong(java.time.Period value, LocaleInfo localeInfo)Returns a long value if possible.longStringValue. asLong(java.lang.String value, LocaleInfo localeInfo)Returns a long value if possible.longXMLDurationValue. asLong(javax.xml.datatype.Duration value, LocaleInfo localeInfo)Returns a long value if possible.longXMLGregorianCalendarValue. asLong(ImmutableXMLGregorianCalendar value, LocaleInfo localeInfo)Returns a long value if possible.longYearMonthValue. asLong(java.time.YearMonth value, LocaleInfo localeInfo)Returns a long value if possible.longYearValue. asLong(java.time.Year value, LocaleInfo localeInfo)Returns a long value if possible.longZonedDateTimeValue. asLong(java.time.ZonedDateTime value, LocaleInfo localeInfo)Returns a long value if possible.default longIValueObject. asLongCast(java.lang.Object value, LocaleInfo localeInfo)Returns a long value if possible.java.math.BigDecimalBigDecimalValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.math.BigIntegerBigIntegerValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.byte[]BinaryValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.BooleanBooleanValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.ByteByteValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.DoubleDoubleValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.DurationDurationValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.FloatFloatValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.IntegerIntegerValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.TYPEIValueObject. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.KStringKStringValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.LocalDateTimeLocalDateTimeValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.LocalDateLocalDateValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.LocalTimeLocalTimeValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.LongLongValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.MonthDayMonthDayValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.OffsetDateTimeOffsetDateTimeValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.OffsetTimeOffsetTimeValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.PeriodPeriodValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.ShortShortValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.lang.StringStringValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.javax.xml.datatype.DurationXMLDurationValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.YearMonthYearMonthValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.YearYearValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.time.ZonedDateTimeZonedDateTimeValue. convert(java.lang.Object value, Value.Type oldType, LocaleInfo localeInfo)Converts a value from another type.java.text.FormatBinaryValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatBooleanValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatIValueObject. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatKStringValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.NumberFormatNumberValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatStringValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatTermporalAccessorValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatTermporalAmountValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.java.text.FormatXMLGregorianCalendarValue. getFormatter(java.lang.String pattern, LocaleInfo localeInfo)Returns the Formatter for a pattern.byte[]BinaryValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.java.lang.BooleanBooleanValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.TYPEIValueObject. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.KStringKStringValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.TYPENumberValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.java.lang.StringStringValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.TYPETermporalAccessorValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.TYPETermporalAmountValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.ImmutableXMLGregorianCalendarXMLGregorianCalendarValue. parse(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Creates a Value object from a String using a specified pattern and locale.java.lang.StringBinaryValue. toString(byte[] value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringBooleanValue. toString(java.lang.Boolean value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringIValueObject. toString(TYPE value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringKStringValue. toString(KString value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringLocalDateTimeValue. toString(java.time.LocalDateTime value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringNumberValue. toString(TYPE value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringStringValue. toString(java.lang.String value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringTermporalAccessorValue. toString(TYPE value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringTermporalAmountValue. toString(TYPE value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.java.lang.StringXMLGregorianCalendarValue. toString(ImmutableXMLGregorianCalendar value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.default java.lang.StringIValueObject. toStringCast(java.lang.Object value, java.lang.String pattern, LocaleInfo localeInfo)Formats the value to a String.