|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortFieldTypeEnum | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. |
| net.sf.jasperreports.engine.base | Contains base implementations for the library's main interfaces. |
| net.sf.jasperreports.engine.design | Contains design time implementations for the library's main interfaces as well as report compiling tools. |
| net.sf.jasperreports.engine.type | |
| Uses of SortFieldTypeEnum in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return SortFieldTypeEnum | |
|---|---|
SortFieldTypeEnum |
JRSortField.getType()
Gets the type of the sort field. |
| Uses of SortFieldTypeEnum in net.sf.jasperreports.engine.base |
|---|
| Fields in net.sf.jasperreports.engine.base declared as SortFieldTypeEnum | |
|---|---|
protected SortFieldTypeEnum |
JRBaseSortField.type
|
| Methods in net.sf.jasperreports.engine.base that return SortFieldTypeEnum | |
|---|---|
SortFieldTypeEnum |
JRBaseSortField.getType()
|
| Uses of SortFieldTypeEnum in net.sf.jasperreports.engine.design |
|---|
| Methods in net.sf.jasperreports.engine.design with parameters of type SortFieldTypeEnum | |
|---|---|
void |
JRDesignSortField.setType(SortFieldTypeEnum type)
|
| Constructors in net.sf.jasperreports.engine.design with parameters of type SortFieldTypeEnum | |
|---|---|
JRDesignSortField(java.lang.String name,
SortFieldTypeEnum type,
SortOrderEnum order)
|
|
| Uses of SortFieldTypeEnum in net.sf.jasperreports.engine.type |
|---|
| Methods in net.sf.jasperreports.engine.type that return SortFieldTypeEnum | |
|---|---|
static SortFieldTypeEnum |
SortFieldTypeEnum.getByName(java.lang.String name)
|
static SortFieldTypeEnum |
SortFieldTypeEnum.getByValue(byte value)
|
static SortFieldTypeEnum |
SortFieldTypeEnum.getByValue(java.lang.Byte value)
|
static SortFieldTypeEnum |
SortFieldTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SortFieldTypeEnum[] |
SortFieldTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||