public class Expenses
extends com.google.gwt.place.shared.Place
| Modifier and Type | Class and Description |
|---|---|
static class |
Expenses.Tokenizer |
| Constructor and Description |
|---|
Expenses() |
Expenses(Long orderId) |
Expenses(String scrollspy) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOrderId() |
String |
getScrollspy() |
static String |
getScrollspy(Expense expense) |
static String |
getScrollspy(IncomingInvoice invoice) |
static boolean |
isCurrentTokenScrollspy()
Returns the boolean indication whether current history token represents an invoice list scrollspy.
|
public static final String PREFIX
public Expenses()
public Expenses(String scrollspy)
public Expenses(Long orderId)
public static String getScrollspy(@Nullable IncomingInvoice invoice)
public static boolean isCurrentTokenScrollspy()
true if invoice list represents scrollspy history tokenpublic Long getOrderId()
public String getScrollspy()
Copyright © 2023. All rights reserved.