Uses of Class
com.iizix.prop.ui.UIPanelBase
Packages that use UIPanelBase
Package
Description
Uses of UIPanelBase in com.iizigo.comm
Methods in com.iizigo.comm that return UIPanelBaseModifier and TypeMethodDescriptionPanelEditorTransactionProcessor.getEditedPanel()
Gets the edited panel.Uses of UIPanelBase in com.iizigo.link
Methods in com.iizigo.link with parameters of type UIPanelBaseModifier and TypeMethodDescriptionLinkData.getLinkTargets
(UIPanelBase panel, List<ILinkCapable> linkCapableList) Finds the list of UI components that this link capable component can be linked to in a panel.Uses of UIPanelBase in com.iizigo.link.ui
Methods in com.iizigo.link.ui that return UIPanelBaseModifier and TypeMethodDescriptionIUIBuilderFromVSLinkEnabler.getUIPanel()
Returns the panel for this building.IUIComponentLinkEnabler.getUIPanel()
Gets the panel for the UI component.Uses of UIPanelBase in com.iizigo.panel
Methods in com.iizigo.panel that return UIPanelBaseConstructors in com.iizigo.panel with parameters of type UIPanelBaseModifierConstructorDescriptionViewTransactionCommListener
(PanelEditor editor, UIPanelBase panel) Constructor for a Panel View.ViewTransactionCommListener
(PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme) Constructor for a Design Viewer.ViewTransactionCommListener
(PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme, boolean isDeviceCast) Constructor for a Design Viewer.Uses of UIPanelBase in com.iizigo.panel.prop
Subclasses of UIPanelBase in com.iizigo.panel.propModifier and TypeClassDescriptionclass
Editor class for UISimpleDialog.class
Editor class for UIDialog.class
Editor class for UIPanel.class
Editor class for UIPanel.Uses of UIPanelBase in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type UIPanelBaseModifier and TypeMethodDescriptionvoid
NameVSFieldCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp) Called to create required wizard pages.void
TextPromptCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp) Called to create required wizard pages.void
UIComboBoxCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, EUIComboBox uiComp) Called to create required wizard pages.void
UIContainerCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, EUIContainer uiComp) Called to create required wizard pages.void
UITableColumnCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, EUITableColumn uiComp) Called to create required wizard pages.void
UITableCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, EUITable uiComp) Called to create required wizard pages.Uses of UIPanelBase in com.iizigo.panel.wizards
Methods in com.iizigo.panel.wizards with parameters of type UIPanelBaseModifier and TypeMethodDescriptionvoid
IUICompCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp) Called to create required wizard pages.Uses of UIPanelBase in com.iizix
Methods in com.iizix that return UIPanelBaseModifier and TypeMethodDescriptionIComponent.getUIPanel()
Gets the UIPanelBase (that is a file saved to disk).Uses of UIPanelBase in com.iizix.api.ui
Methods in com.iizix.api.ui that return UIPanelBaseModifier and TypeMethodDescriptionUIBackEvent.getSource()
Gets the UI panel that is the source of the event.UIConnectEvent.getSource()
Gets the UI component that is the source, always a
instance.UIPanelBase
UIBaseEvent.getUIPanel()
Gets the panel of the UI event source component.Constructors in com.iizix.api.ui with parameters of type UIPanelBaseModifierConstructorDescriptionUIBackEvent
(UIPanelBase source) Constructs the event for an action without a trigger source.UIConnectEvent
(UIPanelBase panel, IClientSessionGyro clientGyro) Constructs the event for a component.Uses of UIPanelBase in com.iizix.gyro
Methods in com.iizix.gyro that return UIPanelBaseModifier and TypeMethodDescriptionIClientSessionGyro.getMatchingPanels
(VirtualSpace virtualSpace) Gets the panels that matches a VirtualSpace for this client session.IClientSessionGyro.getTopmostPanel()
Gets the current top-most panel.IClientSessionGyro.getVirtualizedPanels()
Gets the cached and sorted array of panels that is currently displayed.Uses of UIPanelBase in com.iizix.prop
Methods in com.iizix.prop that return UIPanelBaseModifier and TypeMethodDescriptionGets the window of the specified name.Uses of UIPanelBase in com.iizix.prop.ui
Subclasses of UIPanelBase in com.iizix.prop.uiModifier and TypeClassDescriptionclass
Simple mobile popup dialog.class
Desktop popup dialog.class
Panel UI container.class
Panel part UI container.Fields in com.iizix.prop.ui declared as UIPanelBaseModifier and TypeFieldDescriptionstatic final UIPanelBase[]
UIPanelBase.EMPTY_ARRAY
An empty panel array.Methods in com.iizix.prop.ui that return UIPanelBaseModifier and TypeMethodDescriptionUIPanelBase.clone()
Creates a clone out of this property.UIPanelBase.getNonVirtualized()
Gets the non-virtualized instance of this panel.IUIPanelOwner.getPanelOwner()
Gets the panel owner.UIContextMenu.getPanelOwner()
Gets the panel owner.final UIPanelBase
UIPanelBase.getPanelOwner()
Gets the panel owner.LayoutMgr.getUIPanel()
Gets the panel for the UI component.final UIPanelBase
UIComp.getUIPanel()
Gets the UIPanel.UIComps.getUIPanel()
Gets the panel.UIPanelAnnotationReferenceProcessor.resolveReference
(GProp<?> scope, String reference) Resolves a reference name to the UI panel.UIPanelBase.virtualize
(IAppSessionGyro appGyro, IClientSessionGyro clientGyro, VirtualSpace virtualSpace) Call this method to "virtualize" a property tree.Methods in com.iizix.prop.ui that return types with arguments of type UIPanelBaseModifier and TypeMethodDescriptionUIAnnotationReferenceProcessor.getScopeClass()
Returns the class for the scope reference.UIPanelAnnotationReferenceProcessor.getScopeClass()
Returns the class for the scope reference.Methods in com.iizix.prop.ui with parameters of type UIPanelBaseModifier and TypeMethodDescriptionprotected void
UIComp.invokeOnUICreateTree
(UIPanelBase panel) Invokes the onUICreate method for the component if a panel is present.protected final void
UIContainer.invokeOnUICreateTree
(UIPanelBase panel) Invokes the onUICreate method for the component if a panel is present.Uses of UIPanelBase in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return UIPanelBaseModifier and TypeMethodDescriptionMLDefaultItemProp.getUIPanel()
Gets the panel for the UI component.Uses of UIPanelBase in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return UIPanelBaseModifier and TypeMethodDescriptionVirtualSpace.getAttachedVirtualizedPanels()
Gets the attached panels of this current instance of the VirtualSpace.Methods in com.iizix.prop.vs with parameters of type UIPanelBaseModifier and TypeMethodDescriptionboolean
VirtualSpace.onPanelDestroyed
(UIPanelBase panel) Called when a panel is destroyed after being virtualized and attached to the VirtualSpace.boolean
VirtualSpace.onPanelVirualized
(UIPanelBase panel) Called when a panel has been virtualized.Uses of UIPanelBase in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type UIPanelBaseUses of UIPanelBase in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return UIPanelBaseModifier and TypeMethodDescriptionClientSessionGyro.getMatchingPanels
(VirtualSpace virtualSpace) Gets the panels that matches a VirtualSpace for this client session.ClientSessionGyro.getTopmostPanel()
Gets the current top-most panel.ClientSessionGyro.getVirtualizedPanels()
Gets the cached and sorted array of panels that is currently displayed.