| |
|
| java.lang.Object org.mmbase.bridge.util.FieldWrapper
FieldWrapper | abstract public class FieldWrapper implements Field(Code) | | Wraps another Field. You can use this if you want to implement Field, and want to base that
implementation on a existing Field instance.
author: Michiel Meeuwissen version: $Id: FieldWrapper.java,v 1.4 2008/02/03 17:33:56 nklasens Exp $ since: MMBase-1.8.1 |
getEditPosition | public int getEditPosition()(Code) | | |
getListItemType | public int getListItemType()(Code) | | |
getListPosition | public int getListPosition()(Code) | | |
getMaxLength | public int getMaxLength()(Code) | | |
getSearchPosition | public int getSearchPosition()(Code) | | |
getState | public int getState()(Code) | | |
getStoragePosition | public int getStoragePosition()(Code) | | |
getType | public int getType()(Code) | | |
hasIndex | public boolean hasIndex()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
isRequired | public boolean isRequired()(Code) | | |
isUnique | public boolean isUnique()(Code) | | |
isVirtual | public boolean isVirtual()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
|
|
|