Uses of Interface
com.iizix.prop.IAppOwner
Packages that use IAppOwner
Package
Description
Uses of IAppOwner in com.iizix.prop
Methods in com.iizix.prop with parameters of type IAppOwnerModifier and TypeMethodDescriptionprotected void
ClassReference.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
GProp.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
MethodReference2.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.Prepares the property tree for application use by initializing and loading classes, etc.Uses of IAppOwner in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type IAppOwnerModifier and TypeMethodDescriptionprotected void
UIComp.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
UIContextMenu.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
UIPanelBase.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
UITitlePane.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.Uses of IAppOwner in com.iizix.prop.ui.map
Methods in com.iizix.prop.ui.map with parameters of type IAppOwnerModifier and TypeMethodDescriptionprotected void
MapMarkerProp.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.Uses of IAppOwner in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type IAppOwnerModifier and TypeMethodDescriptionprotected void
VirtualSpace.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
VSAction.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.protected void
VSComponent.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.Uses of IAppOwner in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type IAppOwnerModifier and TypeMethodDescriptionprotected void
FieldActor.onPrepare
(IAppOwner appOwner, IModuleOwner moduleOwner, boolean isPostCall, List<Throwable> errors) Called when the application is being prepared.Uses of IAppOwner in com.iizix.server.app
Classes in com.iizix.server.app that implement IAppOwnerModifier and TypeClassDescriptionfinal class
The application factory contains the application that should be run.