net.datacrow.settings.definitions
Class WebFieldDefinition

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

public class WebFieldDefinition
extends Definition


Field Summary
 
Fields inherited from class net.datacrow.settings.definitions.Definition
seperator
 
Constructor Summary
WebFieldDefinition(int field, int width, int maxTextLength, boolean visible, boolean link, boolean quickSearch)
           
 
Method Summary
 java.lang.Object[] getDisplayValues(DcModule module)
           
 int getField()
           
 int getMaxTextLength()
           
 int getWidth()
           
 boolean isLink()
           
 boolean isOverview()
           
 boolean isQuickSearch()
           
 java.lang.String toSettingValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFieldDefinition

public WebFieldDefinition(int field,
                          int width,
                          int maxTextLength,
                          boolean visible,
                          boolean link,
                          boolean quickSearch)
Method Detail

getMaxTextLength

public int getMaxTextLength()

isLink

public boolean isLink()

getField

public int getField()

getWidth

public int getWidth()

isOverview

public boolean isOverview()

isQuickSearch

public boolean isQuickSearch()

toSettingValue

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

getDisplayValues

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