Klasse UiTable.SetColumnVisibilityCommand

java.lang.Object
org.teamapps.dto.UiTable.SetColumnVisibilityCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiTable

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

    • componentId

      protected String componentId
    • columnPropertyName

      protected String columnPropertyName
    • visible

      protected boolean visible
  • Konstruktordetails

    • SetColumnVisibilityCommand

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

      public SetColumnVisibilityCommand(String componentId, String columnPropertyName, boolean visible)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getColumnPropertyName

      public String getColumnPropertyName()
    • getVisible

      public boolean getVisible()