public class TableDocument extends TableDocument
TableDocument.TableLink
TABLE_PROPERTIES_PAGE_GROUP
change, PERSISTENCE_DEFINITION_NAME
ACCESS_DOCUMENT_AUTHORIZATION
Constructor and Description |
---|
TableDocument() |
Modifier and Type | Method and Description |
---|---|
Object |
__call__()
Deprecated.
this method now return self alwais.
|
Iterator<Feature> |
__iter__() |
int |
__len__() |
void |
abort() |
void |
append(Object... values) |
void |
commit() |
void |
deselect(FeatureSelection selection) |
void |
edit() |
FeatureSet |
features(String filterExpresion,
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, getAssociatedLayer, getFeatureStore, getFeatureStoreModel, getField1, getField2, getFormattingPattern, getLinks, getLinkTable, getQuery, getStore, hasLinks, isAvailable, isTemporary, loadFromState, removeLinkTable, removeLinkTable, saveToState, setAssociatedLayer, setFormattingPattern, setLinkTable, setStore, update
addListener, addPropertyChangeListener, afterAdd, afterRemove, callCreateWindow, exportDocumentAsText, getComment, getCreationDate, getFactory, getMainComponent, getMainWindow, getName, getOwner, getProject, getPropertiesWindow, getTypeName, getWindowLayout, isLocked, isModified, lock, raiseEventCreateWindow, registerPersistent, setComment, setCreationDate, setModified, setName, setOwner, setProject, setStateFromText, setWindowLayout, toString, unlock
public FeatureSet features(String filterExpresion, String sortby, boolean asc)
filterExpresion,
- optionalsortby,
- optionalasc,
- optionalpublic int __len__()
public void edit()
public void append(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 Object __call__()