| Package | Description |
|---|---|
| me.leoko.advancedgui.utils.components |
| Constructor and Description |
|---|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Function<Interaction,List<T>> itemListGenerator,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
Function<Interaction,List<T>> itemListGenerator,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
List<T> globalItemList,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
ListComponent(String id,
Action clickAction,
boolean hidden,
Interaction interaction,
List<T> globalItemList,
ListItemBuilder<T> itemComponentBuilder,
int pageSize,
int stepSize)
Instantiates a new ListComponent.
|
Copyright © 2021. All rights reserved.