Class UiGridForm.SetSectionCollapsedCommand

java.lang.Object
org.teamapps.dto.UiGridForm.SetSectionCollapsedCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiGridForm

public static class UiGridForm.SetSectionCollapsedCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected boolean collapsed  
    protected java.lang.String componentId  
    protected java.lang.String sectionId  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetSectionCollapsedCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetSectionCollapsedCommand​(java.lang.String componentId, java.lang.String sectionId, boolean collapsed)  
  • Method Summary

    Modifier and Type Method Description
    boolean getCollapsed()  
    java.lang.String getComponentId()  
    java.lang.String getSectionId()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • SetSectionCollapsedCommand

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

      public SetSectionCollapsedCommand​(java.lang.String componentId, java.lang.String sectionId, boolean collapsed)
  • Method Details