|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.cpl.datasource.IlpAbstractAdapter
ilog.cpl.list.IlpListAdapter
ilog.cpl.table.IlpTableListAdapter
public class IlpTableListAdapter
This class adapts a data source to a table list model.
It defines the default business object conversion
from IlpObject to IlpTableRow.
This class is stylable using cascading style sheets. The
CSS customization is done using files that are loaded in method
IlpListAdapter.setStyleSheets(java.lang.String[]).
The following extract illustrates the adapter customization for the table component:
Table {
adapter: true;
}
Adapter {
acceptedClass: "business class name";
filter: @+myFilter;
}
Subobject#myFilter {
class: ...;
}
Please refer to the properties defined by this adapter class for information about how each property can be customized using cascading style sheets.
| Field Summary |
|---|
| Fields inherited from interface ilog.cpl.css.IlpStylable |
|---|
UPDATE_ALL_MASK, UPDATE_COMPONENT_MASK, UPDATE_NONE_MASK, UPDATE_OBJECTS_MASK |
| Fields inherited from interface ilog.views.util.styling.IlvStylable |
|---|
APPLIED_RULE_MASK, BAD_CLASS_MASK, BAD_PROP_MASK, BAD_PROP_WITH_STACK_MASK, CREATED_MASK, DECL_MASK, DECL_VALUE_MASK, FAILED_CONVERSIONS_MASK, TIME_REPORT_MASK, WARNING_PROP_MASK |
| Constructor Summary | |
|---|---|
IlpTableListAdapter()
Creates a new table list adapter using the default context. |
|
IlpTableListAdapter(IlpContext context)
Creates a new table list adapter using a given context. |
|
| Method Summary | |
|---|---|
protected IlpStylable |
createCSSDelegate()
Creates the stylable object that will be used to customize the adapter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.cpl.datasource.DataSourceListener |
|---|
batchEnded, batchStarted |
| Constructor Detail |
|---|
public IlpTableListAdapter()
IlpSystem.GetDefaultContext()public IlpTableListAdapter(IlpContext context)
context - The context for this adapter.IlpContext| Method Detail |
|---|
protected IlpStylable createCSSDelegate()
createCSSDelegate in class IlpListAdapter
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||