Uses of Interface
com.iizix.event.IPostEventProcessing
Packages that use IPostEventProcessing
Package
Description
Uses of IPostEventProcessing in com.iizigo.event
Classes in com.iizigo.event that implement IPostEventProcessingModifier and TypeClassDescriptionclassCommon Designer event for the event ID PROP_DESIGNER_VIEWER_UPDATE.classEvent ID used to query for references in a broadcast event sent to all properties from the Module root container.classQueries the workspace for references.Uses of IPostEventProcessing in com.iizigo.java.event
Classes in com.iizigo.java.event that implement IPostEventProcessingModifier and TypeClassDescriptionclassEvent ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children.classEvent 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 IPostEventProcessingModifier and TypeMethodDescriptionvoidEUIDateTime.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidTablePanel.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidResultSetColumnProp.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 IPostEventProcessingModifier and TypeClassDescriptionclassEvent ID used to broadcast an event of asset file changes, send to all properties in a module project.classAbstract class extending the baseGEventto set the event propagation to sinking, i.e.classThis class is the base class for all events.classThe KString refactoring event that indicates that the KString has been refactored and needs updating the KStringProp property with a new KString.classEvent used to send to all children of an added container in a sinking non-bubbling form.classEvent used to send to all children of a moved container in a sinking non-bubbling form.classThe event that indicates that a property container name has been changed.classThe post processor implementation.classThe event that indicates that a property name has been changed.classThe event that indicates that a property attribute has been set for the first time or when it has been changed.classEvent indicating a property container has had a property added or removed.classThe focus event send to the property receiving losing and focus, its listeners and the parents respectively.classEvent indicating a property has been copied from one parent to a new one.classEvent indicating a property has been disposed of.classThe event that indicates that a property error attribute has been set for the first time or when it has been changed.classThe focus event send to the property receiving losing and focus, its listeners and the parents respectively.classThe event that indicates that a property container has been moved to another container.classThe event that indicates that a property name has been changed.classEvent indicating a property container has had its children properties reordered.classThe event that indicates that a property has been set for the first time or when it has been changed.classEvent indicating a refresh is required of a certain type, e.g.classA remote event is used to communicate between end-points property instances.classEvent used to resolve references in a broadcast event sent to all properties from the root container.classAbstract class extending the baseGEventto set the event propagation to sinking, i.e.classEvent 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 IPostEventProcessingModifier and TypeMethodDescriptionvoidAbstractContentUIContainer.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidUIAbstractListChoice.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidSeries.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidUIDateTime.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidUIMap.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidMLItemProp.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidUITable.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidIVSColumnListener.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 IPostEventProcessingModifier and TypeMethodDescriptionvoidScreenFieldProp.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.