net.datacrow.settings.definitions
Class QuickViewFieldDefinition

java.lang.Object
  extended by net.datacrow.settings.definitions.Definition
      extended by net.datacrow.settings.definitions.QuickViewFieldDefinition

public class QuickViewFieldDefinition
extends Definition


Field Summary
 
Fields inherited from class net.datacrow.settings.definitions.Definition
seperator
 
Constructor Summary
QuickViewFieldDefinition(int field, boolean enabled, java.lang.String direction, int maxLength)
           
 
Method Summary
 java.lang.String getDirectrion()
           
 java.lang.Object[] getDisplayValues(DcModule module)
           
 int getField()
           
 int getMaxLength()
           
 boolean isEnabled()
           
 java.lang.String toSettingValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickViewFieldDefinition

public QuickViewFieldDefinition(int field,
                                boolean enabled,
                                java.lang.String direction,
                                int maxLength)
Method Detail

getMaxLength

public int getMaxLength()

getDirectrion

public java.lang.String getDirectrion()

getField

public int getField()

isEnabled

public boolean isEnabled()

toSettingValue

public java.lang.String toSettingValue()
Specified by:
toSettingValue in class Definition

getDisplayValues

public java.lang.Object[] getDisplayValues(DcModule module)