Uses of Class
com.iizix.prop.ui.UIComps
Packages that use UIComps Package Description com.iizigo.panel.prop com.iizigo.panel.wizards com.iizix.prop.ui Uses of UIComps in com.iizigo.panel.prop
Subclasses of UIComps in com.iizigo.panel.prop Modifier and Type Class Description class
EUIComps
Editor class for UIComps.Methods in com.iizigo.panel.prop that return UIComps Modifier and Type Method Description UIComps
IELayoutMgr. getCompsCnr()
Gets the container associated with this layout manager and the UI container.Uses of UIComps in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards that return UIComps Modifier and Type Method Description UIComps
AddUICompWizard. getUIComps()
Gets the UIComps instance for e.g.Methods in com.iizigo.panel.wizards with parameters of type UIComps Modifier and Type Method Description static boolean
AddUICompWizard. doAdd(IAddUICompProvider<?> provider, UIComps uiComps, int index, PanelEditor editor)
Performs the add component action.static boolean
AddUICompWizard. doWizardBeforeDrop(UIComp dropComponent, UIComps uiComps, ComplexOperation op)
Performs the wizard prompting for the component before dropping it.Uses of UIComps in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return UIComps Modifier and Type Method Description UIComps
UIComps. clone()
Creates a clone out of this property.UIComps
UIContainer. createCompsCnr()
Creates the components for the Editor.UIComps
IUIContainer. getCompsCnr()
Gets the container associated with this layout manager and the UI container.UIComps
LayoutMgr. getCompsCnr()
Gets the container associated with this layout manager and the UI container.UIComps
UIContainer. getCompsCnr()
Gets the container associated with this layout manager and the UI container.UIComps
UIComps. virtualize(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace, PropCnr virtualizedProp)
Call this method to "virtualize" a property tree.