public static enum ViewCalendarFormat.Flag extends Enum<ViewCalendarFormat.Flag> implements INumberEnum<Short>
Enum Constant and Description |
---|
DISPLAY_CONFLICTS
Display Conflict marks
|
DISPLAY_TIMESLOT_BMPS
Show Time Slot Bitmaps
|
ENABLE_TIMEGROUPING
Enable Timegrouping
|
ENABLE_TIMESLOTS
Disable Time Slots
|
HIDE_DAYTAB
Don't show the day tab
|
HIDE_FORMATBTN
Don't show the formatting button
|
HIDE_GOTOTODAY
Don't show the GoToToday button in the view
|
HIDE_MONTH_HEADER
Don't show the month header in the view (i.e.
|
HIDE_MONTHTAB
Don't show the month tab
|
HIDE_OWNERNAME
show the owner name
|
HIDE_WEEKTAB
Don't show the week tab
|
RTLVIEW |
SHOW_ALLDOCSVIEW
Don't show the all docs view in the header
|
SHOW_DAYPLANNER
show the header as dayplanner
|
SHOW_TRASHVIEW
Don't show the trash view in the header
|
TIMESLOT_OVERRIDE
Allow user to override time slots
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ViewCalendarFormat.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewCalendarFormat.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewCalendarFormat.Flag DISPLAY_CONFLICTS
public static final ViewCalendarFormat.Flag ENABLE_TIMESLOTS
public static final ViewCalendarFormat.Flag DISPLAY_TIMESLOT_BMPS
public static final ViewCalendarFormat.Flag ENABLE_TIMEGROUPING
public static final ViewCalendarFormat.Flag TIMESLOT_OVERRIDE
public static final ViewCalendarFormat.Flag HIDE_MONTH_HEADER
public static final ViewCalendarFormat.Flag HIDE_GOTOTODAY
public static final ViewCalendarFormat.Flag SHOW_TRASHVIEW
public static final ViewCalendarFormat.Flag SHOW_ALLDOCSVIEW
public static final ViewCalendarFormat.Flag HIDE_FORMATBTN
public static final ViewCalendarFormat.Flag HIDE_DAYTAB
public static final ViewCalendarFormat.Flag HIDE_WEEKTAB
public static final ViewCalendarFormat.Flag HIDE_MONTHTAB
public static final ViewCalendarFormat.Flag SHOW_DAYPLANNER
public static final ViewCalendarFormat.Flag HIDE_OWNERNAME
public static final ViewCalendarFormat.Flag RTLVIEW
public static ViewCalendarFormat.Flag[] values()
for (ViewCalendarFormat.Flag c : ViewCalendarFormat.Flag.values()) System.out.println(c);
public static ViewCalendarFormat.Flag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.