Class UiComponent

java.lang.Object
org.teamapps.dto.UiComponent
All Implemented Interfaces:
UiObject
Direct Known Subclasses:
AbstractUiChart, AbstractUiLiveStreamPlayer, AbstractUiToolContainer, UiAbsoluteLayout, UiAccordionLayout, UiApplicationLayout, UiCalendar, UiChatDisplay, UiChatInput, UiContextMenu, UiDocumentViewer, UiDummyComponent, UiElegantPanel, UiField, UiFieldGroup, UiFlexContainer, UiFloatingComponent, UiFormDesigner, UiFormDesignerFieldChooser, UiGauge, UiGridForm, UiIFrame, UiImageCropper, UiImageDisplay, UiInfiniteItemView, UiItemView, UiLiveStreamComponent, UiMap, UiMediaSoupWebRtcClient, UiMediaTrackGraph, UiMobileLayout, UiMultiProgressDisplay, UiNavigationBar, UiNetworkGraph, UiNotification, UiPageView, UiPanel, UiPopup, UiProgressDisplay, UiPropertyEditor, UiQrCodeScanner, UiReactTestComponent, UiResponsiveGridLayout, UiRootPanel, UiSplitPane, UiStaticGridLayout, UiTable, UiTabPanel, UiTemplateTestContainer, UiTimeGraph, UiToolButton, UiTree, UiTreeGraph, UiVerticalLayout, UiVideoPlayer, UiWebRtcPlayer, UiWebRtcPublisher, UiWorkSpaceLayout

public class UiComponent
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  UiComponent.SetStyleCommand  
    static class  UiComponent.SetVisibleCommand  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String id  
    protected java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> stylesBySelector  
    protected boolean visible  
  • Constructor Summary

    Constructors 
    Constructor Description
    UiComponent()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getId()  
    java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> getStylesBySelector()  
    UiObjectType getUiObjectType()  
    boolean getVisible()  
    UiComponent setId​(java.lang.String id)  
    UiComponent setStylesBySelector​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> stylesBySelector)  
    UiComponent setVisible​(boolean visible)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • id

      protected java.lang.String id
    • visible

      protected boolean visible
    • stylesBySelector

      protected java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.String>> stylesBySelector
  • Constructor Details

  • Method Details