public class AutoFieldsRow extends AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>
| Constructor and Description |
|---|
AutoFieldsRow(net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO dto,
EntityModel model,
AbstractAutoFormContainer<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges() |
void |
bind(JSEntity entity,
String viewName) |
void |
bld() |
void |
findFields(List<AutoFormFieldInfo> flist) |
boolean |
isModified() |
void |
persist(JsonRPCTransaction transaction) |
void |
setEnabled(boolean value) |
boolean |
validate() |
addToParent2, getContainer, getDTO, getEntityModelpublic AutoFieldsRow(net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO dto,
EntityModel model,
AbstractAutoFormContainer<?> parent)
public void bld()
bld in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public void findFields(List<AutoFormFieldInfo> flist)
findFields in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public void bind(JSEntity entity, String viewName)
bind in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public void setEnabled(boolean value)
setEnabled in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public void applyChanges()
applyChanges in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public boolean isModified()
isModified in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public void persist(JsonRPCTransaction transaction)
persist in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>public boolean validate()
validate in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorFieldsRowDTO>Copyright © 2018. All rights reserved.