public class SimpleTableJDynFormSet extends AbstractJDynFormSet
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTableJDynFormSet.DynObjectListTableModel |
JDynFormSet.JDynFormSetListeneractionsBuffer, autosave, contents, definition, formHeight, formWidth, layoutMode, listeners, manager, readOnly, valuesUSE_PLAIN, USE_SEPARATORS, USE_TABS| Constructor and Description |
|---|
SimpleTableJDynFormSet(ServiceManager manager,
DynFormDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(javax.swing.Action action) |
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
int |
getCurrentIndex() |
java.util.List |
getValues() |
boolean |
hasValidValues() |
boolean |
hasValidValues(java.util.List<java.lang.String> fieldsName) |
void |
setCurrentIndex(int index) |
void |
setReadOnly(boolean readOnly) |
void |
setValues(java.util.List values) |
addActionToPopupMenu, addListener, addSeparatorToPopupMenu, allowClose, allowDelete, allowNew, allowSearch, allowUpdate, confirmDialog, countValues, enterStateNew, fireCloseEvent, fireFormMovedToEvent, fireMessageEvent, get, getFormValues, getLayoutMode, getManager, getServiceManager, getTagValueAsBoolean, getTagValueAsInt, getUseScrollBars, isAutosave, isInNewState, isReadOnly, leaveTheNewState, loadDefaultValueFromTags, message, message, removeListener, setAllowClose, setAllowDelete, setAllowNew, setAllowSearch, setAllowUpdate, setAutosave, setFormSize, setLayoutMode, setUseScrollBars, setValuespublic SimpleTableJDynFormSet(ServiceManager manager, DynFormDefinition definition) throws ServiceException
ServiceExceptionpublic void setValues(java.util.List values)
throws ServiceException
setValues in interface JDynFormSetsetValues in class AbstractJDynFormSetServiceExceptionpublic javax.swing.JComponent asJComponent()
ComponentJComponent.JComponentpublic int getCurrentIndex()
public void setCurrentIndex(int index)
public void addAction(javax.swing.Action action)
public void setReadOnly(boolean readOnly)
setReadOnly in interface JDynFormSetsetReadOnly in class AbstractJDynFormSetpublic boolean hasValidValues()
public boolean hasValidValues(java.util.List<java.lang.String> fieldsName)
public java.util.List getValues()