| java.lang.Object henplus.view.Column henplus.view.ExtendedColumn
ExtendedColumn | final public class ExtendedColumn extends Column (Code) | | 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 |
ALIGN_CENTER | final public static int ALIGN_CENTER(Code) | | |
ALIGN_LEFT | final public static int ALIGN_LEFT(Code) | | |
ALIGN_RIGHT | final public static int ALIGN_RIGHT(Code) | | |
ExtendedColumn | public ExtendedColumn(int value, int alignment)(Code) | | |
ExtendedColumn | public ExtendedColumn(String text, int alignment)(Code) | | |
ExtendedColumn | public ExtendedColumn(int value, int colspan, int alignment)(Code) | | |
ExtendedColumn | public ExtendedColumn(String text, int colspan, int alignment)(Code) | | |
getAlignment | public int getAlignment()(Code) | | |
getColspan | public int getColspan()(Code) | | |
isBoldRequested | public boolean isBoldRequested()(Code) | | Call this to test if there's a special output mode set.
|
setBoldRequested | public void setBoldRequested(boolean bold)(Code) | | |
|
|