|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IErrorSummaryControl
Method Summary | |
---|---|
void |
addErrorMessage(String errorMessage)
Add an error message on the server side. |
String |
getScriptAddErrorMessage(String errorMessage)
Returns the script that will add the given message to the error message list on the client side. |
String |
getScriptClear()
Returns the script that will clear the error summary |
String |
getScriptShow()
Returns a client side script that shows the error summary |
Methods inherited from interface lumis.doui.control.IControl |
---|
buildSubControls, createContainer, disconnect, getChildControls, getControlResource, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, init, isValid, registerOnEventScript, removeChild, removeChildren, setRenderData, setRuntimeAttributes, setValid |
Method Detail |
---|
String getScriptShow() throws PortalException
PortalException
String getScriptAddErrorMessage(String errorMessage) throws PortalException
errorMessage
-
PortalException
String getScriptClear() throws PortalException
PortalException
void addErrorMessage(String errorMessage) throws PortalException
errorMessage
-
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |