Interface NewUserAttributeEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<NewUserAttributeEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<NewUserAttributeEditor>
- All Known Implementing Classes:
NewUserAttributeEditorView
- Enclosing class:
- NewUserAttributeEditor
public static interface NewUserAttributeEditor.View extends org.uberfire.client.mvp.UberView<NewUserAttributeEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewUserAttributeEditor.Viewconfigure(org.gwtbootstrap3.client.ui.form.validator.Validator<String> attributeNameValidator, org.gwtbootstrap3.client.ui.form.validator.Validator<String> attributeValueValidator)com.google.gwt.editor.client.EditorErrorcreateAttributeNameError(String value, String message)com.google.gwt.editor.client.EditorErrorcreateAttributeValueError(String value, String message)NewUserAttributeEditor.Viewreset()NewUserAttributeEditor.ViewsetShowAddButton(boolean isCreateButton)NewUserAttributeEditor.ViewsetShowForm(boolean isCreationForm)
-
-
-
Method Detail
-
configure
NewUserAttributeEditor.View configure(org.gwtbootstrap3.client.ui.form.validator.Validator<String> attributeNameValidator, org.gwtbootstrap3.client.ui.form.validator.Validator<String> attributeValueValidator)
-
createAttributeNameError
com.google.gwt.editor.client.EditorError createAttributeNameError(String value, String message)
-
createAttributeValueError
com.google.gwt.editor.client.EditorError createAttributeValueError(String value, String message)
-
reset
NewUserAttributeEditor.View reset()
-
setShowAddButton
NewUserAttributeEditor.View setShowAddButton(boolean isCreateButton)
-
setShowForm
NewUserAttributeEditor.View setShowForm(boolean isCreationForm)
-
-