net.datacrow.settings.definitions
Class WebFieldDefinition
java.lang.Object
net.datacrow.settings.definitions.Definition
net.datacrow.settings.definitions.WebFieldDefinition
public class WebFieldDefinition
- extends Definition
Constructor Summary |
WebFieldDefinition(int field,
int width,
int maxTextLength,
boolean visible,
boolean link,
boolean quickSearch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebFieldDefinition
public WebFieldDefinition(int field,
int width,
int maxTextLength,
boolean visible,
boolean link,
boolean quickSearch)
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)