Uses of Class
com.saperion.ngc.model.resultset.ResultProperty
Packages that use ResultProperty
Package
Description
Package for all ZK events.
Package for iform events.
Package for iForm field elements.
Package for resultset model classes.
-
Uses of ResultProperty in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type ResultPropertyModifier and TypeMethodDescriptionvoid
BaseWindow.postFieldChangeEvent
(ResultProperty property) void
EventChildHandler.postFieldChangeEvent
(ResultProperty property) void
EventChildHandlerImpl.postFieldChangeEvent
(ResultProperty property) -
Uses of ResultProperty in com.saperion.ngc.events.iform
Methods in com.saperion.ngc.events.iform that return ResultPropertyConstructors in com.saperion.ngc.events.iform with parameters of type ResultPropertyModifierConstructorDescriptionFieldChangeEvent
(org.zkoss.zk.ui.Component target, ResultProperty field) Constructor. -
Uses of ResultProperty in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field with parameters of type ResultPropertyModifier and TypeMethodDescriptionvoid
CheckboxField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
ComboTextField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
DateField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
FloatField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
IntField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
LookupTextField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
MultiField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
TextField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
TimeField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent.void
TristateField.postFieldChangeEvent
(ResultProperty property) Posts a FieldChangeEvent. -
Uses of ResultProperty in com.saperion.ngc.model.resultset
Methods in com.saperion.ngc.model.resultset that return ResultPropertyModifier and TypeMethodDescriptionResultProperties.getProperty
(String displayName) Returns the specified property.Methods in com.saperion.ngc.model.resultset that return types with arguments of type ResultPropertyModifier and TypeMethodDescriptionResultProperties.getEntries()
Returns a set of entries containing all property-name / value pairs.Methods in com.saperion.ngc.model.resultset with parameters of type ResultPropertyModifier and TypeMethodDescriptionvoid
ResultProperties.setProperty
(ResultProperty value) Sets a property.