public interface OdsxResultSetInterface extends FwkItemInterface, javax.infobus.DataItem
INFOBUS_SOURCE
AUTHOR, BUILDNR, COMPANY, COPYRIGHT, DATE_FORMAT, DEFAULT_ICON, DESCRIPTION, INTERNET, LARGE_ICON, LARGE_KEY_EXT, LARGE_OPAQUE_ICON, LARGE_OPAQUE_KEY_EXT, OPAQUE_ICON, OPAQUE_KEY_EXT, RCS_DATE_FORMAT, SUPPORT_EMAIL, TITLE_NAME
Modifier and Type | Method and Description |
---|---|
void |
attach()
Increase the reference counter.
|
CommandInterface |
createdBy()
Return the command that created the result.
|
int |
findColumn(java.lang.String name)
Find a specific column.
|
java.lang.String |
getCellStringValue(int column,
int row)
Get the cell string value.
|
int |
getColumnCount()
Get the column count.
|
int |
getColumnDisplaySize(int column)
Indicates the designated column's normal maximum width in characters.
|
java.lang.String[] |
getColumnStringValue(int column)
Get the column string value.
|
ElemResultSet[] |
getElemResultSet()
Get the ODS Result set of a ODS query
|
ResultColumnInterface[] |
getResultColumns()
Get the result columns.
|
int |
getRowCount()
Get the row count.
|
java.lang.String[] |
getRowStringValue(int row)
Get the row string value.
|
java.lang.String[] |
listColumns(java.lang.String pattern)
List attribute names belong to the result set.
|
void |
setLocale(java.util.Locale locale)
Set the locale of for this resultset.
|
void |
sort(int colIdx,
boolean asc)
Order the rows by a special column.
|
void |
sort(java.lang.String name,
boolean asc)
Order the rows by a special column.
|
fireItemAdded, fireItemDeleted, fireItemRevoked, fireItemValueChanged, getProperty, getPropertyGroup, setProperty, setPropertyGroup, suspendChangeManager
getCommands, getPersistentObjectNames
destroyController
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, isPropertyChangeEventSuspended, removePropertyChangeListener, removePropertyChangeListener, setSource, suspendPropertyChangeEvents
addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeArray, getVetoableChangeListenerArray, getVetoableChangeListenerArray, removeVetoableChangeListener, removeVetoableChangeListener
getAuthor, getBuild, getClassName, getCompany, getCompanyInternetAddress, getCopyright, getCreationDate, getCreationDate, getDateFormatString, getDescription, getIcon, getIcon, getIconKey, getIconKey, getName, getPresentationString, getPresentationString, getSupportEMail, getTitle, getTitleName, setAuthor, setBuild, setClassName, setCompany, setCompanyInternetAddress, setCopyright, setCreationDate, setCreationDate, setDateFormatString, setDescription, setDescriptor, setIcon, setIcon, setIconKey, setIconKey, setName, setSupportEMail, setTitleName
getTransferData, getTransferDataFlavors, isDataFlavorSupported
addCommand, addCommand, addToGroup, addToGroup, clearCommands, commandsAvailable, deleteGroup, getCommand, getCommands, getGroup, groupExists, removeCommand, removeFromGroup, setCommands
getPresentationString, getPresentationString
getVersion, release
void attach()
java.lang.String[] listColumns(java.lang.String pattern)
pattern
- The pattern that must fulfill by the returned names.int findColumn(java.lang.String name)
name
- the name of the column.int getColumnDisplaySize(int column)
column
- The column index.java.lang.String[] getColumnStringValue(int column)
column
- The column index.java.lang.String[] getRowStringValue(int row)
row
- The row index.java.lang.String getCellStringValue(int column, int row)
column
- The column index.row
- The row index.int getColumnCount()
int getRowCount()
ResultColumnInterface[] getResultColumns()
CommandInterface createdBy()
ElemResultSet[] getElemResultSet()
ElemResultSet
void setLocale(java.util.Locale locale)
locale
- the Locale object.void sort(int colIdx, boolean asc)
colidx
- Column index to be the creteria.asc
- if true the order is ascending.void sort(java.lang.String name, boolean asc)
name
- Column name to be the creteria.asc
- if true the order is ascending.