Class Footer
- java.lang.Object
-
- org.eclipse.nebula.widgets.cdatetime.Footer
-
public class Footer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
alignment
(package private) static int
CLEAR
(package private) int[]
fields
(package private) boolean
grab
(package private) boolean
readOnly
(package private) int
textAlignment
(package private) static int
TODAY
(package private) int
type
(package private) static int
VERBOSE_TODAY
-
Constructor Summary
Constructors Modifier Constructor Description private
Footer(int type, int... fields)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Footer
align(int alignment)
Footer
align(int textAlignment, int controlAlignment, boolean grab)
static Footer
Clear()
Footer
grab()
static Footer
Today()
static Footer
VerboseToday()
-
-
-
Field Detail
-
CLEAR
static final int CLEAR
- See Also:
- Constant Field Values
-
TODAY
static final int TODAY
- See Also:
- Constant Field Values
-
VERBOSE_TODAY
static final int VERBOSE_TODAY
- See Also:
- Constant Field Values
-
type
int type
-
fields
int[] fields
-
textAlignment
int textAlignment
-
alignment
int alignment
-
grab
boolean grab
-
readOnly
boolean readOnly
-
-