Package org.uberfire.paging
Class AbstractPathPageRow
- java.lang.Object
-
- org.uberfire.paging.AbstractPageRow
-
- org.uberfire.paging.AbstractPathPageRow
-
- All Implemented Interfaces:
Comparable<AbstractPageRow>
public abstract class AbstractPathPageRow extends AbstractPageRow
A single row of a paged data
-
-
Constructor Summary
Constructors Constructor Description AbstractPathPageRow()AbstractPathPageRow(Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractPathPageRow other)PathgetPath()-
Methods inherited from class org.uberfire.paging.AbstractPageRow
compareTo
-
-
-
-
Constructor Detail
-
AbstractPathPageRow
public AbstractPathPageRow()
-
AbstractPathPageRow
public AbstractPathPageRow(Path path)
-
-
Method Detail
-
compareTo
public int compareTo(AbstractPathPageRow other)
-
getPath
public Path getPath()
-
-