public abstract class AutoFormField extends Object
| Constructor and Description |
|---|
AutoFormField(EntityFormView.PropertyInView fm) |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractPropertyEditor<?,?> |
getEditor() |
int |
getOrder() |
EntityFormView.PropertyInView |
getPropertyInView() |
abstract boolean |
isEnabled() |
abstract void |
setEnabled(boolean value) |
public AutoFormField(EntityFormView.PropertyInView fm)
public EntityFormView.PropertyInView getPropertyInView()
public int getOrder()
public abstract AbstractPropertyEditor<?,?> getEditor()
public abstract void setEnabled(boolean value)
public abstract boolean isEnabled()
Copyright © 2018. All rights reserved.