Uses of Class
com.iizix.text.PlainKString
Packages that use PlainKString Package Description com.iizix.api.vs com.iizix.mail com.iizix.prop com.iizix.prop.ui com.iizix.prop.ui.map com.iizix.prop.vs com.iizix.run com.iizix.text Uses of PlainKString in com.iizix.api.vs
Methods in com.iizix.api.vs that return PlainKString Modifier and Type Method Description PlainKString
VSFieldEvent. getMessage()
Gets the message.Methods in com.iizix.api.vs with parameters of type PlainKString Modifier and Type Method Description void
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 PlainKString Modifier and Type Method Description void
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 PlainKString Modifier and Type Method Description PlainKString
PlainKStringProp. getPlainKString()
Gets the PlainKString.Methods in com.iizix.prop with parameters of type PlainKString Modifier and Type Method Description boolean
PlainKStringProp. setPropValue(PlainKString newValue)
Sets a new value for this property.Constructors in com.iizix.prop with parameters of type PlainKString Constructor Description PatternProp(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 PlainKString Modifier and Type Method Description default PlainKString
IUIHint. getHintKString()
Gets the hint assigned to the component.PlainKString
UIComp. getTitlePKS()
Gets the title of the component as a PlainKString (i.e.Methods in com.iizix.prop.ui with parameters of type PlainKString Modifier and Type Method Description default 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 PlainKString Modifier and Type Method Description PlainKString
MapMarker. getLabelChar()
Gets the marker label character text.PlainKString
MapMarker. getTooltipText()
Gets the marker tooltip text.Methods in com.iizix.prop.ui.map with parameters of type PlainKString Modifier and Type Method Description boolean
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 PlainKString Modifier and Type Method Description default PlainKString
IVSMessageComponent. getMessage()
Gets the message from the validation process.PlainKString
VSColumnHeader. getPatternPlainKString()
Gets the pattern used by the value formatter.PlainKString
VSField. getPatternPlainKString()
Gets the pattern used by the value formatter.Methods in com.iizix.prop.vs with parameters of type PlainKString Modifier and Type Method Description default 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 PlainKString Modifier and Type Field Description PlainKString
RuntimeBuilderSettings. app_descr
Descriptive text of the app, use text table externalized for multiple languagesPlainKString
RuntimeBuilderSettings. app_locName
Name of the app displayed to the user.PlainKString
RuntimeBuilderSettings. author_name
Name of author.Methods in com.iizix.run with parameters of type PlainKString Modifier and Type Method Description java.lang.String
RuntimeBuilderSettings. getLocalizedString(PlainKString pks, java.lang.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 PlainKString Modifier and Type Method Description static PlainKString
KString. newPlainKString(java.lang.String inputString)
Creates a new PlainKString where it is assumed the string doesn't use tags.PlainKString
KString. toPlainKString()
Gets a PlainKString from this KString instance.PlainKString
PlainKString. toPlainKString()
Gets a PlainKString from this PlainKString instance, i.e.