org.drools.guvnor.client.rpc
Class AbstractPageRow

java.lang.Object
  extended by org.drools.guvnor.client.rpc.AbstractPageRow
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Comparable<AbstractPageRow>
Direct Known Subclasses:
AbstractAssetPageRow, BuilderResultLine, DependenciesPageRow, LogPageRow, PermissionsPageRow, SnapshotComparisonPageRow

public abstract class AbstractPageRow
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<AbstractPageRow>

A single row of a paged data


Constructor Summary
AbstractPageRow()
           
 
Method Summary
 int compareTo(AbstractPageRow o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPageRow

public AbstractPageRow()
Method Detail

compareTo

public int compareTo(AbstractPageRow o)
Specified by:
compareTo in interface Comparable<AbstractPageRow>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.