public abstract class DataTableColumnSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.technia.tvc.core.util.KeyValue |
COLORABLE |
static com.technia.tvc.core.util.KeyValue |
DATAGROUPHIDDEN |
static com.technia.tvc.core.util.KeyValue |
DATATABLE_CELLRENDERER |
static com.technia.tvc.core.util.KeyValue |
EXCLUDE_FROM_REPORT |
static com.technia.tvc.core.util.KeyValue |
FORMAT |
static com.technia.tvc.core.util.KeyValue |
OBJECT_LINK_TEMPLATE_WITH_ALTERNATE_OID |
static com.technia.tvc.core.util.KeyValue |
ORDERABLE |
static com.technia.tvc.core.util.KeyValue |
POST_RENDERER |
static com.technia.tvc.core.util.KeyValue |
PRINTABLE |
static com.technia.tvc.core.util.KeyValue |
RELATIONSHIP |
static com.technia.tvc.core.util.KeyValue |
TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getCellRenderer(com.technia.tvc.core.gui.table.Column column) |
static java.lang.String |
getPostRenderer(com.technia.tvc.core.gui.table.Column column) |
static java.lang.String |
getSetting(com.technia.tvc.core.gui.table.Column column,
com.technia.tvc.core.util.KeyValue setting) |
static java.lang.String |
getTemplate(com.technia.tvc.core.gui.table.Column column) |
static boolean |
isColorable(com.technia.tvc.core.gui.table.Column column) |
static boolean |
isDataGroupHidden(com.technia.tvc.core.gui.table.Column column) |
static boolean |
isOrderable(com.technia.tvc.core.gui.table.Column column) |
static boolean |
setSetting(com.technia.tvc.core.gui.table.MutableColumn col,
com.technia.tvc.core.util.KeyValue setting,
java.lang.String value) |
public static final com.technia.tvc.core.util.KeyValue DATATABLE_CELLRENDERER
public static final com.technia.tvc.core.util.KeyValue TEMPLATE
public static final com.technia.tvc.core.util.KeyValue OBJECT_LINK_TEMPLATE_WITH_ALTERNATE_OID
public static final com.technia.tvc.core.util.KeyValue POST_RENDERER
public static final com.technia.tvc.core.util.KeyValue ORDERABLE
public static final com.technia.tvc.core.util.KeyValue PRINTABLE
public static final com.technia.tvc.core.util.KeyValue EXCLUDE_FROM_REPORT
public static final com.technia.tvc.core.util.KeyValue FORMAT
public static final com.technia.tvc.core.util.KeyValue COLORABLE
public static final com.technia.tvc.core.util.KeyValue RELATIONSHIP
public static final com.technia.tvc.core.util.KeyValue DATAGROUPHIDDEN
public static java.lang.String getCellRenderer(com.technia.tvc.core.gui.table.Column column)
public static java.lang.String getTemplate(com.technia.tvc.core.gui.table.Column column)
public static java.lang.String getPostRenderer(com.technia.tvc.core.gui.table.Column column)
public static boolean isOrderable(com.technia.tvc.core.gui.table.Column column)
public static boolean isDataGroupHidden(com.technia.tvc.core.gui.table.Column column)
public static boolean isColorable(com.technia.tvc.core.gui.table.Column column)
public static java.lang.String getSetting(com.technia.tvc.core.gui.table.Column column,
com.technia.tvc.core.util.KeyValue setting)
public static boolean setSetting(com.technia.tvc.core.gui.table.MutableColumn col,
com.technia.tvc.core.util.KeyValue setting,
java.lang.String value)