com.jaxfront.core.formatter
Class AbstractColumnFormatter
java.lang.Object
com.jaxfront.core.formatter.AbstractColumnFormatter
- All Implemented Interfaces:
- ColumnFormatter
public abstract class AbstractColumnFormatter
- extends java.lang.Object
- implements ColumnFormatter
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractColumnFormatter
public AbstractColumnFormatter()
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