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 GenericMessage
AbstractVisualComponent. getConfigMessage(ContentContext ctx)
GenericMessage
IContentVisualComponent. getConfigMessage(ContentContext ctx)
warning message on config tabGenericMessage
AbstractVisualComponent. getContentMessage(ContentContext ctx)
GenericMessage
IContentVisualComponent. getContentMessage(ContentContext ctx)
warning message on content tabGenericMessage
AbstractVisualComponent. getLocalMessage()
GenericMessage
AbstractVisualComponent. getMessage()
GenericMessage
IContentVisualComponent. getMessage()
get a message for the component.GenericMessage
AbstractVisualComponent. getTextMessage(ContentContext ctx)
GenericMessage
IContentVisualComponent. getTextMessage(ContentContext ctx)
warning message on text tabMethods in org.javlo.component.core with parameters of type GenericMessage Modifier and Type Method Description void
AbstractVisualComponent. setLocalMessage(GenericMessage localMessage)
void
AbstractVisualComponent. 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 GenericMessage
FormComponent. getI18nMessage(ContentContext ctx, String fieldName)
GenericMessage
Form. getMessage(String fieldName)
GenericMessage
FormComponent. getMessage(ContentContext ctx, String fieldName)
static GenericMessage
Contact. 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 GenericMessage
GlobalImage. getMessage()
GenericMessage
GlobalImage. getTextMessage(ContentContext ctx)
Methods in org.javlo.component.image with parameters of type GenericMessage Modifier and Type Method Description void
GlobalImage. setMessage(GenericMessage inMsg)
-
Uses of GenericMessage in org.javlo.data
Methods in org.javlo.data that return GenericMessage Modifier and Type Method Description GenericMessage
InfoBean. getGlobalMessage()
-
Uses of GenericMessage in org.javlo.helper
Methods in org.javlo.helper with parameters of type GenericMessage Modifier and Type Method Description static String
XHTMLHelper. getErrorMessage(ContentContext ctx, String field, GenericMessage message)
static String
XHTMLHelper. getRowCheckbox(ContentContext ctx, String field, String label, String value, GenericMessage message)
static String
XHTMLHelper. getRowInput(ContentContext ctx, String field, String label, String value, GenericMessage message, String type)
static String
XHTMLHelper. getRowInput(ContentContext ctx, String field, String label, String value, GenericMessage message, String[][] content)
static String
XHTMLHelper. 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 GenericMessage
I18nMessage. 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 GenericMessage
GenericMessage. EMPTY_MESSAGE
Methods in org.javlo.message that return GenericMessage Modifier and Type Method Description GenericMessage
MessageRepository. getGlobalMessage()
GenericMessage
MessageRepository. 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 void
MessageRepository. addMessage(GenericMessage msg)
void
MessageRepository. 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.void
MessageRepository. setGlobalMessageAndNotification(ContentContext ctx, GenericMessage globalMessage)
void
MessageRepository. 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.void
MessageRepository. 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.void
MessageRepository. 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.
-