Package com.hp.lft.sdk.winforms
Enum Class GridType
- All Implemented Interfaces:
Serializable
,Comparable<GridType>
,java.lang.constant.Constable
Represents supported custom grid types by the ITable TO.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA ComponentOne C1FlexGrid.A ComponentOne C1TrueDBGrid.A Microsoft DataGrid.A Microsoft DataGridView.An Infragistics UltraWinGrid.Unknown grid type.A DevExpress XtraGrid. -
Method Summary
-
Enum Constant Details
-
UNKNOWN
Unknown grid type. -
DATA_GRID
A Microsoft DataGrid. -
DATA_GRID_VIEW
A Microsoft DataGridView. -
C1_FLEX_GRID
A ComponentOne C1FlexGrid. -
C1_TRUE_DB_GRID
A ComponentOne C1TrueDBGrid. -
ULTRA_WIN_GRID
An Infragistics UltraWinGrid. -
XTRA_GRID
A DevExpress XtraGrid.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-