Class ParentWidgetData

java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.ParentWidgetData
All Implemented Interfaces:
Serializable

public class ParentWidgetData extends QWidgetData
Model containing datastructure expected by frontend parent widget
See Also:
  • Constructor Details

    • ParentWidgetData

      public ParentWidgetData()
  • Method Details

    • getType

      public String getType()
      Getter for type
      Specified by:
      getType in class QWidgetData
    • getChildWidgetNameList

      public List<String> getChildWidgetNameList()
      Getter for childWidgetNameList
    • setChildWidgetNameList

      public void setChildWidgetNameList(List<String> childWidgetNameList)
      Setter for childWidgetNameList
    • withChildWidgetNameList

      public ParentWidgetData withChildWidgetNameList(List<String> childWidgetNameList)
      Fluent setter for childWidgetNameList
    • getLayoutType

      public ParentWidgetMetaData.LayoutType getLayoutType()
      Getter for layoutType
    • setLayoutType

      public void setLayoutType(ParentWidgetMetaData.LayoutType layoutType)
      Setter for layoutType
    • withLayoutType

      public ParentWidgetData withLayoutType(ParentWidgetMetaData.LayoutType layoutType)
      Fluent setter for layoutType
    • getIsLabelPageTitle

      public boolean getIsLabelPageTitle()
      Getter for isLabelPageTitle
    • setIsLabelPageTitle

      public void setIsLabelPageTitle(boolean isLabelPageTitle)
      Setter for isLabelPageTitle
    • withIsLabelPageTitle

      public ParentWidgetData withIsLabelPageTitle(boolean isLabelPageTitle)
      Fluent setter for isLabelPageTitle