Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.navigation |
Package for all navigation events.
|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.iform.button |
Package for iForm buttons.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.iform.field.lookup |
Package for advanced lookup field classes.
|
com.saperion.ngc.iform.field.lookup.popup |
Package for advanced lookup field popup classes.
|
com.saperion.ngc.iform.image |
Package for iForm image elements.
|
com.saperion.ngc.iform.tab |
Package for iForm tab components.
|
com.saperion.ngc.maintab |
Package for main tabbox.
|
com.saperion.ngc.resultset |
Package for resultset component classes.
|
com.saperion.ngc.scripthelper |
Package for Server-Script utility/helper classes.
|
com.saperion.ngc.util |
Package for client utility classes.
|
com.saperion.ngc.viewer |
Package for viewer component classes.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postTabSelectedEvent(FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Posts a tab selected event.
|
void |
EventChildHandler.postTabSelectedEvent(FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Posts a tab selected event.
|
void |
BaseWindow.postTabSelectedEvent(FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Posts a tab selected event.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
TabSelectedEvent.getIntelligentForm()
Returns the IntelligentFormView of the selected tab.
|
Constructor and Description |
---|
TabSelectedEvent(org.zkoss.zk.ui.Component target,
FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
IntelligentFormViewImpl
Implementation of IntelligentFormView.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
IntelligentFormPopupWindow.getIForm()
Gets the iform.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,IntelligentFormView> |
ElementCreator.createIncludes(List<com.saperion.ngc.iform.xml.IncludeType> includes,
org.zkoss.zk.ui.Component parent,
org.zkoss.zk.ui.Component eventTarget,
boolean autoQuery)
Creates included elements.
|
List<IntelligentFormView> |
IntelligentFormViewImpl.getForms()
Returns a list of all embedded forms contained in this form.
|
List<IntelligentFormView> |
IntelligentFormView.getForms()
Returns a list of all embedded forms contained in this form.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FormUtil.canModifyDocuments(IntelligentFormView form)
Checks if all viewers of the form are able to edit documents.
|
static boolean |
FormUtil.isIndexForm(IntelligentFormView form)
Returns true if the form is any type of index-form.
|
static boolean |
FormUtil.isQueryForm(IntelligentFormView form)
Returns true if the form is any type of query-form.
|
static void |
TabIndexHelper.setTabIndex(org.zkoss.zk.ui.HtmlBasedComponent component,
com.saperion.ngc.iform.xml.PosType pos,
IntelligentFormView parent)
Sets the tab-index property of the component as defined in the component's position.
|
Constructor and Description |
---|
ElementCreator(IntelligentFormView parent,
com.saperion.ngc.iform.xml.PosType framePos,
boolean noLocalizeation)
Constructor.
|
IndexValueMerger(List<FieldResultBean> valuesFromMask,
Map<String,Object> valuesFromScript,
IntelligentFormPresenter presenter,
IntelligentFormView view) |
IntelligentFormPresenter(IntelligentFormView intForm) |
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
FormButton.getParentForm()
Returns the parent form or null, if this button is not part of a form.
|
Constructor and Description |
---|
FormDefaultButton(String title,
ButtonInfo info,
IntelligentFormView parentForm)
Creates a new FormIconButton.
|
FormIconButton(String buttonSClass,
String tooltip,
ButtonInfo info,
IntelligentFormView parentForm)
Creates a new FormIconButton.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
TristateField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
TimeField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
TextField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
MultiField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
LookupTextField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
IntField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
IntelligentField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
FloatField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
DateField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
ComboTextField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
CheckboxField.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
AdvancedLookupField.getParentForm() |
Constructor and Description |
---|
FormCreatedListener(IntelligentFormView iForm,
AdvancedLookupField field) |
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
FormEditableImage.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,IntelligentFormView> |
FormTabbox.getForms() |
Constructor and Description |
---|
FormTabbox(com.saperion.ngc.iform.xml.TabListType definition,
boolean stretch,
IntelligentFormView iForm,
boolean isQueryForm,
String maskName,
com.saperion.ngc.iform.xml.PosType panePos,
String ddc,
boolean isNoLocalization)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
TypedTab.getIFormView() |
Modifier and Type | Method and Description |
---|---|
void |
TypedTab.setIFormView(IntelligentFormView view)
Sets the iForm view that is contained in this tab.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
ResultSetViewImpl.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
IntelligentFormView |
ResultSetView.getParentForm()
Returns the parent form or null if this field is not part of a form.
|
Modifier and Type | Method and Description |
---|---|
static IntelligentField |
ScriptHelper.getFieldByName(IntelligentFormView form,
String name)
Returns the field with the specified name or null, if no field was found.
|
static void |
ScriptHelper.postQueryEvent(IntelligentFormView form)
Posts a query event (onButton-event of type ON_QUERY) to the given form.
|
Modifier and Type | Method and Description |
---|---|
static IntelligentFormView |
FieldUtil.getParentForm(org.zkoss.zk.ui.Component formComponent)
Returns the parent form of the specified component or null, if the component is not part
of a form.
|
Modifier and Type | Method and Description |
---|---|
static IntelligentField |
ScriptHelper.getFieldByName(IntelligentFormView form,
String name)
Deprecated.
Moved to
ScriptHelper . Will be removed in 8.1. |
static void |
ScriptHelper.postQueryEvent(IntelligentFormView form)
Deprecated.
Moved to
ScriptHelper . Will be removed in 8.1. |
static FieldUtil.ResolvedFieldLink |
FieldUtil.resolveFieldLink(String link,
IntelligentFormView form)
Resolves a field link.
|
Modifier and Type | Method and Description |
---|---|
IntelligentFormView |
DocumentView.getParentForm()
Gets the parent form of this DocumentView.
|
IntelligentFormView |
AbstractDocumentView.getParentForm()
Gets the parent form of this DocumentView.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.