Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.iform |
Package for iform events.
|
com.saperion.ngc.iform.field |
Package for iForm field elements.
|
com.saperion.ngc.model.resultset |
Package for resultset model classes.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postFieldChangeEvent(ResultProperty property) |
void |
EventChildHandler.postFieldChangeEvent(ResultProperty property) |
void |
BaseWindow.postFieldChangeEvent(ResultProperty property) |
Modifier and Type | Method and Description |
---|---|
ResultProperty |
FieldChangeEvent.getField() |
Constructor and Description |
---|
FieldChangeEvent(org.zkoss.zk.ui.Component target,
ResultProperty field)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
TristateField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
TimeField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
TextField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
MultiField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
LookupTextField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
IntField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
FloatField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
DateField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
ComboTextField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
void |
CheckboxField.postFieldChangeEvent(ResultProperty property)
Posts a FieldChangeEvent.
|
Modifier and Type | Method and Description |
---|---|
ResultProperty |
ResultProperties.getProperty(String displayName)
Returns the specified property.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,ResultProperty>> |
ResultProperties.getEntries()
Returns a set of entries containing all property-name / value pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultProperties.setProperty(ResultProperty value)
Sets a property.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.