| Modifier and Type | Method and Description |
|---|---|
protected void |
AddColumnTemplatePanel.setCategoriesAsVisible(boolean b,
SPECIAL_CATEGORY_TYPE... cat)
Sets the categories as visible.
|
| Modifier and Type | Method and Description |
|---|---|
SPECIAL_CATEGORY_TYPE |
ColumnDefinition.getSpecialCategoryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinition.setSpecialCategoryType(SPECIAL_CATEGORY_TYPE category) |
| Modifier and Type | Method and Description |
|---|---|
SPECIAL_CATEGORY_TYPE |
ColumnDefinitionView.getSpecialCategoryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnDefinitionView.setSpecialCategoryType(SPECIAL_CATEGORY_TYPE category) |
| Modifier and Type | Method and Description |
|---|---|
SPECIAL_CATEGORY_TYPE |
TdColumnDefinition.getSpecialCategoryType()
Gets the special category type.
|
static SPECIAL_CATEGORY_TYPE |
SPECIAL_CATEGORY_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPECIAL_CATEGORY_TYPE[] |
SPECIAL_CATEGORY_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdColumnDefinition.setSpecialCategoryType(SPECIAL_CATEGORY_TYPE specialCategoryType)
Sets the special category type.
|
| Constructor and Description |
|---|
TdColumnDefinition(int index,
String serverId,
String columnName,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
Base constructor.
|
Copyright © 2017. All Rights Reserved.