public abstract class AbstractAutoFormContainer<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO> extends AbstractEditorRow<T> implements IContainer
| Constructor and Description |
|---|
AbstractAutoFormContainer(T dto,
EntityModel model,
IContainer container) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges() |
void |
bind(JSEntity entity,
String viewName) |
void |
bld() |
void |
findFields(List<AutoFormFieldInfo> fields) |
boolean |
isModified() |
void |
persist(JsonRPCTransaction transaction) |
void |
setEnabled(boolean value) |
boolean |
validate() |
addToParent2, getContainer, getDTO, getEntityModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWidgetpublic AbstractAutoFormContainer(T dto, EntityModel model, IContainer container)
public void findFields(List<AutoFormFieldInfo> fields)
findFields in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public void bld()
bld in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public void bind(JSEntity entity, String viewName)
bind in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public void setEnabled(boolean value)
setEnabled in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public boolean validate()
validate in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public boolean isModified()
isModified in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public void applyChanges()
applyChanges in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>public void persist(JsonRPCTransaction transaction)
persist in class AbstractEditorRow<T extends net.inveed.gwt.editor.shared.forms.panels.AbstractEditorPanelDTO & net.inveed.gwt.editor.shared.forms.rows.IEditorRowDTO>Copyright © 2018. All rights reserved.