Uses of Class
com.iizix.text.PlainKString
Packages that use PlainKString
Package
Description
Uses of PlainKString in com.iizix.api.vs
Methods in com.iizix.api.vs that return PlainKStringMethods in com.iizix.api.vs with parameters of type PlainKStringModifier and TypeMethodDescriptionvoid
VSFieldEvent.setMessage
(PlainKString message, VSFieldEvent.Category category) Sets the validation message.Uses of PlainKString in com.iizix.mail
Methods in com.iizix.mail with parameters of type PlainKStringModifier and TypeMethodDescriptionvoid
Mail.setText
(PlainKString text, IKStringInfoProvider provider) Sets a KString text with either HTML or plain text contents.Uses of PlainKString in com.iizix.prop
Methods in com.iizix.prop that return PlainKStringMethods in com.iizix.prop with parameters of type PlainKStringModifier and TypeMethodDescriptionboolean
PlainKStringProp.setPropValue
(PlainKString newValue) Sets a new value for this property.Constructors in com.iizix.prop with parameters of type PlainKStringModifierConstructorDescriptionPatternProp
(Atom name, PlainKString pattern) Constructor with a name and a pattern.Uses of PlainKString in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return PlainKStringModifier and TypeMethodDescriptiondefault PlainKString
IUIHint.getHintKString()
Gets the hint assigned to the component.UIComp.getTitlePKS()
Gets the title of the component as a PlainKString (i.e.Methods in com.iizix.prop.ui with parameters of type PlainKStringModifier and TypeMethodDescriptiondefault boolean
IUIHint.setHint
(PlainKString hint) Sets the hint for the component.boolean
UIComp.setTitle
(PlainKString str) Get the title of the component (i.e.Uses of PlainKString in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map that return PlainKStringModifier and TypeMethodDescriptionMapMarker.getLabelChar()
Gets the marker label character text.MapMarker.getTooltipText()
Gets the marker tooltip text.Methods in com.iizix.prop.ui.map with parameters of type PlainKStringModifier and TypeMethodDescriptionboolean
MapMarker.setLabelChar
(PlainKString text) Sets the marker label character.boolean
MapMarker.setTooltipText
(PlainKString text) Sets the marker tooltip text.Uses of PlainKString in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return PlainKStringModifier and TypeMethodDescriptiondefault PlainKString
IVSMessageComponent.getMessage()
Gets the message from the validation process.VSColumnHeader.getPatternPlainKString()
Gets the pattern used by the value formatter.VSField.getPatternPlainKString()
Gets the pattern used by the value formatter.Methods in com.iizix.prop.vs with parameters of type PlainKStringModifier and TypeMethodDescriptiondefault boolean
IVSMessageComponent.setMessage
(PlainKString message, int category) Sets the validation message.boolean
VSField.setPattern
(PlainKString pattern) Sets the pattern used by the value formatter.boolean
VSField.setPattern
(PlainKString pattern, IComplexOperation op) Sets the pattern used by the value formatter.Uses of PlainKString in com.iizix.run
Fields in com.iizix.run declared as PlainKStringModifier and TypeFieldDescriptionfinal PlainKString
RuntimeBuilderSettings.app_descr
Descriptive text of the app, use text table externalized for multiple languagesfinal PlainKString
RuntimeBuilderSettings.app_locName
Name of the app displayed to the user.final PlainKString
RuntimeBuilderSettings.author_name
Name of author.Methods in com.iizix.run with parameters of type PlainKStringModifier and TypeMethodDescriptionRuntimeBuilderSettings.getLocalizedString
(PlainKString pks, String languageCode) Resolves a PlainKString that refers to the text table with the specified language code.Uses of PlainKString in com.iizix.text
Methods in com.iizix.text that return PlainKStringModifier and TypeMethodDescriptionstatic PlainKString
KString.newPlainKString
(String inputString) Creates a new PlainKString where it is assumed the string doesn't use tags.KString.toPlainKString()
Gets a PlainKString from this KString instance.PlainKString.toPlainKString()
Gets a PlainKString from this PlainKString instance, i.e.