Uses of Class
com.iizix.text.PlainKString
Package
Description
Uses of PlainKString in com.iizix.api.vs
Modifier and TypeMethodDescriptionvoid
VSFieldEvent.setMessage
(PlainKString message, VSFieldEvent.Category category) Sets the validation message.Uses of PlainKString in com.iizix.mail
Modifier 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
Modifier and TypeMethodDescriptionboolean
PlainKStringProp.setPropValue
(PlainKString newValue) Sets a new value for this property.ModifierConstructorDescriptionPatternProp
(Atom name, PlainKString pattern) Constructor with a name and a pattern.Uses of PlainKString in com.iizix.prop.ui
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionMapMarker.getLabelChar()
Gets the marker label character text.MapMarker.getTooltipText()
Gets the marker tooltip text.Modifier 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
Modifier 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.Modifier 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
Modifier 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.Modifier 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
Modifier 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.