@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface FixedViewColumn
| Modifier and Type | Optional Element and Description |
|---|---|
String |
enablingParameterName
The name of the parameter used to determine if a column should be visible.
|
String |
name
The display name of the column
|
int |
ordinal
The order in which the fixed view columns should be shown
|
int |
scale
The scale
|
String |
type
The type name
|
public abstract String name
public abstract int ordinal
public abstract String type
public abstract String enablingParameterName
Copyright © 2020. All rights reserved.