|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.beans.table.TableFormat
A deprecated class.
TableBean
Field Summary | |
static int |
COLUMN_BANDING_MASK
Deprecated. Mask value indicating that this TableFormat should specify column banding. |
static int |
DEFAULT_WRAP_MASK
Deprecated. Mask value indicating that this TableFormat should specify default wrapping on cells. |
static int |
HIDE_GRID_MASK
Deprecated. Mask value indicating that this TableFormat should not show a grid line. |
static int |
ICON_BUTTON_FORMAT_MASK
Deprecated. Mask value indicating that this TableFormat should specify an icon or button data type. |
static int |
NO_BANDING_MASK
Deprecated. Mask value indicating that this TableFormat should specify no banding. |
static int |
NO_WRAP_MASK
Deprecated. Mask value indicating that this TableFormat should specify no wrapping on cells. |
static int |
NUMBER_FORMAT_MASK
Deprecated. Mask value indicating that this TableFormat should specify a number data type. |
static int |
ROW_BANDING_MASK
Deprecated. Mask value indicating that this TableFormat should specify row banding. |
static int |
SHOW_GRID_MASK
Deprecated. Mask value indicating that this TableFormat should show a grid line. |
static int |
TEXT_FORMAT_MASK
Deprecated. Mask value indicating that this TableFormat should specify a text data type. |
Constructor Summary | |
TableFormat(int mask)
Deprecated. Create a TableFormat based on a mask of formatting constants. |
Method Summary | |
static TableFormat |
getColumnBandingFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table column has column banding. |
static TableFormat |
getDefaultWrapFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table cell has default text wrapping behavior. |
static TableFormat |
getHideGridFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table grid should not be rendered. |
static TableFormat |
getIconButtonFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table column has an icon or action button data type. |
DataObject |
getItem(int index)
Deprecated. Returns the DataObject at the index. |
int |
getLength()
Deprecated. Returns the number of items in the data set. |
static TableFormat |
getNoBandingFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table column has no banding. |
static TableFormat |
getNoWrapFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table cell has no wrapping. |
static TableFormat |
getNumberFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table column has a number data type. |
static TableFormat |
getRowBandingFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table column has row banding. |
static TableFormat |
getShowGridFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table grid should be rendered. |
static TableFormat |
getTextFormat()
Deprecated. Retrive the TableFormat which, when queried, always signifies that a Table column has a text data type. |
DataSet |
selectChildren(java.lang.Object select)
Deprecated. There are no children. |
java.lang.Object |
selectValue(java.lang.Object select)
Deprecated. Given a select string, returns the value matching that selection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SHOW_GRID_MASK
public static final int HIDE_GRID_MASK
public static final int TEXT_FORMAT_MASK
public static final int NUMBER_FORMAT_MASK
public static final int ICON_BUTTON_FORMAT_MASK
public static final int ROW_BANDING_MASK
public static final int COLUMN_BANDING_MASK
public static final int NO_BANDING_MASK
public static final int NO_WRAP_MASK
public static final int DEFAULT_WRAP_MASK
Constructor Detail |
public TableFormat(int mask)
Method Detail |
public static TableFormat getShowGridFormat()
public static TableFormat getHideGridFormat()
public static TableFormat getTextFormat()
public static TableFormat getNumberFormat()
public static TableFormat getIconButtonFormat()
public static TableFormat getNoBandingFormat()
public static TableFormat getRowBandingFormat()
public static TableFormat getColumnBandingFormat()
public static TableFormat getDefaultWrapFormat()
public static TableFormat getNoWrapFormat()
public int getLength()
getLength
in interface DataObjectList
public DataObject getItem(int index)
getItem
in interface DataObjectList
public DataSet selectChildren(java.lang.Object select)
selectChildren
in interface DataObject
oracle.cabo.share.data.DataObject
select
- a select criterion, syntax as defined by the
implementation of this interface.public java.lang.Object selectValue(java.lang.Object select)
getDataSet()
.
selectValue
in interface DataObject
select
- a select criterion, syntax as defined by the
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |