Uses of Interface
com.iizix.text.IKStringInfoProvider
Package
Description
Uses of IKStringInfoProvider in com.iizigo
Modifier and TypeMethodDescriptionActivator.getKStringInfoProvider()
Retrieves the KStringInfoProvider.Activator.getKStringInfoProvider
(GProp<?> anyProp) Retrieves the KStringInfoProvider.Uses of IKStringInfoProvider in com.iizigo.editor
Modifier and TypeMethodDescriptionstatic void
PropHelper.doVerify
(PropCnr property, IKStringInfoProvider kstringInfoProvider) Verifies the property.static boolean
PropHelper.queueVerify
(PropCnr property, IKStringInfoProvider kstringInfoProvider, Runnable callback) Asynchronous-verifies the property in a queue in the SWT thread.Uses of IKStringInfoProvider in com.iizigo.project
Modifier and TypeMethodDescriptionModuleModel.getKStringInfoProvider()
Gets a KStringInfoProvider initialized for the module model.Uses of IKStringInfoProvider in com.iizigo.prop.editor.dialog
Uses of IKStringInfoProvider in com.iizigo.text
Modifier and TypeClassDescriptionclass
Adapter to provide information required by KString's when converted to HTML.class
The Style's Editor part.Uses of IKStringInfoProvider in com.iizix.gyro
Modifier and TypeMethodDescriptionIAppSessionGyro.getAppKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.IAppSessionGyro.getKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.IClientSessionGyro.getKStringInfoProvider()
Retrieves the KStringInfoProvider for the client session.Uses of IKStringInfoProvider in com.iizix.mail
Modifier and TypeMethodDescriptionvoid
Mail.setText
(PlainKString text, IKStringInfoProvider provider) Sets a KString text with either HTML or plain text contents.void
Mail.setText
(String htmlPrefix, KString text, String htmlSuffix, IKStringInfoProvider provider) Sets a KString text with either HTML or plain text contents.Uses of IKStringInfoProvider in com.iizix.prop
Modifier and TypeInterfaceDescriptioninterface
Interface implemented by the information provider in the Property Manager.Modifier and TypeClassDescriptionclass
The "badge" property class holds the property name, value as a GBadge object and optionally has a parent and/or property listener(s).class
The "KString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
The pattern property class extends a KStringProp.class
The "PlainKString" property class holds the property name, value and optionally has a parent and/or property listener(s).class
Abstract adapter for the Property Manager Information Provider.Modifier and TypeMethodDescriptionPropVerification.getKStringInfoProvider()
Gets the KString information provider used for e.g.Modifier 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.TextTable.getPlainTextID
(String id, IKStringInfoProvider infoProvider) Gets the text entry in this table.TextTable.getPlainTextID
(String id, String fallback, IKStringInfoProvider infoProvider) Gets the text entry in this table.TextTable.getPlainTextID
(String id, String languageCode, String fallback, IKStringInfoProvider infoProvider) Gets the text entry with the specified ID for a language.final int
PropCnr.verifyInternalUseOnly
(Set<PropCnr> currentlyBeingVerifiedPropCnrs, IKStringInfoProvider provider) Verifies this property after editing.PropCnr.verifyTree
(IKStringInfoProvider provider) Verifies if this property container and its children for problems.ModifierConstructorDescriptionPropVerification
(IKStringInfoProvider provider) Creates the verification instance.Uses of IKStringInfoProvider in com.iizix.prop.image
Modifier and TypeMethodDescriptionFontIconDefinition.getKStringFontIcon
(ClientImageData cid, KStringHTMLImageTag source, IKStringInfoProvider provider) Appends the font icon definition to a KString tag.ClientImageData.getKStringNonBitmap
(KStringHTMLImageTag source, IKStringInfoProvider provider) Appends the font icon or SVG definition to a KString tag.SVGInfo.getKStringSVG
(ClientImageData cid, KStringHTMLImageTag source, IKStringInfoProvider provider) Appends the SVG definition to a KString tag.Uses of IKStringInfoProvider in com.iizix.prop.ui
Modifier and TypeClassDescriptionclass
The tooltip property is a container that holds various information for the tooltip, e.g.Uses of IKStringInfoProvider in com.iizix.prop.ui.table
Uses of IKStringInfoProvider in com.iizix.pwa
ModifierConstructorDescriptionPWACustomHTML
(File cacheDir, File iiziAppHTML, String appID, PWAProps props, IKStringInfoProvider provider, String httpsServer) Constructs a new instance of the PWA customizer for HTML.Uses of IKStringInfoProvider in com.iizix.server
Modifier and TypeMethodDescriptionfinal IKStringInfoProvider
ServerShell.getKStringInfoProvider()
/** Gets the session's IKStringInfoProvider from the ClientSessionGyro threads, and if not found, from the application session gyro threads.Uses of IKStringInfoProvider in com.iizix.server.app
Modifier and TypeClassDescriptionfinal class
The application factory contains the application that should be run.Uses of IKStringInfoProvider in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.getAppKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.AppSessionGyro.getKStringInfoProvider()
Retrieves the KStringInfoProvider for the application session.ClientSessionGyro.getKStringInfoProvider()
Retrieves the KStringInfoProvider for the client session.Uses of IKStringInfoProvider in com.iizix.text
Modifier and TypeInterfaceDescriptioninterface
IKStringValuePropHolder<PROP_VALUE>
Interface containing default code for the KString holder, KString information provider and externalizable KString support.Modifier and TypeClassDescriptionclass
Very simple adapter to provide information required by KString's when resolving KString's for validation.Modifier and TypeMethodDescriptionstatic IKStringInfoProvider
DefaultInfoHolder.getKStringInfoProvider()
Gets the IKStringInfoProvider instance for the current thread or a global instance.IKStringInfoProviderHolder.getKStringInfoProvider()
Retrieves the KStringInfoProvider.ILocaleString.getKStringInfoProvider()
Retrieves the KStringInfoProvider.ValidationKStringInfoProviderHolder.getKStringInfoProvider()
Retrieves the KStringInfoProvider.static IKStringInfoProvider
IKStringInfoProvider.getKStringInfoProviderInstance()
Gets the session's IKStringInfoProvider from the ClientSessionGyro threads, and if not found, from the application session gyro threads.Modifier and TypeMethodDescriptionfinal void
KStringTag.appendHTMLAttributes
(StringBuilder useme, IKStringInfoProvider provider) Appends the attributes for HTML raw format.final void
KStringTag.appendHTMLAttributes
(StringBuilder useme, IKStringInfoProvider provider, String... possibleAttributeList) Appends the attributes for HTML raw format that are present in the "possibleAttributeList".final void
KStringTag.appendHTMLAttributesSkip
(StringBuilder useme, IKStringInfoProvider provider, String... skipAttributes) Appends the attributes for HTML raw format.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.formatPLAIN
(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.formatPLAIN
(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.formatPLAIN
(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.formatPLAIN
(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
.default KString
ILocaleKStringFormatter.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.IKStringHTMLHyperlink.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KString.getHTMLString
(IKStringInfoProvider provider) Gets the string formatted in HTML.KStringHTMLDynamicTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLHyperlinkExternalTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLHyperlinkResourceTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLHyperlinkUITag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLHyperlinkVSTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLImageTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringHTMLTextTableTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format, i.e.KStringHTMLTextVirtualSpaceTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format.KStringPLAINTextTableTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format, i.e.KStringPLAINVirtualSpaceTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format, i.e.abstract String
KStringTag.getHTMLString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the HTML format, i.e.final String
KStringHTMLDynamicTag.getHTMLTagText
(StringBuilder useme, IKStringInfoProvider provider) Gets the "unparsed" string representation of this tag in the HTML format.KStringHTMLTag.getHTMLTagText
(StringBuilder useme, IKStringInfoProvider provider) Gets the "unparsed" string representation of this tag in the HTML format.final String
KStringPLAINTag.getHTMLTagText
(StringBuilder useme, IKStringInfoProvider provider) Gets the "unparsed" string representation of this tag in the HTML format, e.g.abstract String
KStringTag.getHTMLTagText
(StringBuilder useme, IKStringInfoProvider provider) Gets the "unparsed" string representation of this tag in the HTML format, i.e.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(IKStringInfoProvider provider, Locale locale) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocaleKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted HTML or PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, ILocaleString localeString) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(IKStringInfoProvider provider, Locale locale) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default KString
ILocaleKStringFormatter.getMessageLocalePlainKString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted PLAIN KString with the appropriate parameters using the formatting described below.default String
ILocaleStringFormatter.getMessageLocaleString
(ILocaleString localeString, IKStringInfoProvider provider, LocaleInfo localeInfo) Gets a formatted String with the appropriate parameters using the formatting described below.KString.getPLAINString
(IKStringInfoProvider provider) Gets the string formatted in HTML.abstract String
KStringHTMLDynamicTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLHyperlinkExternalTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLHyperlinkResourceTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLHyperlinkUITag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLHyperlinkVSTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLImageTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringHTMLTextTableTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format.KStringHTMLTextVirtualSpaceTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KStringPLAINTextTableTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format.KStringPLAINVirtualSpaceTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format.abstract String
KStringTag.getPLAINString
(StringBuilder useme, IKStringInfoProvider provider) Gets the string representation of this tag in the PLAIN format, i.e.KString.getRawHTMLStringForEditor
(IKStringInfoProvider provider) Gets the "raw" HTML formatted string, with special formatting as required by the Rich Text Editor.boolean
KString.isEmptyBlankResolved
(boolean checkBlank, IKStringInfoProvider provider) Checks if the resolved KString of the current type would be an empty or blank string.