|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfdt.view.common.binding.creator.v2.PatternOptions
oracle.adfdt.view.rich.binding.pattern.table.TableOptions
public final class TableOptions
Binding options that allow the user to change the structure and functionality of the table, and help choose what columns should compose the table.
| Method Summary | |
|---|---|
java.util.List<Widget> |
getAvailableWidgets(Column column)
Returns the set of usable widgets for the given column definition. |
java.util.List<Column> |
getColumns()
Returns the current set of columns that the table will create when constructing the table. |
boolean |
isFiltered()
Determines whether or not the pattern should create or modify the table to support column based filtering. |
boolean |
isReadOnly()
When true, all columns that are auto generated (that is, the component that is picked by the table pattern) will default to read only controls. |
boolean |
isSelectionEnabled()
Returns true if the pattern should create or modify the table to support selection of the columns. |
boolean |
isSorted()
Returns true if the pattern should create or modify the table to support column based sorting. |
void |
setColumns(java.util.List<Column> fields)
Sets the columns to use to create the table. |
void |
setFiltered(boolean filtered)
Returns true if the pattern should create or modify the table to support column based filtering. |
void |
setReadOnly(boolean readOnly)
Only affects the default generation of column components, where only read only patterns will be considered. |
void |
setSelectionEnabled(boolean enabled)
Determines whether or not the pattern should create or modify the table to support selection of the columns. |
void |
setSorted(boolean sorted)
Determines whether or not the pattern should create or modify the table to support column based sorting. |
| Methods inherited from class oracle.adfdt.view.common.binding.creator.v2.PatternOptions |
|---|
merge |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setColumns(java.util.List<Column> fields)
public java.util.List<Column> getColumns()
public void setFiltered(boolean filtered)
public boolean isFiltered()
public boolean isSorted()
public void setSorted(boolean sorted)
public boolean isSelectionEnabled()
public void setSelectionEnabled(boolean enabled)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public java.util.List<Widget> getAvailableWidgets(Column column)
|
Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components 11g Release 2 (11.1.2.0.0) E18581-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||