Class UiTemplateTestContainer

java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiTemplateTestContainer
All Implemented Interfaces:
UiObject

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

    • template

      protected UiGridTemplate template
    • data

      protected java.lang.Object data
    • minContainerWidth

      protected int minContainerWidth
    • minContainerHeight

      protected int minContainerHeight
    • maxContainerWidth

      protected int maxContainerWidth
    • maxContainerHeight

      protected int maxContainerHeight
    • description

      protected java.lang.String description
  • Constructor Details

    • UiTemplateTestContainer

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

      public UiTemplateTestContainer​(UiGridTemplate template, java.lang.Object data)
  • Method Details