Uses of Class
com.iizix.prop.ClassReference
Packages that use ClassReference
Package
Description
Uses of ClassReference in com.iizigo.java.event
Constructors in com.iizigo.java.event with parameters of type ClassReferenceModifierConstructorDescriptionJavaMethodEvent
(ClassReference cr, String oldName, String newName, String signature) Constructs a new JavaMethodEvent.Uses of ClassReference in com.iizigo.java.prop
Subclasses of ClassReference in com.iizigo.java.propModifier and TypeClassDescriptionclass
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 ClassReferenceModifier and TypeMethodDescriptionvoid
EditorSelector.onClassRefactored
(ClassReference classReference, String oldName, 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 ClassReferenceModifier and TypeMethodDescriptionJavaActionActorBase.Settings.getClassReference()
Gets the class reference instance.Uses of ClassReference in com.iizix.db.prop
Methods in com.iizix.db.prop that return ClassReferenceModifier and TypeMethodDescriptionInputProps.getClassReference()
The Java class associated with input variables.ResultProps.getClassReference()
The Java class associated with result set output.ResultSetProps.getClassReference()
The Java class associated with result set output.Uses of ClassReference in com.iizix.prop
Methods in com.iizix.prop that return ClassReferenceModifier and TypeMethodDescriptionClassReference.clone()
Creates a clone out of this property.protected ClassReference
Selector.createClassReference
(Atom atom, String ref) Creates a ClassReference, overridden by the Designer version of the class.static ClassReference
ClassReference.getClassReference
(PropCnr pc, String id) Gets a ClassReference instance from a property.default ClassReference
IClassReferenceOwner.getClassReference()
Gets the ClassReference in the property container from the ClassReference instance.IClassReferenceOwner.getClassReference
(String id, boolean doCreateIfNotPresent) Gets or creates the ClassReference in the property container.protected final ClassReference
ClassReference.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop with parameters of type ClassReferenceModifier and TypeMethodDescriptionMethodReference.lookupMethod
(ClassReference classReference, List<Throwable> errors, 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.MethodReference2.lookupMethod
(ClassReference classReference, List<Throwable> errors, 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, String oldName, 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 ClassReferenceModifier and TypeMethodDescriptionprotected void
AbstractContentUIContainer.onPrepare
(ClassReference cr, List<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 ClassReferenceModifier and TypeMethodDescriptiondefault ClassReference
IUIClassReferenceOwner.getClassReference
(String id, boolean doCreateIfNotPresent) Gets or creates the ClassReference in the property container.final ClassReference
UIPanelPartCnr.getClassReference()
Gets the ClassReference in the property container from the ClassReference instance.final ClassReference
UIPanelPartCnr.getClassReference
(String id, boolean doCreateIfNotPresent) Gets or creates the ClassReference in the property container.Methods in com.iizix.prop.ui with parameters of type ClassReferenceModifier and TypeMethodDescriptionprotected void
AbstractUIAction.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
MUISwitch.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIAbstractListChoice.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIAccordion.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UICheckBox.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UICheckedMenuItem.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIComp.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIRadioButton.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UIRadioMenuItem.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UISwapContainer.onPrepare
(ClassReference cr, List<Throwable> errors) Called to resolve methods for the component from main "onPrepare" once the ClassReference has been found.protected void
UITabContainer.onPrepare
(ClassReference cr, List<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 ClassReferenceModifier and TypeMethodDescriptionMLGroup.getClassReference
(String id, boolean doCreateIfNotPresent) Gets or creates the ClassReference in the property container.Methods in com.iizix.prop.ui.mlist with parameters of type ClassReferenceModifier and TypeMethodDescriptionprotected void
MLItemProp.onPrepare
(ClassReference cr, List<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 ClassReferenceModifier and TypeMethodDescriptionprotected void
UITable.onPrepare
(ClassReference cr, List<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 ClassReferenceModifier and TypeMethodDescriptiondefault ClassReference
IVSClassReferenceOwner.getClassReference
(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 ClassReferenceModifier and TypeMethodDescriptionScreenFieldProp.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 ClassReferenceModifier and TypeMethodDescriptionAbstractInputProps.getClassReference()
The Java class associated with input variables.OutputColumn.getClassReference()
Gets the class reference for the output value converter.OutputProps.getClassReference()
The Java class associated with result set output.OutputTable.getClassReference()
Gets the class reference for the output table processor.OutputVariable.getClassReference()
Gets the class reference for the output value converter.