Uses of Class
org.javlo.message.GenericMessage
- 
Packages that use GenericMessage Package Description org.javlo.component.core org.javlo.component.form org.javlo.component.image org.javlo.data org.javlo.helper org.javlo.i18n org.javlo.message org.javlo.template  - 
- 
Uses of GenericMessage in org.javlo.component.core
Methods in org.javlo.component.core that return GenericMessage Modifier and Type Method Description GenericMessageAbstractVisualComponent. getConfigMessage(ContentContext ctx)GenericMessageIContentVisualComponent. getConfigMessage(ContentContext ctx)warning message on config tabGenericMessageAbstractVisualComponent. getContentMessage(ContentContext ctx)GenericMessageIContentVisualComponent. getContentMessage(ContentContext ctx)warning message on content tabGenericMessageAbstractVisualComponent. getLocalMessage()GenericMessageAbstractVisualComponent. getMessage()GenericMessageIContentVisualComponent. getMessage()get a message for the component.GenericMessageAbstractVisualComponent. getTextMessage(ContentContext ctx)GenericMessageIContentVisualComponent. getTextMessage(ContentContext ctx)warning message on text tabMethods in org.javlo.component.core with parameters of type GenericMessage Modifier and Type Method Description voidAbstractVisualComponent. setLocalMessage(GenericMessage localMessage)voidAbstractVisualComponent. setMessage(GenericMessage inMsg) - 
Uses of GenericMessage in org.javlo.component.form
Methods in org.javlo.component.form that return GenericMessage Modifier and Type Method Description GenericMessageFormComponent. getI18nMessage(ContentContext ctx, String fieldName)GenericMessageForm. getMessage(String fieldName)GenericMessageFormComponent. getMessage(ContentContext ctx, String fieldName)static GenericMessageContact. validation(String field, String value) - 
Uses of GenericMessage in org.javlo.component.image
Methods in org.javlo.component.image that return GenericMessage Modifier and Type Method Description GenericMessageGlobalImage. getMessage()GenericMessageGlobalImage. getTextMessage(ContentContext ctx)Methods in org.javlo.component.image with parameters of type GenericMessage Modifier and Type Method Description voidGlobalImage. setMessage(GenericMessage inMsg) - 
Uses of GenericMessage in org.javlo.data
Methods in org.javlo.data that return GenericMessage Modifier and Type Method Description GenericMessageInfoBean. getGlobalMessage() - 
Uses of GenericMessage in org.javlo.helper
Methods in org.javlo.helper with parameters of type GenericMessage Modifier and Type Method Description static StringXHTMLHelper. getErrorMessage(ContentContext ctx, String field, GenericMessage message)static StringXHTMLHelper. getRowCheckbox(ContentContext ctx, String field, String label, String value, GenericMessage message)static StringXHTMLHelper. getRowInput(ContentContext ctx, String field, String label, String value, GenericMessage message, String type)static StringXHTMLHelper. getRowInput(ContentContext ctx, String field, String label, String value, GenericMessage message, String[][] content)static StringXHTMLHelper. getRowInput(ContentContext ctx, String field, String value, GenericMessage message) - 
Uses of GenericMessage in org.javlo.i18n
Methods in org.javlo.i18n that return GenericMessage Modifier and Type Method Description GenericMessageI18nMessage. getMessage()Constructors in org.javlo.i18n with parameters of type GenericMessage Constructor Description I18nMessage(GenericMessage newMessage, javax.servlet.http.HttpServletRequest request) - 
Uses of GenericMessage in org.javlo.message
Fields in org.javlo.message declared as GenericMessage Modifier and Type Field Description static GenericMessageGenericMessage. EMPTY_MESSAGEMethods in org.javlo.message that return GenericMessage Modifier and Type Method Description GenericMessageMessageRepository. getGlobalMessage()GenericMessageMessageRepository. getMessage(String key)Methods in org.javlo.message that return types with arguments of type GenericMessage Modifier and Type Method Description Collection<GenericMessage>MessageRepository. outAllMessages()Methods in org.javlo.message with parameters of type GenericMessage Modifier and Type Method Description voidMessageRepository. addMessage(GenericMessage msg)voidMessageRepository. setGlobalMessage(GenericMessage globalMessage)set a new global message. if the type of the current message is more important or equal the new message is ignored.voidMessageRepository. setGlobalMessageAndNotification(ContentContext ctx, GenericMessage globalMessage)voidMessageRepository. setGlobalMessageAndNotification(ContentContext ctx, GenericMessage globalMessage, boolean admin)set a new global message. if the type of the current message is more important or equal the new message is ignored.voidMessageRepository. setGlobalMessageAndNotificationToAll(ContentContext ctx, GenericMessage globalMessage, boolean admin)set a new global message. if the type of the current message is more important or equal the new message is ignored.voidMessageRepository. setGlobalMessageForced(GenericMessage globalMessage)set a new global message. if the type of the current message is more important or equal the new message is ignored.Constructors in org.javlo.message with parameters of type GenericMessage Constructor Description GenericMessage(GenericMessage msg) - 
Uses of GenericMessage in org.javlo.template
Methods in org.javlo.template that return types with arguments of type GenericMessage Modifier and Type Method Description List<GenericMessage>Template. checkRenderer(GlobalContext globalContext, I18nAccess i18nAccess)check the structure of the template. 
 -