public class ViewState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewState.Filter |
| Constructor and Description |
|---|
ViewState(String id) |
ViewState(ViewState viewState) |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildId(Long projectId,
Long labelId,
String filter) |
boolean |
equals(Object o) |
String |
getGroupBy() |
String |
getId() |
String |
getOrderBy() |
ViewType |
getViewType() |
int |
hashCode() |
boolean |
isEmpty() |
void |
setGroupBy(String groupBy) |
void |
setOrderBy(String orderBy) |
void |
setViewType(ViewType viewType) |
public ViewState(String id)
public ViewState(ViewState viewState)
public String getId()
public String getOrderBy()
public void setOrderBy(String orderBy)
public void setGroupBy(String groupBy)
public String getGroupBy()
public void setViewType(ViewType viewType)
public ViewType getViewType()
public boolean isEmpty()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.