public class FeatureTableJDynFormSet extends AbstractJDynFormSet
JDynFormSet.JDynFormSetListeneractionsBuffer, autosave, contents, definition, formHeight, formWidth, layoutMode, listeners, manager, readOnly, valuesUSE_PLAIN, USE_SEPARATORS, USE_TABS| Constructor and Description |
|---|
FeatureTableJDynFormSet(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 |
setFormSize(int width,
int height) |
void |
setReadOnly(boolean readOnly) |
void |
setValues(DynObjectSet values) |
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, setLayoutMode, setUseScrollBarspublic FeatureTableJDynFormSet(ServiceManager manager, DynFormDefinition definition) throws ServiceException
ServiceExceptionpublic javax.swing.JComponent asJComponent()
ComponentJComponent.JComponentpublic void setValues(java.util.List values)
throws ServiceException
setValues in interface JDynFormSetsetValues in class AbstractJDynFormSetServiceExceptionpublic void setValues(DynObjectSet values) throws ServiceException
setValues in interface JDynFormSetsetValues in class AbstractJDynFormSetServiceExceptionpublic void setReadOnly(boolean readOnly)
setReadOnly in interface JDynFormSetsetReadOnly in class AbstractJDynFormSetpublic void setFormSize(int width,
int height)
setFormSize in interface JDynFormSetsetFormSize in class AbstractJDynFormSetpublic int getCurrentIndex()
public void setCurrentIndex(int index)
public void addAction(javax.swing.Action action)
public boolean hasValidValues()
public boolean hasValidValues(java.util.List<java.lang.String> fieldsName)
public java.util.List getValues()