Class UiWorkSpaceLayoutView

java.lang.Object
org.teamapps.dto.UiWorkSpaceLayoutView
All Implemented Interfaces:
UiObject

public class UiWorkSpaceLayoutView extends Object implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • viewName

      protected String viewName
    • tabIcon

      protected String tabIcon
    • tabCaption

      protected String tabCaption
    • component

      protected UiClientObjectReference component
    • tabCloseable

      protected boolean tabCloseable
    • lazyLoading

      protected boolean lazyLoading
    • visible

      protected boolean visible
  • Constructor Details

    • UiWorkSpaceLayoutView

      @Deprecated public UiWorkSpaceLayoutView()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiWorkSpaceLayoutView

      public UiWorkSpaceLayoutView(String viewName, String tabIcon, String tabCaption, UiClientObjectReference component)
  • Method Details