com.ds.fw.dv.list
Class FwDVListPropertyAlpha

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

public class FwDVListPropertyAlpha
extends FwDVProperty

This class represents the "alpha" option of the edit table. This is an alphabetical index which groups the elements of the edit table by their starting alpha.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ds.fw.dv.properties.FwDVProperty
active, data, name, viewType
 
Constructor Summary
FwDVListPropertyAlpha()
          Constructor.
 
Method Summary
 long getColumn()
           
 long getP()
           
 void setColumn(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
 

Constructor Detail

FwDVListPropertyAlpha

public FwDVListPropertyAlpha()
Constructor.

Method Detail

getColumn

public long getColumn()

setColumn

public void setColumn(long l)

getP

public long getP()

setP

public void setP(long l)