public class FinderSegment<T> extends Object
FinderPath.| Modifier and Type | Class and Description |
|---|---|
static interface |
FinderSegment.DropdownCallback<T> |
static class |
FinderSegment.DropdownItem<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(FinderColumn<T> column) |
void |
dropdown(FinderContext context,
FinderSegment.DropdownCallback<T> callback) |
boolean |
equals(Object o) |
String |
getColumnId() |
String |
getColumnTitle() |
String |
getItemId() |
String |
getItemTitle() |
int |
hashCode() |
boolean |
supportsDropdown() |
String |
toString() |
public void connect(FinderColumn<T> column)
public String getColumnId()
public String getItemId()
public String getColumnTitle()
public String getItemTitle()
public boolean supportsDropdown()
true if this segment was initialized with a column which has an breadcrumb item handler and either initial
items, an items provider or a breadcrumb items provider.public void dropdown(FinderContext context, FinderSegment.DropdownCallback<T> callback)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.