|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableView2
Provides access to members that interact with table.
The TableView will show all of the fields in the Table, not just those set on the QueryFilter's SubFields.
Method Summary | |
---|---|
ISelectionSet |
getSelectionSet()
Selection set of records to show/select. |
ITable |
getTable()
Table to view/edit. |
boolean |
isShowAliasNamesInColumnHeadings()
Show alias names or the real field name in column headings. |
boolean |
isShowSelected()
Show only features that are selected. |
void |
setAllowEditing(boolean rhs1)
Allow editing. |
void |
setCallbackByRef(ITableViewCallback rhs1)
The call back routine. |
void |
setQueryFilterByRef(IQueryFilter rhs1)
QueryFilter of records to show. |
void |
setSelectionSetByRef(ISelectionSet ppSelection)
Selection set of records to show/select. |
void |
setShowAliasNamesInColumnHeadings(boolean pShowAliases)
Show alias names or the real field name in column headings. |
void |
setShowSelected(boolean pShowSelected)
Show only features that are selected. |
void |
setTableByRef(ITable ppTable)
Table to view/edit. |
void |
setTableSelectionAction(int rhs1)
Action to perform when table selections are made. |
void |
show(int parentHWnd,
tagRECT initialExtent,
boolean initiallyVisible)
Show table. |
Method Detail |
---|
void setTableByRef(ITable ppTable) throws IOException, AutomationException
ppTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryFilterByRef(IQueryFilter rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet ppSelection) throws IOException, AutomationException
ppSelection
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTableSelectionAction(int rhs1) throws IOException, AutomationException
rhs1
- A com.esri.arcgis.geodatabaseui.esriTableSelectionActions constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowSelected(boolean pShowSelected) throws IOException, AutomationException
pShowSelected
- The pShowSelected (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowAliasNamesInColumnHeadings(boolean pShowAliases) throws IOException, AutomationException
pShowAliases
- The pShowAliases (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCallbackByRef(ITableViewCallback rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabaseui.ITableViewCallback (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void show(int parentHWnd, tagRECT initialExtent, boolean initiallyVisible) throws IOException, AutomationException
parentHWnd
- The parentHWnd (A COM typedef) (in)initialExtent
- A Structure: com.esri.arcgis.system.tagRECT (in)initiallyVisible
- The initiallyVisible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable getTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowSelected() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowAliasNamesInColumnHeadings() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAllowEditing(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |