Uses of Interface
org.teamapps.ux.component.Component
-
-
Uses of Component in org.teamapps.ux.application
Methods in org.teamapps.ux.application that return Component Modifier and Type Method Description protected abstract ComponentAbstractApplication. createUi()protected ComponentResponsiveApplicationImpl. createUi()ComponentApplicationDesktop. getApplicationsListingComponent()ComponentAbstractApplication. getUi()ComponentApplication. getUi()Methods in org.teamapps.ux.application with parameters of type Component Modifier and Type Method Description voidApplicationDesktop. removeTopLevelComponent(Component component)voidApplicationDesktop. showTopLevelComponent(java.lang.String originatingAppName, org.teamapps.icons.api.Icon icon, java.lang.String title, Component component) -
Uses of Component in org.teamapps.ux.application.assembler
Methods in org.teamapps.ux.application.assembler that return Component Modifier and Type Method Description ComponentApplicationAssembler. createApplication(ResponsiveApplication application)ComponentDesktopApplicationAssembler. createApplication(ResponsiveApplication application)ComponentMobileApplicationAssembler. createApplication(ResponsiveApplication application) -
Uses of Component in org.teamapps.ux.application.view
Methods in org.teamapps.ux.application.view that return Component Modifier and Type Method Description ComponentView. getComponent()ComponentViewImpl. getComponent()Methods in org.teamapps.ux.application.view with parameters of type Component Modifier and Type Method Description static ViewView. createView(java.lang.String layoutPosition, org.teamapps.icons.api.Icon icon, java.lang.String title, Component component)static ViewView. createView(org.teamapps.icons.api.Icon icon, java.lang.String title, Component component)voidView. setComponent(Component component)voidViewImpl. setComponent(Component component)Constructors in org.teamapps.ux.application.view with parameters of type Component Constructor Description ViewImpl(java.lang.String layoutPosition, org.teamapps.icons.api.Icon icon, java.lang.String title, Component component)ViewImpl(org.teamapps.icons.api.Icon icon, java.lang.String title, Component component) -
Uses of Component in org.teamapps.ux.component
Subinterfaces of Component in org.teamapps.ux.component Modifier and Type Interface Description interfaceContainerClasses in org.teamapps.ux.component that implement Component Modifier and Type Class Description classAbstractComponentMethods in org.teamapps.ux.component with parameters of type Component Modifier and Type Method Description static org.teamapps.dto.UiComponentReferenceComponent. createUiComponentReference(Component component)default booleanContainer. isChildVisible(Component child) -
Uses of Component in org.teamapps.ux.component.absolutelayout
Classes in org.teamapps.ux.component.absolutelayout that implement Component Modifier and Type Class Description classAbsoluteLayoutMethods in org.teamapps.ux.component.absolutelayout with parameters of type Component Modifier and Type Method Description voidAbsoluteLayout. putComponent(Component component, AbsolutePosition positioning)voidAbsoluteLayout. removeComponent(Component component)Method parameters in org.teamapps.ux.component.absolutelayout with type arguments of type Component Modifier and Type Method Description voidAbsoluteLayout. putComponents(java.util.Map<Component,AbsolutePosition> positioningByComponent, boolean removeExisting) -
Uses of Component in org.teamapps.ux.component.calendar
Classes in org.teamapps.ux.component.calendar that implement Component Modifier and Type Class Description classCalendar<CEVENT extends CalendarEvent>classSimpleCalendar<PAYLOAD> -
Uses of Component in org.teamapps.ux.component.charting.forcelayout
Classes in org.teamapps.ux.component.charting.forcelayout that implement Component Modifier and Type Class Description classForceLayoutGraph<RECORD> -
Uses of Component in org.teamapps.ux.component.charting.pie
Classes in org.teamapps.ux.component.charting.pie that implement Component Modifier and Type Class Description classPieChart -
Uses of Component in org.teamapps.ux.component.charting.tree
Classes in org.teamapps.ux.component.charting.tree that implement Component Modifier and Type Class Description classTreeGraph<RECORD> -
Uses of Component in org.teamapps.ux.component.chat
Classes in org.teamapps.ux.component.chat that implement Component Modifier and Type Class Description classChatDisplayclassChatInput -
Uses of Component in org.teamapps.ux.component.dialogue
Classes in org.teamapps.ux.component.dialogue that implement Component Modifier and Type Class Description classDialogueclassFormDialogue -
Uses of Component in org.teamapps.ux.component.documentviewer
Classes in org.teamapps.ux.component.documentviewer that implement Component Modifier and Type Class Description classDocumentViewer -
Uses of Component in org.teamapps.ux.component.dummy
Classes in org.teamapps.ux.component.dummy that implement Component Modifier and Type Class Description classDummyComponent -
Uses of Component in org.teamapps.ux.component.field
Classes in org.teamapps.ux.component.field that implement Component Modifier and Type Class Description classAbstractField<VALUE>classButton<RECORD>classCheckBoxclassColorPickerclassComponentFieldclassDisplayFieldclassFieldGroupclassImageFieldclassLabelclassMultiLineTextFieldclassNumberFieldclassPasswordFieldclassSliderclassTemplateField<RECORD>classTextFieldMethods in org.teamapps.ux.component.field that return Component Modifier and Type Method Description ComponentComponentField. getComponent()ComponentButton. getDropDownComponent()ComponentLabel. getTargetComponent()Methods in org.teamapps.ux.component.field with parameters of type Component Modifier and Type Method Description static Button<BaseTemplateRecord>Button. create(java.lang.String caption, Component dropDownComponent)static Button<BaseTemplateRecord>Button. create(org.teamapps.icons.api.Icon icon, java.lang.String caption, Component dropDownComponent)voidComponentField. setComponent(Component component)Button<RECORD>Button. setDropDownComponent(Component dropDownComponent)LabelLabel. setTargetComponent(Component targetComponent)Constructors in org.teamapps.ux.component.field with parameters of type Component Constructor Description Button(Template template, RECORD templateRecord, Component dropDownComponent)ComponentField(Component component) -
Uses of Component in org.teamapps.ux.component.field.combobox
Classes in org.teamapps.ux.component.field.combobox that implement Component Modifier and Type Class Description classAbstractComboBox<COMPONENT extends AbstractComboBox,RECORD,VALUE>classComboBox<RECORD>classTagComboBox<RECORD> -
Uses of Component in org.teamapps.ux.component.field.datetime
Classes in org.teamapps.ux.component.field.datetime that implement Component Modifier and Type Class Description classAbstractDateField<FIELD extends AbstractDateField<FIELD,VALUE>,VALUE>classAbstractDateTimeField<FIELD extends AbstractDateTimeField<FIELD,VALUE>,VALUE>classAbstractTimeField<FIELD extends AbstractTimeField,VALUE>classInstantDateFieldclassInstantDateTimeFieldclassInstantTimeFieldclassLocalDateFieldclassLocalDateTimeFieldclassLocalTimeField -
Uses of Component in org.teamapps.ux.component.field.multicurrency
Classes in org.teamapps.ux.component.field.multicurrency that implement Component Modifier and Type Class Description classCurrencyField -
Uses of Component in org.teamapps.ux.component.field.richtext
Classes in org.teamapps.ux.component.field.richtext that implement Component Modifier and Type Class Description classRichTextEditor -
Uses of Component in org.teamapps.ux.component.field.upload
Classes in org.teamapps.ux.component.field.upload that implement Component Modifier and Type Class Description classFileField<RECORD>classPictureChooser -
Uses of Component in org.teamapps.ux.component.field.upload.simple
Classes in org.teamapps.ux.component.field.upload.simple that implement Component Modifier and Type Class Description classSimpleFileField -
Uses of Component in org.teamapps.ux.component.flexcontainer
Classes in org.teamapps.ux.component.flexcontainer that implement Component Modifier and Type Class Description classFlexContainerclassHorizontalLayoutclassVerticalLayoutMethods in org.teamapps.ux.component.flexcontainer that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>FlexContainer. getComponents()Methods in org.teamapps.ux.component.flexcontainer with parameters of type Component Modifier and Type Method Description voidFlexContainer. addComponent(Component component)voidFlexContainer. addComponent(Component component, FlexSizingPolicy sizingPolicy)voidHorizontalLayout. addComponentAutoSize(Component component)voidVerticalLayout. addComponentAutoSize(Component component)voidHorizontalLayout. addComponentFillRemaining(Component component)voidVerticalLayout. addComponentFillRemaining(Component component)voidFlexContainer. removeComponent(Component component) -
Uses of Component in org.teamapps.ux.component.floating
Classes in org.teamapps.ux.component.floating that implement Component Modifier and Type Class Description classFloatingComponentConstructors in org.teamapps.ux.component.floating with parameters of type Component Constructor Description FloatingComponent(Component containerComponent, Component contentComponent) -
Uses of Component in org.teamapps.ux.component.form
Classes in org.teamapps.ux.component.form that implement Component Modifier and Type Class Description classAbstractForm<COMPONENT extends AbstractForm,RECORD>classGenericForm<R>classResponsiveForm<RECORD>Methods in org.teamapps.ux.component.form that return Component Modifier and Type Method Description ComponentResponsiveFormField. getField()Methods in org.teamapps.ux.component.form that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>AbstractForm. getAllChildren()Methods in org.teamapps.ux.component.form with parameters of type Component Modifier and Type Method Description protected voidAbstractForm. addComponent(Component component)ResponsiveFormFieldResponsiveFormLayout. addComponent(int row, int column, Component field)ResponsiveFormFieldResponsiveFormLayout. addComponent(Component field, int column, int colSpan)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(java.lang.String propertyName, Component field)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(java.lang.String propertyName, Component field, boolean newRow)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(org.teamapps.icons.api.Icon icon, java.lang.String caption, java.lang.String propertyName, Component field)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(org.teamapps.icons.api.Icon icon, java.lang.String caption, java.lang.String propertyName, Component field, boolean newRow)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(org.teamapps.icons.api.Icon icon, java.lang.String caption, java.lang.String propertyName, Component field, boolean newRow, int columnOffset)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(org.teamapps.icons.api.Icon icon, java.lang.String caption, Component field)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(org.teamapps.icons.api.Icon icon, java.lang.String caption, Component field, boolean newRow)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(Component field)ResponsiveFormLayout.LabelAndFieldResponsiveFormLayout. addLabelAndComponent(Component field, boolean newRow)ResponsiveFormFieldResponsiveFormLayout. addLabelComponent(Component field)ResponsiveFormFieldResponsiveFormLayout. addLabelComponent(Component field, int columOffset)protected voidResponsiveForm. addLayoutComponent(Component field)Constructors in org.teamapps.ux.component.form with parameters of type Component Constructor Description ResponsiveFormField(ResponsiveFormSection responsiveFormSection, Component field, int row, int column, FormSectionFieldPlacement fieldPlacementTemplate) -
Uses of Component in org.teamapps.ux.component.form.layoutpolicy
Constructors in org.teamapps.ux.component.form.layoutpolicy with parameters of type Component Constructor Description FormSectionFieldPlacement(Component field, int row, int column) -
Uses of Component in org.teamapps.ux.component.gauge
Classes in org.teamapps.ux.component.gauge that implement Component Modifier and Type Class Description classGauge -
Uses of Component in org.teamapps.ux.component.grid
Classes in org.teamapps.ux.component.grid that implement Component Modifier and Type Class Description classResponsiveGridLayout -
Uses of Component in org.teamapps.ux.component.grid.bootstrap
Classes in org.teamapps.ux.component.grid.bootstrap that implement Component Modifier and Type Class Description classBootstrapishGridLayoutMethods in org.teamapps.ux.component.grid.bootstrap that return Component Modifier and Type Method Description ComponentBootstrapishPlacement. getComponent()Methods in org.teamapps.ux.component.grid.bootstrap with parameters of type Component Modifier and Type Method Description BootstrapishPlacement.ChainBuilderBootstrapishPlacement.ChainBuilder. addPlacement(Component component)BootstrapishPlacement.ChainBuilderBootstrapishRow.ChainBuilder. addPlacement(Component component)Constructors in org.teamapps.ux.component.grid.bootstrap with parameters of type Component Constructor Description BootstrapishPlacement(Component component)ChainBuilder(Component component, BootstrapishRow.ChainBuilder parent) -
Uses of Component in org.teamapps.ux.component.grid.layout
Fields in org.teamapps.ux.component.grid.layout declared as Component Modifier and Type Field Description protected ComponentFloatingComponentGridPlacementItem. componentMethods in org.teamapps.ux.component.grid.layout that return Component Modifier and Type Method Description ComponentComponentGridPlacement. getComponent()ComponentFloatingComponentGridPlacementItem. getComponent()Methods in org.teamapps.ux.component.grid.layout that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>ComponentGridPlacement. getComponents()java.util.List<Component>FloatingComponentGridPlacement. getComponents()java.util.List<Component>GridPlacement. getComponents()Methods in org.teamapps.ux.component.grid.layout with parameters of type Component Modifier and Type Method Description voidComponentGridPlacement. setComponent(Component component)voidFloatingComponentGridPlacementItem. setComponent(Component component)Constructors in org.teamapps.ux.component.grid.layout with parameters of type Component Constructor Description ComponentGridPlacement(int row, int column, Component component)FloatingComponentGridPlacementItem(Component component) -
Uses of Component in org.teamapps.ux.component.groupingview
Classes in org.teamapps.ux.component.groupingview that implement Component Modifier and Type Class Description classGroupingView -
Uses of Component in org.teamapps.ux.component.iframe
Classes in org.teamapps.ux.component.iframe that implement Component Modifier and Type Class Description classIFrame -
Uses of Component in org.teamapps.ux.component.imagecropper
Classes in org.teamapps.ux.component.imagecropper that implement Component Modifier and Type Class Description classImageCropper -
Uses of Component in org.teamapps.ux.component.infiniteitemview
Classes in org.teamapps.ux.component.infiniteitemview that implement Component Modifier and Type Class Description classInfiniteItemView<RECORD> -
Uses of Component in org.teamapps.ux.component.itemview
Classes in org.teamapps.ux.component.itemview that implement Component Modifier and Type Class Description classItemView<HEADERRECORD,RECORD>classSimpleItemView<PAYLOAD> -
Uses of Component in org.teamapps.ux.component.map
Classes in org.teamapps.ux.component.map that implement Component Modifier and Type Class Description classMapView<RECORD> -
Uses of Component in org.teamapps.ux.component.media
Classes in org.teamapps.ux.component.media that implement Component Modifier and Type Class Description classMediaPlayerclassMediaTrackGraphclassVideoPlayer -
Uses of Component in org.teamapps.ux.component.media.webrtc
Classes in org.teamapps.ux.component.media.webrtc that implement Component Modifier and Type Class Description classWebRtcPlayerclassWebRtcPublisher -
Uses of Component in org.teamapps.ux.component.mobile
Classes in org.teamapps.ux.component.mobile that implement Component Modifier and Type Class Description classMobileLayoutclassNavigationBar<RECORD>Fields in org.teamapps.ux.component.mobile declared as Component Modifier and Type Field Description protected ComponentMobileLayout. contentMethods in org.teamapps.ux.component.mobile that return Component Modifier and Type Method Description ComponentNavigationBar. getActiveFanOutComponent()ComponentMobileLayout. getContent()Methods in org.teamapps.ux.component.mobile that return types with arguments of type Component Modifier and Type Method Description java.util.List<Component>NavigationBar. getFanOutComponents()Methods in org.teamapps.ux.component.mobile with parameters of type Component Modifier and Type Method Description booleanMobileLayout. isChildVisible(Component child)booleanNavigationBar. isChildVisible(Component child)voidNavigationBar. preloadFanOutComponent(Component component)May be used for client-side performance reasons.voidMobileLayout. preloadView(Component component)voidMobileLayout. setContent(Component component)voidMobileLayout. setContent(Component component, PageTransition animation, int animationDuration)voidNavigationBar. showFanOutComponent(Component component)voidNavigationBar. showOrHideFanoutComponent(Component component) -
Uses of Component in org.teamapps.ux.component.notification
Classes in org.teamapps.ux.component.notification that implement Component Modifier and Type Class Description classNotificationMethods in org.teamapps.ux.component.notification that return Component Modifier and Type Method Description ComponentNotification. getContent()Methods in org.teamapps.ux.component.notification with parameters of type Component Modifier and Type Method Description NotificationNotification. setContent(Component content)Constructors in org.teamapps.ux.component.notification with parameters of type Component Constructor Description Notification(Component content) -
Uses of Component in org.teamapps.ux.component.pageview
Classes in org.teamapps.ux.component.pageview that implement Component Modifier and Type Class Description classPageViewMethods in org.teamapps.ux.component.pageview that return Component Modifier and Type Method Description ComponentComponentPageViewBlock. getComponent()Methods in org.teamapps.ux.component.pageview with parameters of type Component Modifier and Type Method Description ComponentPageViewBlockComponentPageViewBlock. setComponent(Component component)Constructors in org.teamapps.ux.component.pageview with parameters of type Component Constructor Description ComponentPageViewBlock(Component component, int height) -
Uses of Component in org.teamapps.ux.component.panel
Classes in org.teamapps.ux.component.panel that implement Component Modifier and Type Class Description classElegantPanelclassPanelMethods in org.teamapps.ux.component.panel that return Component Modifier and Type Method Description ComponentPanel. getContent()Methods in org.teamapps.ux.component.panel with parameters of type Component Modifier and Type Method Description booleanPanel. isChildVisible(Component child)voidPanel. setContent(Component content)Constructors in org.teamapps.ux.component.panel with parameters of type Component Constructor Description Panel(org.teamapps.icons.api.Icon icon, java.lang.String title, Component content) -
Uses of Component in org.teamapps.ux.component.popup
Classes in org.teamapps.ux.component.popup that implement Component Modifier and Type Class Description classPopupMethods in org.teamapps.ux.component.popup that return Component Modifier and Type Method Description ComponentPopup. getContentComponent()Methods in org.teamapps.ux.component.popup with parameters of type Component Modifier and Type Method Description voidPopup. setContentComponent(Component contentComponent)Constructors in org.teamapps.ux.component.popup with parameters of type Component Constructor Description Popup(Component contentComponent) -
Uses of Component in org.teamapps.ux.component.progress
Subinterfaces of Component in org.teamapps.ux.component.progress Modifier and Type Interface Description interfaceMultiProgressDisplayClasses in org.teamapps.ux.component.progress that implement Component Modifier and Type Class Description classDefaultMultiProgressDisplayclassProgressDisplayThis component displays progress information. -
Uses of Component in org.teamapps.ux.component.qrscanner
Classes in org.teamapps.ux.component.qrscanner that implement Component Modifier and Type Class Description classQrCodeScanner -
Uses of Component in org.teamapps.ux.component.rootpanel
Classes in org.teamapps.ux.component.rootpanel that implement Component Modifier and Type Class Description classRootPanelMethods in org.teamapps.ux.component.rootpanel that return Component Modifier and Type Method Description ComponentRootPanel. getContent()Methods in org.teamapps.ux.component.rootpanel with parameters of type Component Modifier and Type Method Description booleanRootPanel. isChildVisible(Component child)voidRootPanel. preloadContent(Component component)voidRootPanel. setContent(Component component)voidRootPanel. setContent(Component component, PageTransition animation, long animationDuration) -
Uses of Component in org.teamapps.ux.component.splitpane
Classes in org.teamapps.ux.component.splitpane that implement Component Modifier and Type Class Description classSplitPaneMethods in org.teamapps.ux.component.splitpane that return Component Modifier and Type Method Description ComponentSplitPane. getFirstChild()ComponentSplitPane. getLastChild()Methods in org.teamapps.ux.component.splitpane with parameters of type Component Modifier and Type Method Description voidSplitPane. setFirstChild(Component firstChild)voidSplitPane. setLastChild(Component lastChild) -
Uses of Component in org.teamapps.ux.component.table
Classes in org.teamapps.ux.component.table that implement Component Modifier and Type Class Description classTable<RECORD> -
Uses of Component in org.teamapps.ux.component.tabpanel
Classes in org.teamapps.ux.component.tabpanel that implement Component Modifier and Type Class Description classTabPanelMethods in org.teamapps.ux.component.tabpanel that return Component Modifier and Type Method Description ComponentTab. getContent()Methods in org.teamapps.ux.component.tabpanel with parameters of type Component Modifier and Type Method Description booleanTabPanel. isChildVisible(Component child)TabTab. setContent(Component content)Constructors in org.teamapps.ux.component.tabpanel with parameters of type Component Constructor Description Tab(org.teamapps.icons.api.Icon icon, java.lang.String title, Component content)Tab(org.teamapps.icons.api.Icon icon, java.lang.String title, Component content, boolean lazyLoading) -
Uses of Component in org.teamapps.ux.component.timegraph
Classes in org.teamapps.ux.component.timegraph that implement Component Modifier and Type Class Description classTimeGraph -
Uses of Component in org.teamapps.ux.component.toolbar
Classes in org.teamapps.ux.component.toolbar that implement Component Modifier and Type Class Description classAbstractToolContainerclassToolAccordionclassToolbarMethods in org.teamapps.ux.component.toolbar that return Component Modifier and Type Method Description ComponentToolbarButton. getTogglesFullScreenOnComponent()Methods in org.teamapps.ux.component.toolbar that return types with arguments of type Component Modifier and Type Method Description java.util.function.Supplier<Component>ToolbarButton. getDropDownComponentSupplier()Methods in org.teamapps.ux.component.toolbar with parameters of type Component Modifier and Type Method Description static ToolbarButtonToolbarButton. createFullScreenToggleButton(BaseTemplateRecord Object, Component togglesFullScreenOnComponent)static ToolbarButtonToolbarButton. createFullScreenToggleButton(Template template, BaseTemplateRecord Object, Component togglesFullScreenOnComponent)ToolbarButtonToolbarButton. setDropDownComponent(Component dropDownComponent)ToolbarButtonToolbarButton. setTogglesFullScreenOnComponent(Component togglesFullScreenOnComponent)Method parameters in org.teamapps.ux.component.toolbar with type arguments of type Component Modifier and Type Method Description ToolbarButtonToolbarButton. setDropDownComponentSupplier(java.util.function.Supplier<Component> dropDownComponentSupplier)Constructors in org.teamapps.ux.component.toolbar with parameters of type Component Constructor Description ToolbarButton(Template template, java.lang.Object record, Component dropDownView) -
Uses of Component in org.teamapps.ux.component.toolbutton
Classes in org.teamapps.ux.component.toolbutton that implement Component Modifier and Type Class Description classToolButtonMethods in org.teamapps.ux.component.toolbutton that return Component Modifier and Type Method Description ComponentToolButton. getDropDownComponent()Methods in org.teamapps.ux.component.toolbutton with parameters of type Component Modifier and Type Method Description voidToolButton. setDropDownComponent(Component dropDownComponent)Constructors in org.teamapps.ux.component.toolbutton with parameters of type Component Constructor Description ToolButton(org.teamapps.icons.api.Icon icon, java.lang.String popoverText, Component dropDownComponent) -
Uses of Component in org.teamapps.ux.component.tree
Classes in org.teamapps.ux.component.tree that implement Component Modifier and Type Class Description classSimpleTree<PAYLOAD>classTree<RECORD> -
Uses of Component in org.teamapps.ux.component.webrtc
Classes in org.teamapps.ux.component.webrtc that implement Component Modifier and Type Class Description classMediaSoupWebRtcClient -
Uses of Component in org.teamapps.ux.component.window
Classes in org.teamapps.ux.component.window that implement Component Modifier and Type Class Description classWindowConstructors in org.teamapps.ux.component.window with parameters of type Component Constructor Description Window(int width, int height, Component content)Window(org.teamapps.icons.api.Icon icon, java.lang.String title, int width, int height, Component content)Window(org.teamapps.icons.api.Icon icon, java.lang.String title, Component content, int width, int height, boolean closeable, boolean closeOnEscape, boolean closeOnClickOutside)Window(Component content) -
Uses of Component in org.teamapps.ux.component.workspacelayout
Classes in org.teamapps.ux.component.workspacelayout that implement Component Modifier and Type Class Description classSimpleWorkSpaceLayoutclassWorkSpaceLayoutMethods in org.teamapps.ux.component.workspacelayout that return Component Modifier and Type Method Description ComponentWorkSpaceLayoutView. getComponent()Methods in org.teamapps.ux.component.workspacelayout with parameters of type Component Modifier and Type Method Description WorkSpaceLayoutViewWorkSpaceLayoutViewGroup. addView(org.teamapps.icons.api.Icon icon, java.lang.String title, Component component)WorkSpaceLayoutViewWorkSpaceLayoutViewGroup. addView(org.teamapps.icons.api.Icon icon, java.lang.String title, Component component, int index, boolean select)booleanWorkSpaceLayout. isChildVisible(Component child)voidWorkSpaceLayoutView. setComponent(Component component)Constructors in org.teamapps.ux.component.workspacelayout with parameters of type Component Constructor Description WorkSpaceLayoutView(WorkSpaceLayout workSpaceLayout, org.teamapps.icons.api.Icon icon, java.lang.String title, Component component)WorkSpaceLayoutView(WorkSpaceLayout workSpaceLayout, org.teamapps.icons.api.Icon icon, java.lang.String title, Component component, boolean closeable, boolean lazyLoading) -
Uses of Component in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return Component Modifier and Type Method Description ComponentSessionContext. getComponent(java.lang.String componentId)Methods in org.teamapps.ux.session with parameters of type Component Modifier and Type Method Description voidSessionContext. registerComponent(Component component)voidSessionContext. unregisterComponent(Component component) -
Uses of Component in org.teamapps.webcontroller
Methods in org.teamapps.webcontroller that return Component Modifier and Type Method Description ComponentApplicationsController. getApplicationsListingComponent()Methods in org.teamapps.webcontroller with parameters of type Component Modifier and Type Method Description voidApplicationsController. removeTopLevelComponent(Component component)voidApplicationsController. showTopLevelComponent(java.lang.String originatingAppName, org.teamapps.icons.api.Icon icon, java.lang.String title, Component component)Method parameters in org.teamapps.webcontroller with type arguments of type Component Modifier and Type Method Description static SimpleWebControllerSimpleWebController. createDefaultController(java.util.function.Function<SessionContext,Component> componentSupplier)Constructor parameters in org.teamapps.webcontroller with type arguments of type Component Constructor Description SimpleWebController(java.util.function.Function<SessionContext,Component> componentSupplier)
-