henplus.view
Class ExtendedColumn
java.lang.Object
henplus.view.Column
henplus.view.ExtendedColumn
public final class ExtendedColumn
- extends Column
Title: ExtendedColumn
Description:
Created on: 25.07.2003
- Version:
- $Id: ExtendedColumn.java,v 1.4 2004/03/07 14:22:03 hzeller Exp $
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIGN_LEFT
public static final int ALIGN_LEFT
- See Also:
- Constant Field Values
ALIGN_CENTER
public static final int ALIGN_CENTER
- See Also:
- Constant Field Values
ALIGN_RIGHT
public static final int ALIGN_RIGHT
- See Also:
- Constant Field Values
ExtendedColumn
public ExtendedColumn(int value,
int alignment)
ExtendedColumn
public ExtendedColumn(String text,
int alignment)
ExtendedColumn
public ExtendedColumn(int value,
int colspan,
int alignment)
ExtendedColumn
public ExtendedColumn(String text,
int colspan,
int alignment)
getColspan
public int getColspan()
getAlignment
public int getAlignment()
isBoldRequested
public boolean isBoldRequested()
- Call this to test if there's a special output mode set.
setBoldRequested
public void setBoldRequested(boolean bold)
? 1997..2006 Henner Zeller