Uses of Class
com.iizix.prop.ClassReference
Uses of ClassReference in com.iizigo.java.event
Constructors in com.iizigo.java.event with parameters of type ClassReference Constructor Description JavaMethodEvent(ClassReference cr, java.lang.String oldName, java.lang.String newName, java.lang.String signature)
Constructs a new JavaMethodEvent.Uses of ClassReference in com.iizigo.java.prop
Subclasses of ClassReference in com.iizigo.java.prop Modifier and Type Class Description class
EditorClassReference
The Designer version of the Class Reference property class hold the reference to a Java class.Uses of ClassReference in com.iizigo.selector.prop
Methods in com.iizigo.selector.prop with parameters of type ClassReference Modifier and Type Method Description void
EditorSelector. onClassRefactored(ClassReference classReference, java.lang.String oldName, java.lang.String newName)
Called for class rename refactoring.void
EditorSelector. onClassReferenceChanged(ClassReference classReference)
Called when class reference changed.Uses of ClassReference in com.iizix.actionactor
Methods in com.iizix.actionactor that return ClassReference Modifier and Type Method Description ClassReference
JavaActionActorBase.Settings. getClassReference()
Gets the class reference instance.Uses of ClassReference in com.iizix.db.prop
Methods in com.iizix.db.prop that return ClassReference Modifier and Type Method Description ClassReference
InputProps. getClassReference()
The Java class associated with input variables.ClassReference
ResultProps. getClassReference()
The Java class associated with result set output.ClassReference
ResultSetProps. getClassReference()
The Java class associated with result set output.Uses of ClassReference in com.iizix.prop
Methods in com.iizix.prop that return ClassReference Modifier and Type Method Description ClassReference
ClassReference. clone()
Creates a clone out of this property.protected ClassReference
Selector. createClassReference(Atom atom, java.lang.String ref)
Creates a ClassReference, overridden by the Designer version of the class.static ClassReference
ClassReference. getClassReference(PropCnr pc, java.lang.String id)
Gets a ClassReference instance from a property.default ClassReference
IClassReferenceOwner. getClassReference()
Gets the ClassReference in the property container from the ClassReference instance.ClassReference
IClassReferenceOwner. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.Methods in com.iizix.prop with parameters of type ClassReference Modifier and Type Method Description java.lang.reflect.Method
MethodReference. lookupMethod(ClassReference classReference, java.util.List<java.lang.Throwable> errors, java.lang.Class<?>... parameterTypes)
Called when the application is being prepared by the owner of the method reference to look-up the method with the specified parameters.java.lang.reflect.Method
MethodReference2. lookupMethod(ClassReference classReference, java.util.List<java.lang.Throwable> errors, java.lang.Class<?>... parameterTypes)
Called when the application is being prepared by the owner of the method reference to look-up the method with the specified parameters.void
IClassReferenceOwnerUpdates. onClassRefactored(ClassReference classReference, java.lang.String oldName, java.lang.String newName)
Called for rename refactoring.void
IClassReferenceOwnerUpdates. onClassReferenceChanged(ClassReference classReference)
Called when class reference changed.default boolean
IClassInstantiationAtResolve. shouldInstantiateAtResolve(ClassReference ref)
Checks if a particular class reference should be instantiated upon resolve.Uses of ClassReference in com.iizix.prop.content
Methods in com.iizix.prop.content with parameters of type ClassReference Modifier and Type Method Description protected void
AbstractContentUIContainer. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.Uses of ClassReference in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return ClassReference Modifier and Type Method Description default ClassReference
IUIClassReferenceOwner. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.ClassReference
UIPanelBase. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.ClassReference
UIPanelPartCnr. getClassReference()
Gets the ClassReference in the property container from the ClassReference instance.ClassReference
UIPanelPartCnr. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.Methods in com.iizix.prop.ui with parameters of type ClassReference Modifier and Type Method Description protected void
AbstractUIAction. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
MUISwitch. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIAbstractListChoice. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIAccordion. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UICheckBox. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UICheckedMenuItem. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIComp. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIRadioButton. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIRadioMenuItem. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UISwapContainer. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UITabContainer. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.Uses of ClassReference in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return ClassReference Modifier and Type Method Description ClassReference
MLGroup. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.Methods in com.iizix.prop.ui.mlist with parameters of type ClassReference Modifier and Type Method Description protected void
MLItemProp. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.Uses of ClassReference in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type ClassReference Modifier and Type Method Description protected void
UITable. onPrepare(ClassReference cr, java.util.List<java.lang.Throwable> errors)
Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.Uses of ClassReference in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return ClassReference Modifier and Type Method Description default ClassReference
IVSClassReferenceOwner. getClassReference(java.lang.String id, boolean doCreateIfNotPresent)
Gets or creates the ClassReference in the property container.Uses of ClassReference in com.iizix.term.prop
Methods in com.iizix.term.prop that return ClassReference Modifier and Type Method Description ClassReference
ScreenFieldProp. getFieldClassReference()
Gets the class reference for the field processing used to getting/setting host field and providing conversion/mapping/translation support.Uses of ClassReference in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return ClassReference Modifier and Type Method Description ClassReference
AbstractInputProps. getClassReference()
The Java class associated with input variables.ClassReference
OutputColumn. getClassReference()
Gets the class reference for the output value converter.ClassReference
OutputProps. getClassReference()
The Java class associated with result set output.ClassReference
OutputTable. getClassReference()
Gets the class reference for the output table processor.ClassReference
OutputVariable. getClassReference()
Gets the class reference for the output value converter.