| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.examples |
Contains examples of the core components of the WComponent framework.
|
| com.github.bordertech.wcomponents.examples.table |
Contains examples of using the WTable component.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonBean> |
WTreeExample.ExampleTreeModel.getData() |
| Constructor and Description |
|---|
ExampleTreeModel(List<PersonBean> data,
boolean useDocs,
boolean useImage) |
| Modifier and Type | Method and Description |
|---|---|
static List<PersonBean> |
ExampleDataUtil.createExampleData()
Creates the example data.
|
static List<PersonBean> |
ExampleDataUtil.createExampleData(int rows,
int documents)
Creates the example data.
|
List<PersonBean> |
TableExpandableContentModelExample.ExampleExpandableModel.getData() |
List<PersonBean> |
PersonBean.getMore() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonBean.setMore(List<PersonBean> more) |
| Constructor and Description |
|---|
ExampleExpandableModel(List<PersonBean> data,
Class<? extends WComponent> renderer) |
Copyright © 2024. All rights reserved.