Uses of Enum Class
be.gaudry.model.disposition.EPageCounterFormat
Package
Description
Provides the classes necessary to define how (where) to show or to export some information.
-
Uses of EPageCounterFormat in be.gaudry.model.disposition
Modifier and TypeMethodDescriptionstatic EPageCounterFormat
EPageCounterFormat.fromInt(int key)
static EPageCounterFormat
Returns the enum constant of this class with the specified name.static EPageCounterFormat[]
EPageCounterFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EPageCounterFormat in be.gaudry.swing.component.table.output.control
-
Uses of EPageCounterFormat in be.gaudry.swing.component.table.output.factory
Modifier and TypeFieldDescriptionprotected EPageCounterFormat
AbstractTableOutput.pageCounterFormat
Modifier and TypeMethodDescriptionvoid
AbstractTableOutput.setPageCounterFormat(EPageCounterFormat pageCounterFormat)