| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCodeTable |
class |
CodeTableProperty |
class |
SimpleCodeTable |
| Modifier and Type | Method and Description |
|---|---|
static CodeTable |
SimpleCodeTable.create(String name,
org.springframework.core.io.Resource resource) |
| Constructor and Description |
|---|
CodeTableCoparator(CodeTable codeTable) |
| Modifier and Type | Method and Description |
|---|---|
<V extends CodeTable> |
DelegatingRecordStore.getCodeTable(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
CodeTable |
DelegatingRecordStore.getCodeTableByFieldName(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CodeTable> |
DelegatingRecordStore.getCodeTableByFieldNameMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingRecordStore.addCodeTable(CodeTable codeTable) |
void |
DelegatingRecordStore.addCodeTable(String columnName,
CodeTable codeTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingRecordStore.addCodeTables(Collection<CodeTable> codeTables) |
| Modifier and Type | Method and Description |
|---|---|
<V extends CodeTable> |
RecordStore.getCodeTable(String typePath) |
<V extends CodeTable> |
AbstractRecordStore.getCodeTable(String typePath) |
| Modifier and Type | Method and Description |
|---|---|
CodeTable |
FieldDefinition.getCodeTable() |
CodeTable |
RecordDefinitionImpl.getCodeTableByColumn(String column) |
CodeTable |
RecordDefinition.getCodeTableByColumn(String column) |
CodeTable |
RecordStore.getCodeTableByFieldName(String fieldName) |
CodeTable |
AbstractRecordStore.getCodeTableByFieldName(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CodeTable> |
RecordStore.getCodeTableByFieldNameMap() |
Map<String,CodeTable> |
AbstractRecordStore.getCodeTableByFieldNameMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStore.addCodeTable(CodeTable codeTable) |
void |
AbstractRecordStore.addCodeTable(CodeTable codeTable) |
void |
AbstractRecordStore.addCodeTable(String columnName,
CodeTable codeTable) |
void |
RecordDefinitionImpl.addColumnCodeTable(String column,
CodeTable codeTable) |
void |
FieldDefinition.setCodeTable(CodeTable codeTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordStore.addCodeTables(Collection<CodeTable> codeTables) |
void |
AbstractRecordStore.addCodeTables(Collection<CodeTable> codeTables) |
void |
RecordDefinitionImpl.setCodeTableByColumnMap(Map<String,CodeTable> codeTableByColumnMap) |
| Constructor and Description |
|---|
SetCodeTableId(CodeTable codeTable,
String targetFieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CapiFileGdbRecordStore.addCodeTable(CodeTable codeTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileGdbDomainCodeTable |
| Modifier and Type | Class and Description |
|---|---|
class |
CodedValueDomain |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcCodeTableProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcCodeTable
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ComboBox |
SwingUtil.createComboBox(CodeTable codeTable,
boolean required,
int maxLength) |
static ComboBox |
SwingUtil.createComboBox(String fieldName,
CodeTable codeTable,
boolean required,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
static ComboBox |
CodeTableComboBoxModel.create(String fieldName,
CodeTable codeTable,
boolean allowNull) |
static JComponent |
QueryWhereConditionField.createSearchField(FieldDefinition attribute,
CodeTable codeTable) |
| Constructor and Description |
|---|
CodeTableComboBoxModel(CodeTable codeTable) |
CodeTableComboBoxModel(CodeTable codeTable,
boolean allowNull) |
CodeTableListCellRenderer(CodeTable codeTable) |
CodeTableObjectToStringConverter(CodeTable codeTable) |
ObjectLabelField(String fieldName,
CodeTable codeTable) |
ObjectLabelField(String fieldName,
int columns,
CodeTable codeTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRecordTableModel.loadCodeTable(CodeTable codeTable) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.