Uses of Class
com.iizix.prop.ui.UIPanelBase
Package
Description
Uses of UIPanelBase in com.iizigo.comm
Modifier and TypeMethodDescriptionPanelEditorTransactionProcessor.getEditedPanel()
Gets the edited panel.Uses of UIPanelBase in com.iizigo.link
Modifier 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
Modifier 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
ModifierConstructorDescriptionViewTransactionCommListener
(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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
IUICompCreator.onWizard
(AddUICompWizard wizard, UIPanelBase panel, UICOMP uiComp) Called to create required wizard pages.Uses of UIPanelBase in com.iizix
Modifier and TypeMethodDescriptionIComponent.getUIPanel()
Gets the UIPanelBase (that is a file saved to disk).Uses of UIPanelBase in com.iizix.api.ui
Modifier 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.ModifierConstructorDescriptionUIBackEvent
(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
Modifier 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
Modifier and TypeMethodDescriptionGets the window of the specified name.Uses of UIPanelBase in com.iizix.prop.ui
Modifier and TypeClassDescriptionclass
Simple mobile popup dialog.class
Desktop popup dialog.class
Panel UI container.class
Panel part UI container.Modifier and TypeFieldDescriptionstatic final UIPanelBase[]
UIPanelBase.EMPTY_ARRAY
An empty panel array.Modifier 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.Modifier and TypeMethodDescriptionUIAnnotationReferenceProcessor.getScopeClass()
Returns the class for the scope reference.UIPanelAnnotationReferenceProcessor.getScopeClass()
Returns the class for the scope reference.Modifier 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
Modifier and TypeMethodDescriptionMLDefaultItemProp.getUIPanel()
Gets the panel for the UI component.Uses of UIPanelBase in com.iizix.prop.vs
Modifier and TypeMethodDescriptionVirtualSpace.getAttachedVirtualizedPanels()
Gets the attached panels of this current instance of the VirtualSpace.Modifier 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
Uses of UIPanelBase in com.iizix.server.gyro
Modifier 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.