|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.wf.requests.CloseWindowRequest
public class CloseWindowRequest
Request to close a form.
Constructor Summary | |
---|---|
CloseWindowRequest(DcDialog dialog)
|
|
CloseWindowRequest(DcFrame frame)
|
Method Summary | |
---|---|
void |
end()
Free resources. |
void |
execute()
Executes this request. |
boolean |
getExecuteOnFail()
Indicates if the request is allowed to be executed even when the query has failed. |
void |
setExecuteOnFail(boolean b)
Indicate if the request is allowed to be executed even when the query has failed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloseWindowRequest(DcFrame frame)
public CloseWindowRequest(DcDialog dialog)
Method Detail |
---|
public void execute()
IRequest
execute
in interface IRequest
public boolean getExecuteOnFail()
IRequest
getExecuteOnFail
in interface IRequest
public void setExecuteOnFail(boolean b)
IRequest
setExecuteOnFail
in interface IRequest
public void end()
IRequest
end
in interface IRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |