public class AssetList extends Object implements org.jboss.errai.common.client.api.IsElement
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetList.View |
| Constructor and Description |
|---|
AssetList(AssetList.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.jboss.errai.common.client.dom.HTMLElement element) |
void |
addChangeHandler(org.uberfire.mvp.Command command) |
void |
clear()
Clears the asset list.
|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
int |
getFirstIndex() |
Integer |
getStep() |
void |
onChangeAmountOfItemsShown(int step) |
void |
onPageNumberChange(int pageNumber) |
void |
onToFirstPage() |
void |
onToNextPage() |
void |
onToPrevious() |
void |
resetPageRangeIndicator()
Resets the page range.
|
void |
showEmptyState(String topic,
String message) |
@Inject public AssetList(AssetList.View view)
public void resetPageRangeIndicator()
public void clear()
public void add(org.jboss.errai.common.client.dom.HTMLElement element)
public Integer getStep()
public void onChangeAmountOfItemsShown(int step)
public void onToFirstPage()
public void onToNextPage()
public void onToPrevious()
public void onPageNumberChange(int pageNumber)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void addChangeHandler(org.uberfire.mvp.Command command)
public int getFirstIndex()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.