public class IncomingInvoices
extends com.google.gwt.place.shared.Place
| Modifier and Type | Class and Description |
|---|---|
static class |
IncomingInvoices.Tokenizer |
| Constructor and Description |
|---|
IncomingInvoices() |
IncomingInvoices(Long orderId) |
IncomingInvoices(String scrollspy) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOrderId() |
String |
getScrollspy() |
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 IncomingInvoices()
public IncomingInvoices(String scrollspy)
public IncomingInvoices(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 © 2020. All rights reserved.