Class DeviceSection
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- tech.grasshopper.pdf.structure.paginate.PaginatedSection
-
- tech.grasshopper.pdf.section.attributes.AttributeSection
-
- tech.grasshopper.pdf.section.attributes.DeviceSection
-
public class DeviceSection extends AttributeSection
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.pdf.section.attributes.AttributeSection
attributeData
-
Fields inherited from class tech.grasshopper.pdf.structure.Section
destinations, displayData, document, reportConfig
-
-
Constructor Summary
Constructors Constructor Description DeviceSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Consumer<Destination>attributeDestinationConsumer()StringattributeType()DisplayDatacreateDisplayData(int fromIndex, int toIndex)intmaxDataCountPerPage()-
Methods inherited from class tech.grasshopper.pdf.section.attributes.AttributeSection
createSection, generateDisplay
-
Methods inherited from class tech.grasshopper.pdf.structure.Section
createPage
-
-
-
-
Method Detail
-
createDisplayData
public DisplayData createDisplayData(int fromIndex, int toIndex)
- Specified by:
createDisplayDatain classAttributeSection
-
maxDataCountPerPage
public int maxDataCountPerPage()
- Specified by:
maxDataCountPerPagein classAttributeSection
-
attributeType
public String attributeType()
- Specified by:
attributeTypein classAttributeSection
-
attributeDestinationConsumer
public Consumer<Destination> attributeDestinationConsumer()
- Specified by:
attributeDestinationConsumerin classAttributeSection
-
-