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 constraintsintThe index in collisions of this entryint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetConstraints(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:
compareToin interfaceComparable<TableGridLayout.Entry>
-