public interface OwFieldColumnInfo
Column Description for object lists. Holds a property name and the corresponding displayname.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
static int |
ALIGNMENT_CENTER
alignment to use for the column: center alignment
|
static int |
ALIGNMENT_CENTER_NOWRAP
alignment to use for the column: center alignment, no wrap of text
|
static int |
ALIGNMENT_DEFAULT
alignment to use for the column: use the default of the list
|
static int |
ALIGNMENT_LEFT
alignment to use for the column: left alignment
|
static int |
ALIGNMENT_LEFT_NOWRAP
alignment to use for the column: left alignment, no wrap of text
|
static int |
ALIGNMENT_MAX
max number of defined alignments
|
static int |
ALIGNMENT_RIGHT
alignment to use for the column: right alignment
|
static int |
ALIGNMENT_RIGHT_NOWRAP
alignment to use for the column: right alignment, no wrap of text
|
Modifier and Type | Method and Description |
---|---|
int |
getAlignment()
get the object property name this column is referring to
|
String |
getDisplayName(Locale locale_p)
get the string to display in the header
|
String |
getPropertyName()
get the object property name this column is referring to
|
int |
getWidth()
get column width in % or 0 if undefined
|
boolean |
isSortable()
Returns
true if the column can be sorted. |
static final int ALIGNMENT_DEFAULT
static final int ALIGNMENT_LEFT
static final int ALIGNMENT_CENTER
static final int ALIGNMENT_RIGHT
static final int ALIGNMENT_LEFT_NOWRAP
static final int ALIGNMENT_CENTER_NOWRAP
static final int ALIGNMENT_RIGHT_NOWRAP
static final int ALIGNMENT_MAX
String getDisplayName(Locale locale_p)
locale_p
- Locale to useString getPropertyName()
int getAlignment()
int getWidth()
boolean isSortable()
true
if the column can be sorted.true
if the column can be sorted.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.