KIE Uberfire Properties Editor Widget Client 6.2.0.CR1

org.kie.uberfire.properties.editor.client.fields
Class AbstractField

java.lang.Object
  extended by org.kie.uberfire.properties.editor.client.fields.AbstractField
Direct Known Subclasses:
BooleanField, ComboField, SecretTextField, TextField

public abstract class AbstractField
extends Object


Constructor Summary
AbstractField()
           
 
Method Summary
protected  String getValidatorErrorMessage(PropertyEditorFieldInfo property, String value)
           
protected  boolean validate(PropertyEditorFieldInfo property, String value)
           
abstract  com.google.gwt.user.client.ui.Widget widget(PropertyEditorFieldInfo property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractField

public AbstractField()
Method Detail

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)

KIE Uberfire Properties Editor Widget Client 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.