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 TypeMethodDescriptionvoidBaseWindow.postFieldChangeEvent(ResultProperty property) voidEventChildHandler.postFieldChangeEvent(ResultProperty property) voidEventChildHandlerImpl.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 TypeMethodDescriptionvoidCheckboxField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidComboTextField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidDateField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidFloatField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidIntField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidLookupTextField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidMultiField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidTextField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidTimeField.postFieldChangeEvent(ResultProperty property) Posts a FieldChangeEvent.voidTristateField.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 TypeMethodDescriptionvoidResultProperties.setProperty(ResultProperty value) Sets a property.