Class CustomTableRow

java.lang.Object
v1.sulphurapi.structure.custom.jtable.CustomTableRow

public class CustomTableRow extends Object
  • Constructor Details

    • CustomTableRow

      public CustomTableRow(String name, io.swagger.v3.oas.models.media.Schema<?> schema, String source, CustomEditorTableModel tableModel, int rowIndex)
    • CustomTableRow

      public CustomTableRow(io.swagger.v3.oas.models.parameters.Parameter parameter, CustomEditorTableModel tableModel, int rowIndex)
  • Method Details

    • getCell

      public CustomCell getCell(int index)
    • getSchema

      public io.swagger.v3.oas.models.media.Schema<?> getSchema()
    • getEditorTableModel

      public CustomEditorTableModel getEditorTableModel()
    • getCells

      public List<CustomCell> getCells()
    • getRowIndex

      public int getRowIndex()
    • setRowIndex

      public void setRowIndex(int rowIndex)
    • getColumnCount

      public int getColumnCount()
    • getParentDialog

      public ObjectDialog getParentDialog()
    • getParameter

      public io.swagger.v3.oas.models.parameters.Parameter getParameter()