|
Oracle Application Development Framework Model and Business Components Java API Reference VERSION B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.client.wm.TwoDDataSourceImpl
oracle.jbo.client.wm.WMTableUIDataSource
| Field Summary | |
protected int |
indexOfFirstVisibleRow |
| Fields inherited from interface oracle.jbo.client.wm.TableUIDataSource |
ALIGN_AUTOMATIC, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL, TYPE_BUTTON, TYPE_FORMVALUE, TYPE_IMAGE, TYPE_IMAGELINK, TYPE_LINK, TYPE_MULTIVALUE, TYPE_NUMBER_LINK |
| Fields inherited from interface oracle.jbo.client.wm.TwoDDataSource |
NOT_SORTABLE, NOT_SORTED, SORTED_ASCENDING, SORTED_DESCENDING, TYPE_BOOLEAN, TYPE_DATE, TYPE_ENUM, TYPE_NUMBER, TYPE_TEXT |
| Constructor Summary | |
WMTableUIDataSource() |
|
| Method Summary | |
void |
addRows(int howMany)Adds new rows, with default cell values. |
int |
getColumnAlignment(int columnIndex)Method declaration |
int |
getColumnCount() |
java.lang.String[] |
getColumnNames() |
int |
getColumnSortingStatus(int columnIndex) |
int |
getColumnType(int columnIndex) |
java.lang.Object |
getDataAt(int rowIndex, int columnIndex) |
java.lang.Object |
getDataAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
java.text.DateFormat |
getDateFormat(int columnIndex)Only called for TYPE_DATE columns. |
java.lang.String[] |
getEnumValues(int columnIndex)Only called for TYPE_ENUM columns. |
java.lang.String |
getFormValueName(int columnIndex)Method declaration |
java.lang.String |
getImageAt(int rowIndex, int columnIndex)Method declaration |
java.lang.String |
getImageAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
java.lang.String |
getImageHeightAt(int rowIndex, int columnIndex)Method declaration |
java.lang.String |
getImageHeightAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
java.lang.String |
getImageWidthAt(int rowIndex, int columnIndex)Method declaration |
java.lang.String |
getImageWidthAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
int |
getIndexOfFirstVisibleRow()Method declaration |
int |
getItemCount(int columnIndex)Method declaration |
int |
getItemLayout(int columnIndex)Method declaration |
int |
getItemSpacing(int columnIndex)Method declaration |
int |
getItemType(int columnIndex, int itemIndex)Method declaration |
int |
getMaximumLength(int columnIndex)Only called for TYPE_TEXT columns. |
int |
getRowCount() |
java.lang.String |
getUrlAt(int rowIndex, int columnIndex)Only called for TYPE_LINK columns. |
java.lang.String |
getUrlAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
void |
insertRowAt(int index) |
boolean |
isColumnHidden(int columnIndex)Method declaration |
boolean |
isReadOnly(int rowIndex, int columnIndex) |
void |
moveRow(int oldIndex, int newIndex) |
void |
removeAllRows() |
void |
removeRowAt(int index) |
void |
setColumnCount(int cc) |
void |
setColumnNames(java.lang.String[] cn) |
void |
setColumnSortingStatus(int[] cs) |
void |
setColumnType(int[] type) |
void |
setData(java.util.Vector obj) |
void |
setDataAt(int rowIndex, int columnIndex, java.lang.Object obj) |
void |
setDataIndex(int di) |
void |
setIndexOfFirstVisibleRow(int index)Method declaration |
void |
setLinkValue(int columnIndex, java.lang.String linkValue) |
void |
setLinkValueIndex(int index) |
void |
setLinkValueIndex(int pid, int index) |
void |
setLinkValueName(int pid, java.lang.String pName) |
void |
setRowCount(int rc) |
void |
sort(int columnIndex, boolean ascending) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.client.wm.TwoDDataSource |
addRows, getColumnCount, getColumnNames, getColumnSortingStatus, getDataAt, getDateFormat, getEnumValues, getMaximumLength, getRowCount, insertRowAt, isReadOnly, moveRow, removeAllRows, removeRowAt, setDataAt, sort |
| Field Detail |
protected int indexOfFirstVisibleRow
| Constructor Detail |
public WMTableUIDataSource()
| Method Detail |
public void setColumnType(int[] type)
public void setLinkValueIndex(int index)
public void setLinkValueIndex(int pid,
int index)
public void setLinkValueName(int pid,
java.lang.String pName)
public void setLinkValue(int columnIndex,
java.lang.String linkValue)
public int getColumnAlignment(int columnIndex)
TableUIDataSourcegetColumnAlignment in interface TableUIDataSourcecolumnIndex -public int getColumnType(int columnIndex)
getColumnType in interface TwoDDataSource
public java.lang.String getUrlAt(int rowIndex,
int columnIndex)
TableUIDataSourcegetUrlAt in interface TableUIDataSource
public java.lang.String getImageAt(int rowIndex,
int columnIndex)
getImageAt in interface TableUIDataSourcerowIndex -columnIndex -
public java.lang.String getImageWidthAt(int rowIndex,
int columnIndex)
getImageWidthAt in interface TableUIDataSourcerowIndex -columnIndex -
public java.lang.String getImageHeightAt(int rowIndex,
int columnIndex)
getImageHeightAt in interface TableUIDataSourcerowIndex -columnIndex -public java.lang.String getFormValueName(int columnIndex)
getFormValueName in interface TableUIDataSourcecolumnIndex -public boolean isColumnHidden(int columnIndex)
isColumnHidden in interface TableUIDataSourcecolumnIndex -public int getIndexOfFirstVisibleRow()
getIndexOfFirstVisibleRow in interface TableUIDataSourcepublic void setIndexOfFirstVisibleRow(int index)
setIndexOfFirstVisibleRow in interface TableUIDataSourceindex -public int getItemCount(int columnIndex)
getItemCount in interface TableUIDataSourcecolumnIndex -public int getItemLayout(int columnIndex)
getItemLayout in interface TableUIDataSourcecolumnIndex -public int getItemSpacing(int columnIndex)
getItemSpacing in interface TableUIDataSourcecolumnIndex -
public int getItemType(int columnIndex,
int itemIndex)
getItemType in interface TableUIDataSourcecolumnIndex -itemIndex -
public java.lang.Object getDataAt(int rowIndex,
int columnIndex,
int itemIndex)
getDataAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getImageAt(int rowIndex,
int columnIndex,
int itemIndex)
getImageAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getImageWidthAt(int rowIndex,
int columnIndex,
int itemIndex)
getImageWidthAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getImageHeightAt(int rowIndex,
int columnIndex,
int itemIndex)
getImageHeightAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getUrlAt(int rowIndex,
int columnIndex,
int itemIndex)
getUrlAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -public void setDataIndex(int di)
public void setColumnCount(int cc)
public int getColumnCount()
getColumnCount in interface TwoDDataSourcepublic void setColumnNames(java.lang.String[] cn)
public java.lang.String[] getColumnNames()
getColumnNames in interface TwoDDataSourcepublic void setColumnSortingStatus(int[] cs)
public int getColumnSortingStatus(int columnIndex)
getColumnSortingStatus in interface TwoDDataSourcepublic void setRowCount(int rc)
public int getRowCount()
getRowCount in interface TwoDDataSource
public java.lang.Object getDataAt(int rowIndex,
int columnIndex)
getDataAt in interface TwoDDataSource
public void setDataAt(int rowIndex,
int columnIndex,
java.lang.Object obj)
setDataAt in interface TwoDDataSourcepublic void setData(java.util.Vector obj)
public boolean isReadOnly(int rowIndex,
int columnIndex)
isReadOnly in interface TwoDDataSourcepublic void addRows(int howMany)
TwoDDataSourceaddRows in interface TwoDDataSourcepublic void insertRowAt(int index)
insertRowAt in interface TwoDDataSourcepublic void removeRowAt(int index)
removeRowAt in interface TwoDDataSourcepublic void removeAllRows()
removeAllRows in interface TwoDDataSource
public void moveRow(int oldIndex,
int newIndex)
moveRow in interface TwoDDataSource
public void sort(int columnIndex,
boolean ascending)
sort in interface TwoDDataSourcepublic int getMaximumLength(int columnIndex)
TwoDDataSourcegetMaximumLength in interface TwoDDataSourcepublic java.text.DateFormat getDateFormat(int columnIndex)
TwoDDataSourcegetDateFormat in interface TwoDDataSourcepublic java.lang.String[] getEnumValues(int columnIndex)
TwoDDataSourcegetEnumValues in interface TwoDDataSource
|
Oracle Application Development Framework Model and Business Components Java API Reference VERSION B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||