Class TransportDoc.TransportRange

java.lang.Object
io.jmix.ui.widget.client.addon.aceeditor.TransportDoc.TransportRange
All Implemented Interfaces:
Serializable
Enclosing class:
TransportDoc

public static class TransportDoc.TransportRange extends Object implements Serializable
See Also:
  • Field Details

    • row1

      public int row1
    • col1

      public int col1
    • row2

      public int row2
    • col2

      public int col2
  • Constructor Details

    • TransportRange

      public TransportRange()
    • TransportRange

      public TransportRange(int row1, int col1, int row2, int col2)
  • Method Details