Uses of Class
to.etc.domui.dom.errors.UIMessage

Packages that use UIMessage
to.etc.domui.component.form   
to.etc.domui.component.layout   
to.etc.domui.dom.errors   
to.etc.domui.dom.html   
to.etc.domui.state   
to.etc.domui.util   
 

Uses of UIMessage in to.etc.domui.component.form
 

Methods in to.etc.domui.component.form that return UIMessage
 UIMessage DisplayOnlyPropertyBinding.getMessage()
           
 UIMessage SimpleComponentPropertyBinding.getMessage()
           
 UIMessage DisplayOnlyPropertyBinding.setMessage(UIMessage m)
           
 UIMessage SimpleComponentPropertyBinding.setMessage(UIMessage m)
           
 

Methods in to.etc.domui.component.form with parameters of type UIMessage
 UIMessage DisplayOnlyPropertyBinding.setMessage(UIMessage m)
           
 UIMessage SimpleComponentPropertyBinding.setMessage(UIMessage m)
           
 

Uses of UIMessage in to.etc.domui.component.layout
 

Methods in to.etc.domui.component.layout with parameters of type UIMessage
protected  NodeContainer ErrorMessageDiv.createErrorLine(UIMessage m)
           
protected  void ErrorMessageDiv.createErrorUI(UIMessage m)
           
 void TabPanelBase.TabInstance.errorMessageAdded(Page pg, UIMessage m)
           
 void ErrorMessageDiv.errorMessageAdded(Page pg, UIMessage m)
          Adds the error message to the visible list.
 void ErrorPanel.errorMessageAdded(Page pg, UIMessage m)
          Adds the new error message to this panel, making it visible.
 void TabPanelBase.TabInstance.errorMessageRemoved(Page pg, UIMessage m)
           
 void ErrorMessageDiv.errorMessageRemoved(Page pg, UIMessage m)
           
 void ErrorPanel.errorMessageRemoved(Page pg, UIMessage m)
          Removes the error message from this panel, rendering it invisible.
 

Uses of UIMessage in to.etc.domui.dom.errors
 

Methods in to.etc.domui.dom.errors that return UIMessage
static UIMessage UIMessage.error(BundleRef ref, java.lang.String code, java.lang.Object... param)
           
static UIMessage UIMessage.error(NodeBase node, BundleRef ref, java.lang.String code, java.lang.Object... param)
           
static UIMessage UIMessage.error(NodeBase node, java.lang.String errorLocation, BundleRef ref, java.lang.String code, java.lang.Object... param)
           
static UIMessage UIMessage.error(java.lang.String errorLocation, BundleRef ref, java.lang.String code, java.lang.Object... param)
           
static UIMessage UIMessage.error(UIException x)
           
 UIMessage INodeErrorDelegate.getMessage()
           
static UIMessage UIMessage.info(BundleRef ref, java.lang.String code, java.lang.Object... param)
           
 UIMessage INodeErrorDelegate.setMessage(UIMessage msg)
          This sets a message (an error, warning or info message) on this control.
static UIMessage UIMessage.warning(BundleRef ref, java.lang.String code, java.lang.Object... param)
           
static UIMessage UIMessage.warning(NodeBase node, BundleRef ref, java.lang.String code, java.lang.Object... param)
           
static UIMessage UIMessage.warning(NodeBase node, java.lang.String errorLocation, BundleRef ref, java.lang.String code, java.lang.Object... param)
           
 

Methods in to.etc.domui.dom.errors with parameters of type UIMessage
 void PropagatingErrorFenceHandler.addMessage(NodeBase source, UIMessage uim)
           
 void IErrorFence.addMessage(NodeBase source, UIMessage uim)
           
 void ErrorFenceHandler.addMessage(NodeBase source, UIMessage uim)
           
 void IErrorMessageListener.errorMessageAdded(Page pg, UIMessage m)
           
 void IErrorMessageListener.errorMessageRemoved(Page pg, UIMessage m)
           
 void PropagatingErrorFenceHandler.removeMessage(NodeBase source, UIMessage uim)
           
 void IErrorFence.removeMessage(NodeBase source, UIMessage uim)
           
 void ErrorFenceHandler.removeMessage(NodeBase source, UIMessage uim)
           
 UIMessage INodeErrorDelegate.setMessage(UIMessage msg)
          This sets a message (an error, warning or info message) on this control.
 

Uses of UIMessage in to.etc.domui.dom.html
 

Methods in to.etc.domui.dom.html that return UIMessage
 UIMessage NodeBase.addGlobalMessage(UIMessage m)
          This adds a message to the "global" message list.
 UIMessage NodeBase.getMessage()
           
 UIMessage NodeBase.setMessage(UIMessage msg)
          This sets a message (an error, warning or info message) on this control.
 

Methods in to.etc.domui.dom.html with parameters of type UIMessage
 UIMessage NodeBase.addGlobalMessage(UIMessage m)
          This adds a message to the "global" message list.
 void NodeBase.clearGlobalMessage(UIMessage m)
           
 UIMessage NodeBase.setMessage(UIMessage msg)
          This sets a message (an error, warning or info message) on this control.
 

Uses of UIMessage in to.etc.domui.state
 

Methods in to.etc.domui.state with parameters of type UIMessage
static void UIGoto.clearPageAndReload(Page pg, UIMessage msg)
          Destroy the current page and replace it with the new page specified.
static void UIGoto.clearPageAndReload(Page pg, UIMessage msg, PageParameters pp)
          Destroy the current page and replace it with the new page specified.
static void UIGoto.replace(Page pg, java.lang.Class<? extends UrlPage> clz, PageParameters pp, UIMessage msg)
          Replace the "current" page with a new page.
 

Uses of UIMessage in to.etc.domui.util
 

Methods in to.etc.domui.util with parameters of type UIMessage
static void DomUtil.renderErrorMessage(NodeContainer d, UIMessage m)
          This scans an error messages for simple HTML and renders that as DomUI nodes.