org.scrashmeow.ojb.console.ui.control.grid
Class GridPager

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.ui.control.grid.GridPager
All Implemented Interfaces:
java.io.Serializable, ViewControl

public class GridPager
extends java.lang.Object
implements ViewControl

Author:
alexander To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
GridPager()
           
 
Method Summary
 java.lang.Integer getCount()
          Returns the count.
 java.lang.Integer getCurrent()
          Returns the current.
 java.lang.String getFormElementName()
          Returns the formElementName.
 void setCount(java.lang.Integer count)
          Sets the count.
 void setCurrent(java.lang.Integer current)
          Sets the current.
 void setFormElementName(java.lang.String formElementName)
          Sets the formElementName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridPager

public GridPager()
Method Detail

getCount

public java.lang.Integer getCount()
Returns the count.

Returns:
Integer

getCurrent

public java.lang.Integer getCurrent()
Returns the current.

Returns:
Integer

getFormElementName

public java.lang.String getFormElementName()
Returns the formElementName.

Returns:
String

setCount

public void setCount(java.lang.Integer count)
Sets the count.

Parameters:
count - The count to set

setCurrent

public void setCurrent(java.lang.Integer current)
Sets the current.

Parameters:
current - The current to set

setFormElementName

public void setFormElementName(java.lang.String formElementName)
Sets the formElementName.

Parameters:
formElementName - The formElementName to set


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.