Klasse UiTable.FocusCellCommand

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

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

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
  • Konstruktordetails

    • FocusCellCommand

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

      public FocusCellCommand(String componentId, int recordId, String columnPropertyName)
  • 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()