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 class
CommonDesignerEvent
Common Designer event for the event ID PROP_DESIGNER_VIEWER_UPDATE.class
QueryDesignerPropEvent
Event ID used to query for references in a broadcast event sent to all properties from the Module root container.class
QueryReferences
Queries 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 class
JavaClassEvent
Event ID used to broadcast an event of a Java Class file change, sent from the ClassReference parent in a sinking way to all children.class
JavaMethodEvent
Event 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 void
EUIDateTime. 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 void
TablePanel. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
void
TablePanel. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
void
ValuePanel. 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 void
ResultSetColumnProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
ResultSetProps. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
InputVariable. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
ResultProps. 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 class
AssetEvent
Event ID used to broadcast an event of asset file changes, send to all properties in a module project.class
BubbleEvent
Abstract class extending the baseGEvent
to set the event propagation to sinking, i.e.class
GEvent
This class is the base class for all events.class
KStringEvent
The KString refactoring event that indicates that the KString has been refactored and needs updating the KStringProp property with a new KString.class
ParentCnrAddedEvent
Event used to send to all children of an added container in a sinking non-bubbling form.class
ParentCnrMoveEvent
Event used to send to all children of a moved container in a sinking non-bubbling form.class
ParentCnrNameEvent
The event that indicates that a property container name has been changed.class
PostProcessing
The post processor implementation.class
ProjectNameEvent
The event that indicates that a property name has been changed.class
PropAttrEvent
The event that indicates that a property attribute has been set for the first time or when it has been changed.class
PropCnrEvent
Event indicating a property container has had a property added or removed.class
PropCnrFocusEvent
The focus event send to the property receiving losing and focus, its listeners and the parents respectively.class
PropCopyEvent
Event indicating a property has been copied from one parent to a new one.class
PropDisposeEvent
Event indicating a property has been disposed of.class
PropErrorAttrEvent
The event that indicates that a property error attribute has been set for the first time or when it has been changed.class
PropFocusEvent
The focus event send to the property receiving losing and focus, its listeners and the parents respectively.class
PropMoveEvent
The event that indicates that a property container has been moved to another container.class
PropNameEvent
The event that indicates that a property name has been changed.class
PropReorderEvent
Event indicating a property container has had its children properties reordered.class
PropValueEvent
The event that indicates that a property has been set for the first time or when it has been changed.class
RefreshEvent
Event indicating a refresh is required of a certain type, e.g.class
RemoteEvent
A remote event is used to communicate between end-points property instances.class
ResolveReferencesEvent
Event used to resolve references in a broadcast event sent to all properties from the root container.class
SinkEvent
Abstract class extending the baseGEvent
to set the event propagation to sinking, i.e.class
VSReferenceEvent
Event 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 void
AbstractContentUIContainer. 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 void
UIAbstractListChoice. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
MUISwitch. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIAbstractListChoice. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UICalendar. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UICheckBox. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UICheckedMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIComp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIProgress. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.static void
UIRadioButton. onValueChanged(UIComp comp, VSField field, Value value, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIRadioButton. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UIRadioMenuItem. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
UISlider. 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 void
Series. 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 void
UIDateTime. 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 void
UIMap. 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 void
MLItemProp. 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 void
UITable. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
UITableColumn. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
UITable. 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 void
IVSColumnListener. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
IVSTableListener. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
VSColumnAdapter. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
VSTableAdapter. onCellValueChanged(VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set.void
IVSFieldListener. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.void
VSFieldAdapter. 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 void
ScreenFieldProp. onCellValueChanged(VSColumnHeader column, VSField cell, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the cell value is set in the column.void
ScreenFieldProp. onValueChanged(VSField field, Value value, GProp<?> trigger, IPostEventProcessing postProcessing)
Called when the field value is set.