public class TableDocument extends TableDocument
TableDocument.TableLinkTABLE_PROPERTIES_PAGE_GROUPchange, PERSISTENCE_DEFINITION_NAMEACCESS_DOCUMENT_AUTHORIZATION| Constructor and Description |
|---|
TableDocument() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
__call__()
Deprecated.
this method now return self alwais.
|
java.util.Iterator<Feature> |
__iter__() |
int |
__len__() |
void |
abort() |
void |
append(java.lang.Object... values) |
void |
commit() |
void |
deselect(FeatureSelection selection) |
void |
edit() |
FeatureSet |
features(java.lang.String filterExpresion,
java.lang.String sortby,
boolean asc) |
FeatureType |
getSchema() |
FeatureSelection |
getSelecion() |
boolean |
isSelected(Feature feature) |
void |
select(FeatureSelection selection) |
void |
update(Feature feature) |
void |
updateSchema(FeatureType schema) |
addLinkTable, contains, doDispose, getAssociatedLayer, getDataStore, getFeatureStore, getFeatureStoreModel, getField1, getField2, getFormattingPattern, getLinks, getLinkTable, getQuery, getStore, hasLinks, isAvailable, isTemporary, loadFromState, refresh, removeLinkTable, removeLinkTable, saveToState, setAssociatedLayer, setFormattingPattern, setLinkTable, setStore, updateaddListener, addPropertyChangeListener, afterAdd, afterRemove, callCreateWindow, exportDocumentAsText, getComment, getCreationDate, getFactory, getMainComponent, getMainWindow, getName, getOpenWhenTheUserCreates, getOwner, getProject, getProperties, getPropertiesWindow, getProperty, getTypeName, getWindowLayout, isLocked, isModified, lock, raiseEventCreateWindow, registerPersistent, setComment, setCreationDate, setModified, setName, setOwner, setProject, setProperty, setStateFromText, setWindowLayout, toString, unlockdispose, disposepublic FeatureSet features(java.lang.String filterExpresion, java.lang.String sortby, boolean asc)
filterExpresion, - optionalsortby, - optionalasc, - optionalpublic java.util.Iterator<Feature> __iter__()
public int __len__()
public void edit()
public void append(java.lang.Object... values)
public void updateSchema(FeatureType schema)
schema - public void update(Feature feature)
feature - public FeatureType getSchema()
public void commit()
public void abort()
public FeatureSelection getSelecion()
public void select(FeatureSelection selection)
selection - public void deselect(FeatureSelection selection)
selection - public boolean isSelected(Feature feature)
feature - public java.lang.Object __call__()