Uses of Class
com.iizix.prop.ui.UIPanelBase
Uses of UIPanelBase in com.iizigo.comm
Methods in com.iizigo.comm that return UIPanelBase Modifier and Type Method Description UIPanelBase
PanelEditorTransactionProcessor. getEditedPanel()
Gets the edited panel.Uses of UIPanelBase in com.iizigo.link
Methods in com.iizigo.link with parameters of type UIPanelBase Modifier and Type Method Description static java.util.List<UIComp>
LinkData. getLinkTargets(UIPanelBase panel, java.util.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 UIPanelBase Modifier and Type Method Description UIPanelBase
IUIBuilderFromVSLinkEnabler. getUIPanel()
Returns the panel for this building.UIPanelBase
IUIComponentLinkEnabler. getUIPanel()
Gets the panel for the UI component.Uses of UIPanelBase in com.iizigo.panel
Methods in com.iizigo.panel that return UIPanelBase Modifier and Type Method Description UIPanelBase
PanelEditor. getEditedPanel()
Gets the edited panel.Constructors in com.iizigo.panel with parameters of type UIPanelBase Constructor Description ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel)
Constructor for a Panel View.ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, java.lang.String lang, java.lang.String theme)
Constructor for a Design Viewer.ViewTransactionCommListener(PanelEditor editor, UIPanelBase panel, Worker worker, java.lang.String lang, java.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.prop Modifier and Type Class Description class
EMUISimpleDialog
Editor class for UISimpleDialog.class
EUIDialog
Editor class for UIDialog.class
EUIPanel
Editor class for UIPanel.class
EUIPanelPart
Editor class for UIPanel.Uses of UIPanelBase in com.iizigo.panel.prop.creator
Methods in com.iizigo.panel.prop.creator with parameters of type UIPanelBase Modifier and Type Method Description void
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 UIPanelBase Modifier and Type Method Description void
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 UIPanelBase Modifier and Type Method Description UIPanelBase
IComponent. 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 UIPanelBase Modifier and Type Method Description UIPanelBase
UIBackEvent. getSource()
Gets the UI panel that is the source of the event.UIPanelBase
UIConnectEvent. getSource()
Gets the UI component that is the source, always a
instance.UIPanelBase
UIPanelBase
UIBaseEvent. getUIPanel()
Gets the panel of the UI event source component.Constructors in com.iizix.api.ui with parameters of type UIPanelBase Constructor Description UIBackEvent(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 UIPanelBase Modifier and Type Method Description UIPanelBase[]
IClientSessionGyro. getMatchingPanels(VirtualSpace virtualSpace)
Gets the panels that matches a VirtualSpace for this client session.UIPanelBase
IClientSessionGyro. getTopmostPanel()
Gets the current top-most panel.UIPanelBase[]
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 UIPanelBase Modifier and Type Method Description UIPanelBase
Windows. getWindow(java.lang.String name)
Gets the window of the specified name.Uses of UIPanelBase in com.iizix.prop.ui
Subclasses of UIPanelBase in com.iizix.prop.ui Modifier and Type Class Description class
MUISimpleDialog
Simple mobile popup dialog.class
UIDialog
Desktop popup dialog.class
UIPanel
Panel UI container.class
UIPanelPart
Panel part UI container.Fields in com.iizix.prop.ui declared as UIPanelBase Modifier and Type Field Description static UIPanelBase[]
UIPanelBase. EMPTY_ARRAY
An empty panel array.Methods in com.iizix.prop.ui that return UIPanelBase Modifier and Type Method Description UIPanelBase
UIPanelBase. clone()
Creates a clone out of this property.UIPanelBase
UIPanelBase. getNonVirtualized()
Gets the non-virtualized instance of this panel.UIPanelBase
IUIPanelOwner. getPanelOwner()
Gets the panel owner.UIPanelBase
UIContextMenu. getPanelOwner()
Gets the panel owner.UIPanelBase
UIPanelBase. getPanelOwner()
Gets the panel owner.UIPanelBase
LayoutMgr. getUIPanel()
Gets the panel for the UI component.UIPanelBase
UIComp. getUIPanel()
Gets the UIPanel.UIPanelBase
UIComps. getUIPanel()
Gets the panel.UIPanelBase
UIPanelAnnotationReferenceProcessor. resolveReference(GProp<?> scope, java.lang.String reference)
Resolves a reference name to the UI panel.UIPanelBase
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 UIPanelBase Modifier and Type Method Description java.lang.Class<UIPanelBase>
UIAnnotationReferenceProcessor. getScopeClass()
Returns the class for the scope reference.java.lang.Class<UIPanelBase>
UIPanelAnnotationReferenceProcessor. getScopeClass()
Returns the class for the scope reference.Uses of UIPanelBase in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return UIPanelBase Modifier and Type Method Description UIPanelBase
MLDefaultItemProp. getUIPanel()
Gets the panel for the UI component.Uses of UIPanelBase in com.iizix.prop.vs
Methods in com.iizix.prop.vs that return UIPanelBase Modifier and Type Method Description UIPanelBase[]
VirtualSpace. getAttachedVirtualizedPanels()
Gets the attached panels of this current instance of the VirtualSpace.Methods in com.iizix.prop.vs with parameters of type UIPanelBase Modifier and Type Method Description boolean
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 UIPanelBase Modifier and Type Method Description IVirtualsContainer<UIPanelBase>
RuntimeApp. getPanels()
Gets the panels available on the client.Uses of UIPanelBase in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return UIPanelBase Modifier and Type Method Description UIPanelBase[]
ClientSessionGyro. getMatchingPanels(VirtualSpace virtualSpace)
Gets the panels that matches a VirtualSpace for this client session.UIPanelBase
ClientSessionGyro. getTopmostPanel()
Gets the current top-most panel.UIPanelBase[]
ClientSessionGyro. getVirtualizedPanels()
Gets the cached and sorted array of panels that is currently displayed.