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) intalignment(package private) static intCLEAR(package private) int[]fields(package private) booleangrab(package private) booleanreadOnly(package private) inttextAlignment(package private) static intTODAY(package private) inttype(package private) static intVERBOSE_TODAY
-
Constructor Summary
Constructors Modifier Constructor Description privateFooter(int type, int... fields)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Footeralign(int alignment)Footeralign(int textAlignment, int controlAlignment, boolean grab)static FooterClear()Footergrab()static FooterToday()static FooterVerboseToday()
-
-
-
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
-
-