Uses of Interface
net.officefloor.compile.section.SectionType
Packages that use SectionType
Package
Description
-
Uses of SectionType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement SectionTypeMethods in net.officefloor.compile.impl.section that return SectionTypeModifier and TypeMethodDescription<S extends SectionSource>
SectionTypeSectionLoaderImpl.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) SectionLoaderImpl.loadSectionType(SectionSource sectionSource, String sectionLocation, PropertyList propertyList) SectionSourceContextImpl.loadSectionType(String sectionName, String sectionSourceClassName, String location, PropertyList properties) SectionSourceContextImpl.loadSectionType(String sectionName, SectionSource sectionSource, String location, PropertyList properties) -
Uses of SectionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return SectionType -
Uses of SectionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return SectionTypeModifier and TypeMethodDescriptionSectionNode.loadSectionType(CompileContext compileContext) Loads theSectionType. -
Uses of SectionType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return SectionTypeModifier and TypeMethodDescription<S extends SectionSource>
SectionTypeSectionLoader.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) Loads and returns theSectionTypefrom theSectionSource.SectionLoader.loadSectionType(SectionSource sectionSource, String sectionLocation, PropertyList propertyList) Loads and returns theSectionTypefrom theSectionSource. -
Uses of SectionType in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source that return SectionTypeModifier and TypeMethodDescriptionSectionSourceContext.loadSectionType(String sectionName, String sectionSourceClassName, String location, PropertyList properties) Loads theSectionType.SectionSourceContext.loadSectionType(String sectionName, SectionSource sectionSource, String location, PropertyList properties) Loads theSectionType. -
Uses of SectionType in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return SectionTypeModifier and TypeMethodDescriptionstatic SectionTypeSectionLoaderUtil.buildSectionType(SectionDesigner designer) Builds theSectionTypefor theSectionDesigner.static <S extends SectionSource>
SectionTypeSectionLoaderUtil.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method to load theSectionType.static SectionTypeSectionLoaderUtil.loadSectionType(SectionSource sectionSource, String sectionLocation, String... propertyNameValuePairs) Convenience method to load theSectionType.Methods in net.officefloor.compile.test.section with parameters of type SectionTypeModifier and TypeMethodDescriptionstatic voidSectionLoaderUtil.validateSectionType(SectionDesigner designer, SectionType actualSection) Validates theSectionType. -
Uses of SectionType in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SectionTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.section.SubSectionModel>SectionChangesImpl.addSubSection(String subSectionName, String sectionSourceClassName, String sectionLocation, PropertyList properties, SectionType sectionType) -
Uses of SectionType in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionTypeModifier and TypeMethodDescriptionClassSectionSubSection.getSectionType()Obtains theSectionType.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionTypeModifierConstructorDescriptionClassSectionSubSection(SubSection subSection, SectionType sectionType) Instantiate. -
Uses of SectionType in net.officefloor.web.template.type
Constructors in net.officefloor.web.template.type with parameters of type SectionType