Uses of Class
com.iizix.text.KStringException
Package
Description
Uses of KStringException in com.iizigo.prop.editor
Uses of KStringException in com.iizix.prop
Modifier and TypeMethodDescriptionboolean
KStringProp.setHTMLString
(String newValue) Sets a new HTML String value for this property.boolean
KStringProp.setPLAINString
(String newValue, boolean usesTagProcessing) Sets a new PLAIN String value for this property.Uses of KStringException in com.iizix.prop.ui
Modifier and TypeMethodDescriptionIUIComp.getErrorMessage
(ValueConversionException exception) Gets the localized error message for a validation exception.IUIComp.getErrorMessage
(ILocaleString localeString, ValueConversionException exception) Gets the localized error message for a validation exception.Uses of KStringException in com.iizix.text
Modifier and TypeClassDescriptionclass
Exception class used for KString parsing errors.Modifier and TypeMethodDescriptionstatic KString
KString.createKString
(Element e) Constructs a KString from an Element.static KString
KString.createKStringForEditor
(String inputString, boolean usesTagProcessing) Special creator for HTML-edited text in the Editor.KString.format
(LocaleInfo localeInfo, 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
.KString.format
(IKStringInfoProvider provider, LocaleInfo localeInfo, 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
.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
(IKStringInfoProvider provider, Object... params) Formats the 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
(IKStringInfoProvider provider, Locale locale, 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
.Formats the 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
.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.toPlainKString()
Gets a PlainKString from this KString instance.ModifierConstructorDescriptionKString
(KString.Type type, String inputString) Creates the parsed KString where it is assumed the string can contain tags.KString
(KString.Type type, String inputString, boolean usesTagProcessing) Creates the parsed KString.KStringStyled
(KString.Type type, String inputString, boolean usesTagProcessing, ArrayList<KStringStyleRange> styleRanges) Constructor.PlainKString
(String inputString, boolean usesTagProcessing) Creates the parsed KString.Uses of KStringException in com.iizix.value
Modifier and TypeMethodDescriptionKStringValue.convert
(Object value, Value.Type oldType, LocaleInfo localeInfo) Converts a value from another type.