Uses of Class
net.officefloor.gef.item.AbstractSectionItem
-
Packages that use AbstractSectionItem Package Description net.officefloor.gef.activity net.officefloor.gef.item net.officefloor.gef.woof -
-
Uses of AbstractSectionItem in net.officefloor.gef.activity
Subclasses of AbstractSectionItem in net.officefloor.gef.activity Modifier and Type Class Description class
ActivitySectionItem
Configuration for theActivitySectionModel
. -
Uses of AbstractSectionItem in net.officefloor.gef.item
Classes in net.officefloor.gef.item with type parameters of type AbstractSectionItem Modifier and Type Class Description class
AbstractSectionItem<R extends Model,RE extends java.lang.Enum<RE>,O,M extends Model,E extends java.lang.Enum<E>,I extends AbstractSectionItem<R,RE,O,M,E,I>>
Configuration for the abstractSubSection
/OfficeSection
.Methods in net.officefloor.gef.item with parameters of type AbstractSectionItem Modifier and Type Method Description static SectionType
AbstractSectionItem. loadSectionType(AbstractSectionItem<?,?,?,?,?,?> item, EnvironmentBridge envBridge)
Loads theSectionType
for theAbstractSectionItem
. -
Uses of AbstractSectionItem in net.officefloor.gef.woof
Subclasses of AbstractSectionItem in net.officefloor.gef.woof Modifier and Type Class Description class
WoofSectionItem
Configuration for theWoofSectionModel
.
-