Class IdGeneratorField
- 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.IdGeneratorField
-
@Dependent public class IdGeneratorField extends BasePopupField
-
-
Constructor Summary
Constructors Constructor Description IdGeneratorField(IdGeneratorEditorWidget 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
-
STRATEGY
public static final String STRATEGY
- See Also:
- Constant Field Values
-
GENERATOR
public static final String GENERATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IdGeneratorField
@Inject public IdGeneratorField(IdGeneratorEditorWidget widget)
-
-
Method Detail
-
createPopupPropertyEditor
protected BasePopupPropertyEditorWidget createPopupPropertyEditor(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
- Specified by:
createPopupPropertyEditorin classBasePopupField
-
-