com.jaxfront.core.formatter
Class AbstractColumnFormatter

java.lang.Object
  extended by com.jaxfront.core.formatter.AbstractColumnFormatter
All Implemented Interfaces:
ColumnFormatter

public abstract class AbstractColumnFormatter
extends java.lang.Object
implements ColumnFormatter


Constructor Summary
AbstractColumnFormatter()
           
 
Method Summary
 java.lang.String getColID()
           
 int getPreferredWidth()
           
 IUser getUser()
           
 boolean isHTML()
           
 void setColumnID(java.lang.String id)
           
 void setUser(IUser user)
           
 boolean whiteSpaceNoWrap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jaxfront.core.formatter.ColumnFormatter
format, formatPlain
 

Constructor Detail

AbstractColumnFormatter

public AbstractColumnFormatter()
Method Detail

getColID

public java.lang.String getColID()

getPreferredWidth

public int getPreferredWidth()
Specified by:
getPreferredWidth in interface ColumnFormatter

getUser

public IUser getUser()
Specified by:
getUser in interface ColumnFormatter

isHTML

public boolean isHTML()
Specified by:
isHTML in interface ColumnFormatter

setColumnID

public void setColumnID(java.lang.String id)
Specified by:
setColumnID in interface ColumnFormatter

setUser

public void setUser(IUser user)
Specified by:
setUser in interface ColumnFormatter

whiteSpaceNoWrap

public boolean whiteSpaceNoWrap()
Specified by:
whiteSpaceNoWrap in interface ColumnFormatter