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 TypeMethodDescriptionvoidVSFieldEvent.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 TypeMethodDescriptionvoidMail.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 TypeMethodDescriptionbooleanPlainKStringProp.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 PlainKStringIUIHint.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 booleanIUIHint.setHint(PlainKString hint) Sets the hint for the component.booleanUIComp.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 TypeMethodDescriptionbooleanMapMarker.setLabelChar(PlainKString text) Sets the marker label character.booleanMapMarker.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 PlainKStringIVSMessageComponent.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 booleanIVSMessageComponent.setMessage(PlainKString message, int category) Sets the validation message.booleanVSField.setPattern(PlainKString pattern) Sets the pattern used by the value formatter.booleanVSField.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 PlainKStringRuntimeBuilderSettings.app_descrDescriptive text of the app, use text table externalized for multiple languagesfinal PlainKStringRuntimeBuilderSettings.app_locNameName of the app displayed to the user.final PlainKStringRuntimeBuilderSettings.author_nameName 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 PlainKStringKString.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.