Uses of Class
com.saperion.ngc.model.resultset.ResultProperty
-
Packages that use ResultProperty 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. -
-
Uses of ResultProperty in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type ResultProperty Modifier and Type Method Description void
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 ResultProperty Modifier and Type Method Description ResultProperty
FieldChangeEvent. getField()
Constructors in com.saperion.ngc.events.iform with parameters of type ResultProperty Constructor Description FieldChangeEvent(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 ResultProperty Modifier and Type Method Description void
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 ResultProperty Modifier and Type Method Description ResultProperty
ResultProperties. getProperty(java.lang.String displayName)
Returns the specified property.Methods in com.saperion.ngc.model.resultset that return types with arguments of type ResultProperty Modifier and Type Method Description java.util.Set<java.util.Map.Entry<java.lang.String,ResultProperty>>
ResultProperties. getEntries()
Returns a set of entries containing all property-name / value pairs.Methods in com.saperion.ngc.model.resultset with parameters of type ResultProperty Modifier and Type Method Description void
ResultProperties. setProperty(ResultProperty value)
Sets a property.
-