com.ds.fw.dv.list
Class FwDVListPropertyPage

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.dv.properties.FwDVProperty
              |
              +--com.ds.fw.dv.list.FwDVListPropertyPage
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwDVListPropertyPage
extends FwDVProperty

This class represents the "Page" option of the edit table. It contains parameters for the edit table's visual page.

See Also:
Serialized Form

Field Summary
 long max_display_item
          The maximum number of rows allowed for visualization.
 
Fields inherited from class com.ds.fw.dv.properties.FwDVProperty
active, data, name, viewType
 
Constructor Summary
FwDVListPropertyPage()
           
 
Method Summary
 long getP()
           
 long maxDisplayItem()
           
 void setMaxDisplayItem(long l)
           
 void setP(long l)
           
 
Methods inherited from class com.ds.fw.dv.properties.FwDVProperty
get, getActive, getName, getString, getViewType, name, set, setActive, setName, setViewType
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

max_display_item

public long max_display_item
The maximum number of rows allowed for visualization. The default value is 20.

Constructor Detail

FwDVListPropertyPage

public FwDVListPropertyPage()
Method Detail

getP

public long getP()

setP

public void setP(long l)

maxDisplayItem

public long maxDisplayItem()

setMaxDisplayItem

public void setMaxDisplayItem(long l)