org.kie.uberfire.properties.editor.client.fields
Class AbstractField
java.lang.Object
org.kie.uberfire.properties.editor.client.fields.AbstractField
- Direct Known Subclasses:
- BooleanField, ComboField, SecretTextField, TextField
public abstract class AbstractField
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractField
public AbstractField()
widget
public abstract com.google.gwt.user.client.ui.Widget widget(PropertyEditorFieldInfo property)
validate
protected boolean validate(PropertyEditorFieldInfo property,
String value)
getValidatorErrorMessage
protected String getValidatorErrorMessage(PropertyEditorFieldInfo property,
String value)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.