| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.examples.picker |
Contains the classes used by the example picker.
|
| Modifier and Type | Field and Description |
|---|---|
static ExampleData[] |
ExampleData.AJAX_EXAMPLES
AJAX examples.
|
static ExampleData[] |
ExampleData.FEEDBACK_AND_INDICATORS
Examples showing (non-interactive) feedback and indicator controls.
|
static ExampleData[] |
ExampleData.FORM_CONTROLS
Examples showing (interactive) form controls.
|
static ExampleData[] |
ExampleData.LAYOUT_EXAMPLES
Layout examples.
|
static ExampleData[] |
ExampleData.LINK_EXAMPLES
WLink and similar linky examples.
|
static ExampleData[] |
ExampleData.MENU_EXAMPLES
Menu examples.
|
static ExampleData[] |
ExampleData.MISC_EXAMPLES
Other miscellaneous examples.
|
static ExampleData[] |
ExampleData.POPUP_EXAMPLES
Examples of pop-up windows, dialogs, etc.
|
static ExampleData[] |
ExampleData.SUBORDINATE_EXAMPLES
Subordinate control examples.
|
static ExampleData[] |
ExampleData.TABSET_EXAMPLES
Tabset examples.
|
static ExampleData[] |
ExampleData.VALIDATION_EXAMPLES
Validation examples.
|
static ExampleData[] |
ExampleData.WDATATABLE_EXAMPLES
WDataTable examples.
|
static ExampleData[] |
ExampleData.WTABLE_EXAMPLES
WTable examples.
|
| Modifier and Type | Method and Description |
|---|---|
ExampleData |
ExamplePickerTree.ExampleMenuList.getDefaultExample()
Get the default example for a group when a group node is selected.
|
ExampleData |
ExamplePickerTree.ExampleMenuList.getExampleData(int row)
Get the data for a particular row.
|
ExampleData |
ExamplePickerTree.MenuTreeModel.getExampleData(List<Integer> row)
Get the data for a given row.
|
ExampleData |
ExamplePickerTree.getSelectedExampleData()
Get the example which is selected in the tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExampleData> |
ExamplePickerTree.ExampleMenuList.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExamplePickerTree.addExamples(String groupName,
ExampleData[] entries)
Add a set of examples to the WTree.
|
void |
TreePicker.selectExample(ExampleData data)
Selects an example.
|
| Constructor and Description |
|---|
ExampleMenuList(String listName,
ExampleData[] entries)
Create an example menu list.
|
Copyright © 2024. All rights reserved.