Interface JPADataObjectFieldEditorView
-
- All Superinterfaces:
BaseEditorView<JPADataObjectFieldEditorView.Presenter>,org.uberfire.client.mvp.HasPresenter<JPADataObjectFieldEditorView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<JPADataObjectFieldEditorView.Presenter>
- All Known Implementing Classes:
JPADataObjectFieldEditorViewImpl
public interface JPADataObjectFieldEditorView extends BaseEditorView<JPADataObjectFieldEditorView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJPADataObjectFieldEditorView.Presenter
-
Field Summary
Fields Modifier and Type Field Description static StringCOLUMN_INSERTABLE_FIELDstatic StringCOLUMN_NAME_FIELDstatic StringCOLUMN_NULLABLE_FIELDstatic StringCOLUMN_UNIQUE_FIELDstatic StringCOLUMN_UPDATABLE_FIELDstatic StringGENERATED_VALUE_FIELDstatic StringIDENTIFIER_FIELDstatic StringRELATIONSHIP_TYPE_FIELDstatic StringSEQUENCE_GENERATOR_FIELD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)
-
-
-
Field Detail
-
IDENTIFIER_FIELD
static final String IDENTIFIER_FIELD
- See Also:
- Constant Field Values
-
GENERATED_VALUE_FIELD
static final String GENERATED_VALUE_FIELD
- See Also:
- Constant Field Values
-
SEQUENCE_GENERATOR_FIELD
static final String SEQUENCE_GENERATOR_FIELD
- See Also:
- Constant Field Values
-
COLUMN_NAME_FIELD
static final String COLUMN_NAME_FIELD
- See Also:
- Constant Field Values
-
COLUMN_UNIQUE_FIELD
static final String COLUMN_UNIQUE_FIELD
- See Also:
- Constant Field Values
-
COLUMN_NULLABLE_FIELD
static final String COLUMN_NULLABLE_FIELD
- See Also:
- Constant Field Values
-
COLUMN_INSERTABLE_FIELD
static final String COLUMN_INSERTABLE_FIELD
- See Also:
- Constant Field Values
-
COLUMN_UPDATABLE_FIELD
static final String COLUMN_UPDATABLE_FIELD
- See Also:
- Constant Field Values
-
RELATIONSHIP_TYPE_FIELD
static final String RELATIONSHIP_TYPE_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadPropertyEditorCategories
void loadPropertyEditorCategories(List<org.uberfire.ext.properties.editor.model.PropertyEditorCategory> categories)
-
-