Class AbstractField
- java.lang.Object
-
- org.uberfire.ext.properties.editor.client.fields.AbstractField
-
- Direct Known Subclasses:
BooleanField,ColorField,ComboField,SecretTextField,TextField
public abstract class AbstractField extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractField()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringgetValidatorErrorMessage(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property, String value)protected booleanvalidate(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property, String value)abstract com.google.gwt.user.client.ui.Widgetwidget(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
-
-
-
Method Detail
-
widget
public abstract com.google.gwt.user.client.ui.Widget widget(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
-
validate
protected boolean validate(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property, String value)
-
-