Package | Description |
---|---|
com.saperion.ngc.dialogs |
Package for client dialog classes.
|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.field.lookup.popup |
Package for advanced lookup field popup classes.
|
com.saperion.ngc.iform.tab |
Package for iForm tab components.
|
com.saperion.ngc.menu |
Package containing menus or menu-items used in different menus.
|
com.saperion.ngc.navigation |
Package for navigation component classes.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
UnfileSelectDialog.show(ResultSetView parent,
List<FolderId> folders,
org.zkoss.zk.ui.event.EventListener eventListener)
Opens the dialog and returns the selected workflow definition, the comment and the button
that was pressed.
|
static void |
WorkflowSelectDialog.show(ResultSetView parent,
List<String> workflowDefinitions,
org.zkoss.zk.ui.event.EventListener eventListener)
Deprecated.
will be removed in 8.0. Use
WorkflowSelectDialog.showDialog(ResultSetView, List, EventListener) instead. |
static void |
WorkflowSelectDialog.showDialog(ResultSetView parent,
List<com.saperion.wf.ProcessDefinitionDescriptor> workflowDefinitions,
org.zkoss.zk.ui.event.EventListener eventListener)
Opens the dialog and returns the selected workflow definition, the comment and the button
that was pressed.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,ResultSetView> |
ElementCreator.createResults(List<com.saperion.ngc.iform.xml.ResultType> results,
org.zkoss.zk.ui.Component parent,
boolean stretch,
org.zkoss.zk.ui.Component eventParent,
String formName,
String ddcName)
Creates result lists.
|
List<ResultSetView> |
IntelligentFormViewImpl.getResultSets()
Returns a list of all resultsets contained in this form.
|
List<ResultSetView> |
IntelligentFormView.getResultSets()
Returns a list of all resultsets contained in this form.
|
Constructor and Description |
---|
AfterQueryListener(ResultSetView resultSetView) |
DoubleclickListener(IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener listener,
ResultSetView resultSetView) |
OkButtonListener(IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener listener,
ResultSetView resultSetView,
boolean multiValueField) |
OkButtonListener(IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener listener,
ResultSetView resultSetView,
boolean multiValue,
boolean multiSelect) |
OkListener(ResultSetView resultSetView,
IntelligentFormPopupWindow window,
org.zkoss.zk.ui.event.EventListener listener,
boolean multiValueField) |
Modifier and Type | Method and Description |
---|---|
Map<Long,ResultSetView> |
FormTabbox.getResultSets() |
Constructor and Description |
---|
SendMailMenu(String label,
ResultSetView view,
List<MenuItemKey> removeList)
Constructor.
|
Constructor and Description |
---|
NavigationContextMenuPopup(ResultSetView parentView)
Creates a new NavigationContextMenuPopup.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultSetViewImpl
Implementation of ResultSetView.
Important events: EventChild.ON_INDEX_RESULTITEM when the user selects an item in the list. |
Modifier and Type | Method and Description |
---|---|
ResultSetView |
ResultListItem.getCorrespondingView()
Returns the
ResultSetView that contains this item. |
ResultSetView |
DraggableListItem.getCorrespondingView()
Returns the view this DraggableListItem belongs to.
|
Modifier and Type | Method and Description |
---|---|
static com.saperion.ngc.resultset.ResultSetEventListenerFactory.EditStructureEventListener |
ResultSetEventListenerFactory.getEditStructureEventListener(ResultSetView resultSetView,
ResultSetPresenter presenter,
boolean commentDialogEnabled,
String defaultComment,
DocumentId documentId,
Integer originalPageCnt) |
static com.saperion.ngc.resultset.ResultSetEventListenerFactory.OnColSizeEventListener |
ResultSetEventListenerFactory.getOnColSizeEventListener(ResultsetConfiguration config,
org.zkoss.zul.Listbox list,
String formName,
boolean isLookup,
ResultSetView view) |
Modifier and Type | Method and Description |
---|---|
static void |
MessageboxProvider.showDocumentCannotBeEditedMessage(ResultSetView view,
DocumentId id)
Shows the 'this document cannot be edited' message box with a choice for the user.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.