public class AutoListRow extends AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>
| Constructor and Description |
|---|
AutoListRow(net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO dto,
EntityModel model,
AbstractAutoFormContainer<?> 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, getEntityModelpublic AutoListRow(net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO dto,
EntityModel model,
AbstractAutoFormContainer<?> container)
public void bld()
bld in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public void findFields(List<AutoFormFieldInfo> fields)
findFields in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public void bind(JSEntity entity, String viewName)
bind in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public void setEnabled(boolean value)
setEnabled in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public boolean validate()
validate in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public void applyChanges()
applyChanges in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public boolean isModified()
isModified in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>public void persist(JsonRPCTransaction transaction)
persist in class AbstractEditorRow<net.inveed.gwt.editor.shared.forms.rows.EditorListRowDTO>Copyright © 2018. All rights reserved.