|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwDocumentFunctionCall
com.wewebu.ow.server.app.OwMultipleSelectionCall
public class OwMultipleSelectionCall
Multiple selection document function call wrapper. Objects of this class perform additional validation on a multiple selection document function call :
OwDocumentFunction.isEnabled(OwObject, OwObject, int)
)
the document function is called
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Nested Class Summary | |
---|---|
class |
OwMultipleSelectionCall.OwValidatorMessageBox
YES/NO validating message box implementation |
Field Summary |
---|
Fields inherited from class com.wewebu.ow.server.app.OwDocumentFunctionCall |
---|
m_documentFunction |
Constructor Summary | |
---|---|
OwMultipleSelectionCall(OwDocumentFunction documentFunction_p,
Collection objects_p,
OwObject parent_p,
OwClientRefreshContext refreshCtx_p,
OwMainAppContext context_p)
Constructor. |
Method Summary | |
---|---|
protected int |
createDisabledObjectNamesString(StringBuffer namesBuffer_p)
If there are disabled objects in the selected collection a the given StringBuffer will be filled with their HTML description list. |
void |
invokeFunction()
Multiple selection document function call invocation method. |
protected void |
invokeOnMultiselectClickEvent()
Document function invocation helper method Delegates to OwDocumentFunction.onMultiselectClickEvent(Collection, OwObject, OwClientRefreshContext) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwMultipleSelectionCall(OwDocumentFunction documentFunction_p, Collection objects_p, OwObject parent_p, OwClientRefreshContext refreshCtx_p, OwMainAppContext context_p)
documentFunction_p
- objects_p
- parent_p
- refreshCtx_p
- context_p
- OwDocumentFunction.onMultiselectClickEvent(Collection, OwObject, OwClientRefreshContext)
Method Detail |
---|
protected final int createDisabledObjectNamesString(StringBuffer namesBuffer_p) throws Exception
namesBuffer_p
- a StringBuffer to be filled with the disabled objects HTML list
Exception
public void invokeFunction() throws Exception
invokeFunction
in class OwDocumentFunctionCall
Exception
- if the invocation method fails (either wrapping
code or document function call code)protected final void invokeOnMultiselectClickEvent() throws Exception
OwDocumentFunction.onMultiselectClickEvent(Collection, OwObject, OwClientRefreshContext)
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |