Uses of Class
org.teamapps.ux.component.panel.Panel
-
-
Uses of Panel in org.teamapps.ux.application.view
Methods in org.teamapps.ux.application.view that return Panel Modifier and Type Method Description PanelView. getPanel()PanelViewImpl. getPanel() -
Uses of Panel in org.teamapps.ux.component.dialogue
Subclasses of Panel in org.teamapps.ux.component.dialogue Modifier and Type Class Description classDialogueclassFormDialogue -
Uses of Panel in org.teamapps.ux.component.panel
Methods in org.teamapps.ux.component.panel that return Panel Modifier and Type Method Description PanelPanel. setLeftHeaderField(AbstractField<?> field, org.teamapps.icons.Icon icon, int minWidth, int maxWidth)PanelPanel. setRightHeaderField(AbstractField<?> field, org.teamapps.icons.Icon icon, int minWidth, int maxWidth) -
Uses of Panel in org.teamapps.ux.component.window
Subclasses of Panel in org.teamapps.ux.component.window Modifier and Type Class Description classWindow -
Uses of Panel in org.teamapps.ux.component.workspacelayout
Methods in org.teamapps.ux.component.workspacelayout that return Panel Modifier and Type Method Description PanelWorkSpaceLayoutView. getPanel()Methods in org.teamapps.ux.component.workspacelayout with parameters of type Panel Modifier and Type Method Description WorkSpaceLayoutViewWorkSpaceLayout. getViewByPanel(Panel panel)Constructors in org.teamapps.ux.component.workspacelayout with parameters of type Panel Constructor Description WorkSpaceLayoutView(WorkSpaceLayout workSpaceLayout, Panel panel, java.lang.String tabTitle, boolean closeable, boolean lazyLoading)
-