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 PlainKStringVSFieldEvent. getMessage()Gets the message.Methods in com.iizix.api.vs with parameters of type PlainKString Modifier and Type Method Description voidVSFieldEvent. 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 voidMail. 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 PlainKStringPlainKStringProp. getPlainKString()Gets the PlainKString.Methods in com.iizix.prop with parameters of type PlainKString Modifier and Type Method Description booleanPlainKStringProp. 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 PlainKStringIUIHint. getHintKString()Gets the hint assigned to the component.PlainKStringUIComp. 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 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 PlainKString Modifier and Type Method Description PlainKStringMapMarker. getLabelChar()Gets the marker label character text.PlainKStringMapMarker. getTooltipText()Gets the marker tooltip text.Methods in com.iizix.prop.ui.map with parameters of type PlainKString Modifier and Type Method Description booleanMapMarker. 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 PlainKString Modifier and Type Method Description default PlainKStringIVSMessageComponent. getMessage()Gets the message from the validation process.PlainKStringVSColumnHeader. getPatternPlainKString()Gets the pattern used by the value formatter.PlainKStringVSField. 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 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 PlainKString Modifier and Type Field Description PlainKStringRuntimeBuilderSettings. app_descrDescriptive text of the app, use text table externalized for multiple languagesPlainKStringRuntimeBuilderSettings. app_locNameName of the app displayed to the user.PlainKStringRuntimeBuilderSettings. author_nameName of author.Methods in com.iizix.run with parameters of type PlainKString Modifier and Type Method Description java.lang.StringRuntimeBuilderSettings. 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 PlainKStringKString. newPlainKString(java.lang.String inputString)Creates a new PlainKString where it is assumed the string doesn't use tags.PlainKStringKString. toPlainKString()Gets a PlainKString from this KString instance.PlainKStringPlainKString. toPlainKString()Gets a PlainKString from this PlainKString instance, i.e.