public class AutoFormSimpleField extends AutoFormField
| Constructor and Description |
|---|
AutoFormSimpleField(EntityFormView.PropertyInView fm,
AbstractFormPropertyEditor<?,?> e) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPropertyEditor<?,?> |
getEditor() |
org.gwtbootstrap3.client.ui.FormLabel |
getLabel() |
org.gwtbootstrap3.client.ui.gwt.FlowPanel |
getPanel() |
boolean |
isEnabled() |
void |
setEnabled(boolean value) |
void |
setFullWidth(boolean fw) |
getOrder, getPropertyInViewpublic AutoFormSimpleField(EntityFormView.PropertyInView fm, AbstractFormPropertyEditor<?,?> e)
public void setEnabled(boolean value)
setEnabled in class AutoFormFieldpublic boolean isEnabled()
isEnabled in class AutoFormFieldpublic org.gwtbootstrap3.client.ui.FormLabel getLabel()
public org.gwtbootstrap3.client.ui.gwt.FlowPanel getPanel()
public void setFullWidth(boolean fw)
public AbstractPropertyEditor<?,?> getEditor()
getEditor in class AutoFormFieldCopyright © 2018. All rights reserved.