Class Body
- java.lang.Object
-
- org.eclipse.nebula.widgets.cdatetime.Body
-
public class Body extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
compact
(package private) static int
DAYS
(package private) int[]
fields
(package private) static int
MONTHS
(package private) boolean
newColumn
(package private) int
spacing
(package private) static int
TIME
(package private) int
type
(package private) static int
YEARS
-
Constructor Summary
Constructors Modifier Constructor Description private
Body(int type, int... fields)
-
-
-
Field Detail
-
DAYS
static final int DAYS
- See Also:
- Constant Field Values
-
MONTHS
static final int MONTHS
- See Also:
- Constant Field Values
-
YEARS
static final int YEARS
- See Also:
- Constant Field Values
-
TIME
static final int TIME
- See Also:
- Constant Field Values
-
type
int type
-
fields
int[] fields
-
spacing
int spacing
-
newColumn
boolean newColumn
-
compact
boolean compact
-
-