public interface JPADataObjectFieldEditorView extends BaseEditorView<JPADataObjectFieldEditorView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JPADataObjectFieldEditorView.Presenter |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_INSERTABLE_FIELD |
static String |
COLUMN_NAME_FIELD |
static String |
COLUMN_NULLABLE_FIELD |
static String |
COLUMN_UNIQUE_FIELD |
static String |
COLUMN_UPDATABLE_FIELD |
static String |
GENERATED_VALUE_FIELD |
static String |
IDENTIFIER_FIELD |
static String |
RELATIONSHIP_TYPE_FIELD |
static String |
SEQUENCE_GENERATOR_FIELD |
| Modifier and Type | Method and Description |
|---|---|
void |
loadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories) |
static final String IDENTIFIER_FIELD
static final String GENERATED_VALUE_FIELD
static final String SEQUENCE_GENERATOR_FIELD
static final String COLUMN_NAME_FIELD
static final String COLUMN_UNIQUE_FIELD
static final String COLUMN_NULLABLE_FIELD
static final String COLUMN_INSERTABLE_FIELD
static final String COLUMN_UPDATABLE_FIELD
static final String RELATIONSHIP_TYPE_FIELD
void loadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.