Uses of Class
com.iizix.prop.ClassReference
Package
Description
Uses of ClassReference in com.iizigo.java.event
ModifierConstructorDescriptionJavaMethodEvent
(ClassReference cr, String oldName, String newName, String signature) Constructs a new JavaMethodEvent.Uses of ClassReference in com.iizigo.java.prop
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionJavaActionActorBase.Settings.getClassReference()
Gets the class reference instance.Uses of ClassReference in com.iizix.db.prop
Modifier 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
Modifier 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.Modifier 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
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionMLGroup.getClassReference
(String id, boolean doCreateIfNotPresent) Gets or creates the ClassReference in the property container.Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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.