Class CustomTableRow
java.lang.Object
v1.sulphurapi.structure.custom.jtable.CustomTableRow
-
Constructor Summary
ConstructorsConstructorDescriptionCustomTableRow
(io.swagger.v3.oas.models.parameters.Parameter parameter, CustomEditorTableModel tableModel, int rowIndex) CustomTableRow
(String name, io.swagger.v3.oas.models.media.Schema<?> schema, String source, CustomEditorTableModel tableModel, int rowIndex) -
Method Summary
Modifier and TypeMethodDescriptiongetCell
(int index) getCells()
int
io.swagger.v3.oas.models.parameters.Parameter
int
io.swagger.v3.oas.models.media.Schema
<?> void
setRowIndex
(int rowIndex)
-
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
-
getSchema
public io.swagger.v3.oas.models.media.Schema<?> getSchema() -
getEditorTableModel
-
getCells
-
getRowIndex
public int getRowIndex() -
setRowIndex
public void setRowIndex(int rowIndex) -
getColumnCount
public int getColumnCount() -
getParentDialog
-
getParameter
public io.swagger.v3.oas.models.parameters.Parameter getParameter()
-