Uses of Interface
com.aquima.interactions.composer.IMessage
Packages that use IMessage
Package
Description
-
Uses of IMessage in com.aquima.interactions.composer
Methods in com.aquima.interactions.composer that return IMessageModifier and TypeMethodDescriptionIMessage[]
IPage.getGenericErrors()
Get the generic errors.IMessage[]
IContainer.getMessages
(boolean includeChildren) This method returns all the messages that were reported during the expand of this container.IMessage[]
IField.getMessages()
This method will return the error or waning messages applicable to this field. -
Uses of IMessage in com.aquima.interactions.composer.model
Classes in com.aquima.interactions.composer.model that implement IMessageModifier and TypeClassDescriptionclass
This class holds an error or warning message for a field or page.Methods in com.aquima.interactions.composer.model that return IMessageModifier and TypeMethodDescriptionIMessage[]
Page.getGenericErrors()
IMessage[]
Container.getMessages
(boolean includeChildren) IMessage[]
Field.getMessages()
Methods in com.aquima.interactions.composer.model that return types with arguments of type IMessageMethods in com.aquima.interactions.composer.model with parameters of type IMessageModifier and TypeMethodDescriptionvoid
Container.addMessage
(IMessage message) This method may be used to add a message to the container.boolean
Field.addMessage
(IMessage message) This method may be used to add a message to the field.Field.setMessages
(IMessage[] messages) This method may be used to set messages for the field.Method parameters in com.aquima.interactions.composer.model with type arguments of type IMessage -
Uses of IMessage in com.aquima.interactions.composer.model.delegate
Methods in com.aquima.interactions.composer.model.delegate that return IMessageModifier and TypeMethodDescriptionIMessage[]
ContainerDelegate.getMessages
(boolean includeChildren) -
Uses of IMessage in com.aquima.interactions.framework.renderer.util
Methods in com.aquima.interactions.framework.renderer.util with parameters of type IMessageModifier and TypeMethodDescriptionstatic IXmlElement
ElementConverterUtils.createErrorMessages
(IRendererContext ctx, IMessage[] messages) This method may be used create an error XML element for the specified array of messages. -
Uses of IMessage in com.aquima.interactions.portal
Subinterfaces of IMessage in com.aquima.interactions.portalModifier and TypeInterfaceDescriptioninterface
This interface defines the methods for an object holding an error or warning message. -
Uses of IMessage in com.aquima.interactions.portal.model.session
Classes in com.aquima.interactions.portal.model.session that implement IMessageModifier and TypeClassDescriptionclass
This object hold a single error that was encountered during the processing of the event. -
Uses of IMessage in com.aquima.interactions.portal.model.session.page
Methods in com.aquima.interactions.portal.model.session.page that return IMessageConstructors in com.aquima.interactions.portal.model.session.page with parameters of type IMessageModifierConstructorDescriptionprotected
EventValue
(RuntimeKey fieldId, ValueReference reference, Serializable postedValue, IValue previousValue, IValue fieldValue, IMessage error, boolean changedValue)