Class UiGridForm.SectionCollapsedStateChangedEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiGridForm

    public static class UiGridForm.SectionCollapsedStateChangedEvent
    extends java.lang.Object
    implements UiEvent
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • sectionId

        protected java.lang.String sectionId
      • collapsed

        protected boolean collapsed
    • Constructor Detail

      • SectionCollapsedStateChangedEvent

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

        public SectionCollapsedStateChangedEvent​(java.lang.String componentId,
                                                 java.lang.String sectionId,
                                                 boolean collapsed)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent
      • getSectionId

        public java.lang.String getSectionId()
      • getCollapsed

        public boolean getCollapsed()