henplus.view
Class ExtendedColumn

java.lang.Object
  extended by henplus.view.Column
      extended by 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

Field Summary
static int ALIGN_CENTER
           
static int ALIGN_LEFT
           
static int ALIGN_RIGHT
           
 
Constructor Summary
ExtendedColumn(int value, int alignment)
           
ExtendedColumn(int value, int colspan, int alignment)
           
ExtendedColumn(String text, int alignment)
           
ExtendedColumn(String text, int colspan, int alignment)
           
 
Method Summary
 int getAlignment()
           
 int getColspan()
           
 boolean isBoldRequested()
          Call this to test if there's a special output mode set.
 void setBoldRequested(boolean bold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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