|
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.SimpleTableUIDataSource
| Field Summary | |
protected int |
indexOfFirstVisibleRow |
protected TwoDDataSource |
twoDDataSource |
| 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 | |
SimpleTableUIDataSource()Constructor declaration |
|
SimpleTableUIDataSource(TwoDDataSource twoDDataSource)Constructor declaration |
|
| Method Summary | |
void |
addRows(int howMany)Method declaration |
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)Only called for TYPE_FORMVALUE columns. |
java.lang.String |
getImageAt(int rowIndex, int columnIndex)Only called for TYPE_IMAGE columns. |
java.lang.String |
getImageAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
java.lang.String |
getImageHeightAt(int rowIndex, int columnIndex) |
java.lang.String |
getImageHeightAt(int rowIndex, int columnIndex, int itemIndex)Method declaration |
java.lang.String |
getImageWidthAt(int rowIndex, int columnIndex) |
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() |
TwoDDataSource |
getTwoDDataSource() |
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)Method declaration |
boolean |
isColumnHidden(int columnIndex)Method declaration |
boolean |
isReadOnly(int rowIndex, int columnIndex) |
void |
moveRow(int oldIndex, int newIndex)Method declaration |
void |
removeAllRows()Method declaration |
void |
removeRowAt(int index)Method declaration |
void |
setDataAt(int rowIndex, int columnIndex, java.lang.Object obj)Method declaration |
void |
setIndexOfFirstVisibleRow(int index)Method declaration |
void |
setTwoDDataSource(TwoDDataSource twoDDataSource) |
void |
sort(int columnIndex, boolean ascending)Method declaration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int indexOfFirstVisibleRow
protected TwoDDataSource twoDDataSource
| Constructor Detail |
public SimpleTableUIDataSource()
public SimpleTableUIDataSource(TwoDDataSource twoDDataSource)
twoDDataSource -| Method Detail |
public TwoDDataSource getTwoDDataSource()
public void setTwoDDataSource(TwoDDataSource twoDDataSource)
twoDDataSource -public int getColumnCount()
getColumnCount in interface TwoDDataSourcepublic int getColumnType(int columnIndex)
getColumnType in interface TwoDDataSourcecolumnIndex -public java.lang.String[] getColumnNames()
getColumnNames in interface TwoDDataSourcepublic int getColumnSortingStatus(int columnIndex)
getColumnSortingStatus in interface TwoDDataSourcecolumnIndex -public int getRowCount()
getRowCount in interface TwoDDataSource
public java.lang.Object getDataAt(int rowIndex,
int columnIndex)
getDataAt in interface TwoDDataSourcerowIndex -columnIndex -
public void setDataAt(int rowIndex,
int columnIndex,
java.lang.Object obj)
setDataAt in interface TwoDDataSourcerowIndex -columnIndex -obj -
public boolean isReadOnly(int rowIndex,
int columnIndex)
isReadOnly in interface TwoDDataSourcerowIndex -columnIndex -public void addRows(int howMany)
addRows in interface TwoDDataSourcehowMany -public void insertRowAt(int index)
insertRowAt in interface TwoDDataSourceindex -public void removeRowAt(int index)
removeRowAt in interface TwoDDataSourceindex -public void removeAllRows()
removeAllRows in interface TwoDDataSource
public void moveRow(int oldIndex,
int newIndex)
moveRow in interface TwoDDataSourceoldIndex -newIndex -
public void sort(int columnIndex,
boolean ascending)
sort in interface TwoDDataSourcecolumnIndex -ascending -public int getMaximumLength(int columnIndex)
TwoDDataSourcegetMaximumLength in interface TwoDDataSourcecolumnIndex -public java.text.DateFormat getDateFormat(int columnIndex)
TwoDDataSourcegetDateFormat in interface TwoDDataSourcecolumnIndex -public java.lang.String[] getEnumValues(int columnIndex)
TwoDDataSourcegetEnumValues in interface TwoDDataSourcecolumnIndex -public int getColumnAlignment(int columnIndex)
TableUIDataSourcegetColumnAlignment in interface TableUIDataSourcecolumnIndex -
public java.lang.String getUrlAt(int rowIndex,
int columnIndex)
TableUIDataSourcegetUrlAt in interface TableUIDataSourcerowIndex -columnIndex -
public java.lang.String getImageAt(int rowIndex,
int columnIndex)
TableUIDataSourcegetImageAt 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)
TableUIDataSourcegetFormValueName in interface TableUIDataSourcecolumnIndex -public boolean isColumnHidden(int columnIndex)
TableUIDataSourceisColumnHidden in interface TableUIDataSourcecolumnIndex -public int getIndexOfFirstVisibleRow()
TableUIDataSourcegetIndexOfFirstVisibleRow in interface TableUIDataSourcepublic void setIndexOfFirstVisibleRow(int index)
setIndexOfFirstVisibleRow in interface TableUIDataSourceindex -public int getItemCount(int columnIndex)
TableUIDataSourcegetItemCount in interface TableUIDataSourcecolumnIndex -public int getItemLayout(int columnIndex)
TableUIDataSourcegetItemLayout in interface TableUIDataSourcecolumnIndex -public int getItemSpacing(int columnIndex)
TableUIDataSourcegetItemSpacing in interface TableUIDataSourcecolumnIndex -
public int getItemType(int columnIndex,
int itemIndex)
TableUIDataSourcegetItemType in interface TableUIDataSourcecolumnIndex -itemIndex -
public java.lang.Object getDataAt(int rowIndex,
int columnIndex,
int itemIndex)
TableUIDataSourcegetDataAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getImageAt(int rowIndex,
int columnIndex,
int itemIndex)
TableUIDataSourcegetImageAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getImageWidthAt(int rowIndex,
int columnIndex,
int itemIndex)
TableUIDataSourcegetImageWidthAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getImageHeightAt(int rowIndex,
int columnIndex,
int itemIndex)
TableUIDataSourcegetImageHeightAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
public java.lang.String getUrlAt(int rowIndex,
int columnIndex,
int itemIndex)
TableUIDataSourcegetUrlAt in interface TableUIDataSourcerowIndex -columnIndex -itemIndex -
|
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 | |||||||||