Class UiTable.SetColumnVisibilityCommand

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

public static class UiTable.SetColumnVisibilityCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • columnPropertyName

      protected String columnPropertyName
    • visible

      protected boolean visible
  • Constructor Details

    • SetColumnVisibilityCommand

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

      public SetColumnVisibilityCommand(String componentId, String columnPropertyName, boolean visible)
  • Method Details