Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.iform |
Package for iform events.
|
com.saperion.ngc.iform.button |
Package for iForm buttons.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postFormButtonEvent(ButtonInfo info) |
void |
EventChildHandler.postFormButtonEvent(ButtonInfo info) |
void |
BaseWindow.postFormButtonEvent(ButtonInfo info) |
Modifier and Type | Method and Description |
---|---|
ButtonInfo |
IformMiniPopupEvent.getButtonInfo() |
ButtonInfo |
FormButtonEvent.getButtonInfo() |
Constructor and Description |
---|
IformMiniPopupEvent(ButtonInfo buttonInfo,
List<FieldResultBean> resultBeans)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ButtonInfo |
ButtonInfo.fromButtonType(com.saperion.ngc.iform.xml.ButtonType buttonType)
Create a ButtonInfo from a ButtonType .
|
Modifier and Type | Method and Description |
---|---|
void |
FormButton.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
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 |
---|---|
void |
TristateField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
TimeField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
TextField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
MultiField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
LookupTextField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
IntField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
FloatField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
DateField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
ComboTextField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
void |
CheckboxField.postFormButtonEvent(ButtonInfo info)
Posts a FormButtonEvent.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.