|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Field Detail |
---|
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
Method Detail |
---|
String getDisplayName(Locale locale_p)
locale_p
- Locale to use
String getPropertyName()
int getAlignment()
int getWidth()
boolean isSortable()
true
if the column can be sorted.
true
if the column can be sorted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |