IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.xui.error
Interface IXUIErrorManager

All Known Subinterfaces:
IXUIView
All Known Implementing Classes:
XUIView

public interface IXUIErrorManager

XUI Error Manager interface


Method Summary
 void addInError(IXUIErrorSource source)
          Add error source to this manager
 java.util.List<IXUIErrorSource> getErrorSources()
          Get error sources in current view
 boolean isInError()
          Get if current view is in error
 void removeInError(IXUIErrorSource source)
          Remove error source from this manager
 void setInError(boolean value)
          Set if current view is in error
 

Method Detail

addInError

void addInError(IXUIErrorSource source)
Add error source to this manager

Parameters:
source -

removeInError

void removeInError(IXUIErrorSource source)
Remove error source from this manager

Parameters:
source -

isInError

boolean isInError()
Get if current view is in error

Returns:

setInError

void setInError(boolean value)
Set if current view is in error

Parameters:
value -

getErrorSources

java.util.List<IXUIErrorSource> getErrorSources()
Get error sources in current view

Returns:
list of error source

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011