Uses of Interface
com.iizix.event.IPostEventProcessing
Uses of IPostEventProcessing in com.iizigo.event
Classes in com.iizigo.event that implement IPostEventProcessing Modifier and Type Class Description classCommonDesignerEventCommon Designer event for the event ID PROP_DESIGNER_VIEWER_UPDATE.classQueryDesignerPropEventEvent ID used to query for references in a broadcast event sent to all properties from the Module root container.classQueryReferencesQueries the workspace for references.Uses of IPostEventProcessing in com.iizigo.java.event
Classes in com.iizigo.java.event that implement IPostEventProcessing Modifier and Type Class Description classJavaClassEventEvent ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children.classJavaMethodEventEvent ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children.Uses of IPostEventProcessing in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop with parameters of type IPostEventProcessing Modifier and Type Method Description voidEUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizigo.vs
Methods in com.iizigo.vs with parameters of type IPostEventProcessing Modifier and Type Method Description voidTablePanel. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)voidTablePanel. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)voidValuePanel. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing pp)Uses of IPostEventProcessing in com.iizix.db.prop
Methods in com.iizix.db.prop with parameters of type IPostEventProcessing Modifier and Type Method Description voidResultSetColumnProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidResultSetProps. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidInputVariable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidResultProps. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.event
Classes in com.iizix.event that implement IPostEventProcessing Modifier and Type Class Description classAssetEventEvent ID used to broadcast an event of asset file changes, send to all properties in a module project.classBubbleEventAbstract class extending the baseGEventto set the event propagation to sinking, i.e.classGEventThis class is the base class for all events.classKStringEventThe KString refactoring event that indicates that the KString has been refactored and needs updating the KStringProp property with a new KString.classParentCnrAddedEventEvent used to send to all children of an added container in a sinking non-bubbling form.classParentCnrMoveEventEvent used to send to all children of a moved container in a sinking non-bubbling form.classParentCnrNameEventThe event that indicates that a property container name has been changed.classPostProcessingThe post processor implementation.classProjectNameEventThe event that indicates that a property name has been changed.classPropAttrEventThe event that indicates that a property attribute has been set for the first time or when it has been changed.classPropCnrEventEvent indicating a property container has had a property added or removed.classPropCnrFocusEventThe focus event send to the property receiving losing and focus, its listeners and the parents respectively.classPropCopyEventEvent indicating a property has been copied from one parent to a new one.classPropDisposeEventEvent indicating a property has been disposed of.classPropErrorAttrEventThe event that indicates that a property error attribute has been set for the first time or when it has been changed.classPropFocusEventThe focus event send to the property receiving losing and focus, its listeners and the parents respectively.classPropMoveEventThe event that indicates that a property container has been moved to another container.classPropNameEventThe event that indicates that a property name has been changed.classPropReorderEventEvent indicating a property container has had its children properties reordered.classPropValueEventThe event that indicates that a property has been set for the first time or when it has been changed.classRefreshEventEvent indicating a refresh is required of a certain type, e.g.classRemoteEventA remote event is used to communicate between end-points property instances.classResolveReferencesEventEvent used to resolve references in a broadcast event sent to all properties from the root container.classSinkEventAbstract class extending the baseGEventto set the event propagation to sinking, i.e.classVSReferenceEventEvent ID used to resolve VSRelativeReferences in a broadcast event sent to all children of the container that has a VSReference instance.Uses of IPostEventProcessing in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type IPostEventProcessing Modifier and Type Method Description voidAbstractContentUIContainer. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.Uses of IPostEventProcessing in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IPostEventProcessing Modifier and Type Method Description voidUIAbstractListChoice. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidMUISwitch. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIAbstractListChoice. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICalendar. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICheckBox. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUICheckedMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIComp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIProgress. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.static voidUIRadioButton. onValueChanged(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing)Called when the field value is set.voidUIRadioButton. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUIRadioMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidUISlider. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.prop.ui.chart.series
Methods in com.iizix.prop.ui.chart.series with parameters of type IPostEventProcessing Modifier and Type Method Description voidSeries. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.Uses of IPostEventProcessing in com.iizix.prop.ui.datetime
Methods in com.iizix.prop.ui.datetime with parameters of type IPostEventProcessing Modifier and Type Method Description voidUIDateTime. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type IPostEventProcessing Modifier and Type Method Description voidUIMap. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist with parameters of type IPostEventProcessing Modifier and Type Method Description voidMLItemProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type IPostEventProcessing Modifier and Type Method Description voidUITable. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidUITableColumn. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidUITable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IPostEventProcessing Modifier and Type Method Description voidIVSColumnListener. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidIVSTableListener. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidVSColumnAdapter. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidVSTableAdapter. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set.voidIVSFieldListener. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.voidVSFieldAdapter. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.Uses of IPostEventProcessing in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type IPostEventProcessing Modifier and Type Method Description voidScreenFieldProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the cell value is set in the column.voidScreenFieldProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)Called when the field value is set.