Class RelationshipField
- java.lang.Object
-
- org.uberfire.ext.properties.editor.client.fields.AbstractField
-
- org.kie.workbench.common.screens.datamodeller.client.widgets.common.properties.BasePopupField
-
- org.kie.workbench.common.screens.datamodeller.client.widgets.jpadomain.properties.RelationshipField
-
@Dependent public class RelationshipField extends BasePopupField
-
-
Field Summary
Fields Modifier and Type Field Description static StringNOT_CONFIGURED_LABEL
-
Constructor Summary
Constructors Constructor Description RelationshipField(RelationshipEditorWidget widget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BasePopupPropertyEditorWidgetcreatePopupPropertyEditor(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)-
Methods inherited from class org.kie.workbench.common.screens.datamodeller.client.widgets.common.properties.BasePopupField
widget
-
-
-
-
Field Detail
-
NOT_CONFIGURED_LABEL
public static final String NOT_CONFIGURED_LABEL
-
-
Constructor Detail
-
RelationshipField
@Inject public RelationshipField(RelationshipEditorWidget widget)
-
-
Method Detail
-
createPopupPropertyEditor
protected BasePopupPropertyEditorWidget createPopupPropertyEditor(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
- Specified by:
createPopupPropertyEditorin classBasePopupField
-
-