public static enum ViewTableFormat3.Flag extends Enum<ViewTableFormat3.Flag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
AllowCreateNewDoc
V6 - inviewedit-newdocs in view
|
AllowCustomizations |
AllowThreadGathering
Hannover Java Views
|
BoldUnreadRows
V6 - bold the unread rows.
|
DisableHideJaveView
Hannover Java Views
|
EvaluateActionsHideWhen |
GridStyleDash |
GridStyleDashDot |
GridStyleDot |
GridStyleSolid |
HasBackgroundImage
V6 - View has background image.
|
HideColumnHeader
Hannover
|
HideLeftMarginBorder
V6 - Hide border after left margin
|
MaxRowsLimit
V7 - Limit the max rows returned for a Query View
|
ShowTabNavigator
Hannover Java Views
|
ShowVerticalHorizontalSwitcher
Hannover
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static ViewTableFormat3.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewTableFormat3.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewTableFormat3.Flag GridStyleSolid
public static final ViewTableFormat3.Flag GridStyleDash
public static final ViewTableFormat3.Flag GridStyleDot
public static final ViewTableFormat3.Flag GridStyleDashDot
public static final ViewTableFormat3.Flag AllowCustomizations
public static final ViewTableFormat3.Flag EvaluateActionsHideWhen
public static final ViewTableFormat3.Flag HideLeftMarginBorder
public static final ViewTableFormat3.Flag BoldUnreadRows
public static final ViewTableFormat3.Flag AllowCreateNewDoc
public static final ViewTableFormat3.Flag HasBackgroundImage
public static final ViewTableFormat3.Flag MaxRowsLimit
public static final ViewTableFormat3.Flag ShowVerticalHorizontalSwitcher
public static final ViewTableFormat3.Flag ShowTabNavigator
public static final ViewTableFormat3.Flag AllowThreadGathering
public static final ViewTableFormat3.Flag DisableHideJaveView
public static final ViewTableFormat3.Flag HideColumnHeader
public static ViewTableFormat3.Flag[] values()
for (ViewTableFormat3.Flag c : ViewTableFormat3.Flag.values()) System.out.println(c);
public static ViewTableFormat3.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 Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2019–2021 HCL. All rights reserved.