Package io.jmix.ui.component.form
Class ComponentArea
java.lang.Object
io.jmix.ui.component.form.ComponentArea
A class that describes a component and its area, i.e. top left and bottom right coordinates.
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionComponentArea(Component component, int startColumn, int startRow, int endColumn, int endRow)  - 
Method Summary
 
- 
Field Details
- 
component
 - 
startColumn
protected int startColumn - 
startRow
protected int startRow - 
endColumn
protected int endColumn - 
endRow
protected int endRow 
 - 
 - 
Constructor Details
- 
ComponentArea
 
 - 
 - 
Method Details