Klasse UiTable.MarkTableFieldCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • mark

      protected boolean mark
  • Konstruktordetails

    • MarkTableFieldCommand

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

      public MarkTableFieldCommand(String componentId, int recordId, String columnPropertyName, boolean mark)
  • Methodendetails

    • toString

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

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

      public int getRecordId()
    • getColumnPropertyName

      public String getColumnPropertyName()
    • getMark

      public boolean getMark()