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 SummaryFieldsModifier and TypeFieldDescriptionComponent bound by the constraintsintThe index in collisions of this entryint
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidsetConstraints(TableGridLayoutConstraints constraint) toString()
- 
Field Details- 
componentComponent bound by the constraints
- 
entryIDpublic int entryIDThe index in collisions of this entry
- 
totalCollisionspublic int totalCollisions
- 
collisions
- 
rect
 
- 
- 
Constructor Details- 
Entry
 
- 
- 
Method Details- 
setConstraints
- 
getConstraints
- 
toString
- 
compareTo- Specified by:
- compareToin interface- Comparable<TableGridLayout.Entry>
 
 
-