Class TableGridLayout.Entry
java.lang.Object
com.inductiveautomation.factorypmi.application.components.calendar.layouts.TableGridLayout.Entry
- All Implemented Interfaces:
Comparable<TableGridLayout.Entry>
- Enclosing class:
- TableGridLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionComponent bound by the constraintsint
The index in collisions of this entryint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setConstraints
(TableGridLayoutConstraints constraint) toString()
-
Field Details
-
component
Component bound by the constraints -
entryID
public int entryIDThe index in collisions of this entry -
totalCollisions
public int totalCollisions -
collisions
-
rect
-
-
Constructor Details
-
Entry
-
-
Method Details
-
setConstraints
-
getConstraints
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<TableGridLayout.Entry>
-