Uses of Class
de.xima.fc.mdl.LargeString
Packages that use LargeString
Package
Description
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of LargeString in de.xima.fc.gui.converter
Classes in de.xima.fc.gui.converter that implement interfaces with type arguments of type LargeStringMethods in de.xima.fc.gui.converter that return LargeStringModifier and TypeMethodDescriptionLargeStringConverter.getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value) Methods in de.xima.fc.gui.converter with parameters of type LargeStringModifier and TypeMethodDescriptionLargeStringConverter.getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, LargeString value) -
Uses of LargeString in de.xima.fc.gui.model.value_descriptor_form
Subclasses with type arguments of type LargeString in de.xima.fc.gui.model.value_descriptor_formModifier and TypeClassDescriptionfinal classAControlfor editing large string values that must conform to aILargeStringValueDescriptor.final classAControlfor editing large string values that must conform to aILargeStringValueDescriptor. -
Uses of LargeString in de.xima.fc.interfaces.workflow.value
Subinterfaces with type arguments of type LargeString in de.xima.fc.interfaces.workflow.valueModifier and TypeInterfaceDescriptioninterfaceAIValueBuilderfor creating a large string value.interfaceAIValueDescriptorfor string value.interfaceAIValueDescriptorBuilderfor creating a large string value descriptors.Methods in de.xima.fc.interfaces.workflow.value that return types with arguments of type LargeStringModifier and TypeMethodDescriptionDefaultValueDescriptorTypeCoercer.coerceLargeString(Object value, ILargeStringValueDescriptor descriptor) default Optional<LargeString> IValueDescriptorTypeCoercer.coerceLargeString(Object value, ILargeStringValueDescriptor descriptor) Attempts to coerce the given value to a large string value.default IConstValueDescriptor<LargeString> IValueDescriptorFactory.constant(LargeString value) IValueDescriptorFactory.constantBuilder(LargeString value) default Class<LargeString> ILargeStringValueDescriptor.getJavaClass()default IListValueDescriptor<LargeString> IValueDescriptorFactory.listOfLargeStrings()default IListValueDescriptor<LargeString> IValueDescriptorFactory.listOfLargeStrings(String descriptionI18n) Deprecated.default IMapValueDescriptor<LargeString> IValueDescriptorFactory.mapToLargeStrings()default IMapValueDescriptor<LargeString> IValueDescriptorFactory.mapToLargeStrings(String descriptionI18n) Methods in de.xima.fc.interfaces.workflow.value with parameters of type LargeStringModifier and TypeMethodDescriptiondefault IConstValueDescriptor<LargeString> IValueDescriptorFactory.constant(LargeString value) IValueDescriptorFactory.constantBuilder(LargeString value) ILargeStringValueDescriptorBuilder.defaultValue(LargeString defaultValue) Sets the default string used when no value is provided.default ILargeStringValueDescriptorIValueDescriptorFactory.largeString(LargeString defaultValue) default ILargeStringValueDescriptorIValueDescriptorFactory.largeString(LargeString defaultValue, String descriptionI18n) -
Uses of LargeString in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return LargeStringModifier and TypeMethodDescriptionstatic LargeStringLargeString.empty()static LargeStringLargeString.ofByteArray(byte[] data, Charset charset) static LargeStringstatic LargeStringLargeString.ofFileAsBase64String(File file) static LargeStringLargeString.ofFileAsDataUri(String mimeType, File file) static LargeString -
Uses of LargeString in de.xima.fc.workflow.processor.value
Methods in de.xima.fc.workflow.processor.value that return types with arguments of type LargeStringMethods in de.xima.fc.workflow.processor.value with parameters of type LargeString
IValueDescriptorFactory.listBuilder(IValueDescriptorCreator)withIValueDescriptorBuilder.addAttribute(String, Object).