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 classActivitySectionItemConfiguration 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 classAbstractSectionItem<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 SectionTypeAbstractSectionItem. loadSectionType(AbstractSectionItem<?,?,?,?,?,?> item, EnvironmentBridge envBridge)Loads theSectionTypefor theAbstractSectionItem. -
Uses of AbstractSectionItem in net.officefloor.gef.woof
Subclasses of AbstractSectionItem in net.officefloor.gef.woof Modifier and Type Class Description classWoofSectionItemConfiguration for theWoofSectionModel.
-