Uses of Interface
to.etc.domui.dom.errors.IErrorFence

Packages that use IErrorFence
to.etc.domui.dom.errors   
to.etc.domui.dom.html   
to.etc.domui.util   
 

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

Classes in to.etc.domui.dom.errors that implement IErrorFence
 class ErrorFenceHandler
          When controls or business logic encounters errors that need to be reported back to the user they add an error to either a control (usually for validation/conversion errors) or to the page itself (for errors where there's no clear "location" where the problem has occured).
 class PropagatingErrorFenceHandler
          Use this error fence handler in case when some UIMessage should be handled by more than one error fence.
 

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

Methods in to.etc.domui.dom.html that return IErrorFence
 IErrorFence NodeContainer.getErrorFence()
           
 

Methods in to.etc.domui.dom.html with parameters of type IErrorFence
 void NodeContainer.setErrorFence(IErrorFence errorFence)
           
 

Uses of IErrorFence in to.etc.domui.util
 

Methods in to.etc.domui.util that return IErrorFence
static IErrorFence DomUtil.getMessageFence(NodeBase start)