Package | Description |
---|---|
com.xalys.xgl.menu | |
com.xalys.xgl.table | |
com.xalys.xgl.tree |
Modifier and Type | Field and Description |
---|---|
protected Getter<E,T> |
TextInputMenuItem.getter |
protected Getter<E,T> |
CheckBoxMenuItem.getter |
Constructor and Description |
---|
CheckBoxMenuItem(E entity,
Getter<E,T> getter) |
CheckBoxMenuItem(HTMLLIElement element,
E entity,
Getter<E,T> getter) |
TextInputMenuItem(E entity,
Getter<E,T> getter) |
TextInputMenuItem(HTMLLIElement element,
E entity,
Getter<E,T> getter) |
Modifier and Type | Interface and Description |
---|---|
interface |
Accessor<E,T> |
Modifier and Type | Class and Description |
---|---|
class |
StringAccessor |
Modifier and Type | Method and Description |
---|---|
Getter<E,T> |
TableColumn.getGetter() |
Modifier and Type | Method and Description |
---|---|
void |
TableColumn.setComparator(Getter<E,T> comparatorGetter,
Comparator<T> comparator) |
void |
TableColumn.setGetter(Getter<E,T> getter) |
Constructor and Description |
---|
TableColumn(Getter<E,T> getter) |
TableColumn(Getter<E,T> getter,
double width,
Unit unit) |
TableColumn(Getter<E,T> getter,
double width,
Unit unit,
String title) |
TableColumn(Getter<E,T> getter,
int width) |
TableColumn(Getter<E,T> getter,
int width,
String title) |
TableColumn(Getter<E,T> getter,
Setter<E,T> setter) |
TableColumn(Getter<E,T> getter,
Setter<E,T> setter,
double width,
Unit unit) |
TableColumn(Getter<E,T> getter,
Setter<E,T> setter,
double width,
Unit unit,
String title) |
TableColumn(Getter<E,T> getter,
Setter<E,T> setter,
int width) |
TableColumn(Getter<E,T> getter,
Setter<E,T> setter,
int width,
String title) |
TableColumn(Getter<E,T> getter,
Setter<E,T> setter,
String title) |
TableColumn(Getter<E,T> getter,
String title) |
TableDragSource(AllowDrag<E> allowDrag,
Getter<E,String> getter) |
Constructor and Description |
---|
TreeDragSource(AllowDrag<E> allowDrag,
Getter<E,String> getter) |
Copyright © 2018 Xalys. All rights reserved.