org.apache.cxf.management.web.browser.client.service.browser
Class Links
java.lang.Object
org.apache.cxf.management.web.browser.client.service.browser.Links
public class Links
- extends Object
|
Constructor Summary |
Links(com.google.gwt.xml.client.Document document)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final Links EMPTY
Links
public Links(@Nonnull
com.google.gwt.xml.client.Document document)
firstAvailable
public boolean firstAvailable()
previousAvailable
public boolean previousAvailable()
selfAvailable
public boolean selfAvailable()
nextAvailable
public boolean nextAvailable()
lastAvailable
public boolean lastAvailable()
getFirst
@Nullable
public String getFirst()
getPrevious
@Nullable
public String getPrevious()
getSelf
@Nullable
public String getSelf()
getNext
@Nullable
public String getNext()
getLast
@Nullable
public String getLast()
Apache CXF