Class UiToolbarButton

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

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

    • buttonId

      protected String buttonId
    • debuggingId

      protected String debuggingId
    • template

      protected UiTemplate template
    • visible

      protected boolean visible
    • recordData

      protected Object recordData
    • openNewTabWithUrl

      protected String openNewTabWithUrl
    • togglesFullScreenOnComponent

      protected UiClientObjectReference togglesFullScreenOnComponent
    • startPlaybackComponent

      protected UiClientObjectReference startPlaybackComponent
    • hasDropDown

      protected boolean hasDropDown
    • backgroundColor

      protected String backgroundColor
    • hoverBackgroundColor

      protected String hoverBackgroundColor
  • Constructor Details

    • UiToolbarButton

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

      public UiToolbarButton(String buttonId, UiTemplate template, Object recordData)
  • Method Details