|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.field.OwHeaderFieldColumnInfoDecorator
public class OwHeaderFieldColumnInfoDecorator
Header ID decorator of standard OwFieldColumnInfo
s.
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 |
---|
Fields inherited from interface com.wewebu.ow.server.field.OwFieldColumnInfo |
---|
ALIGNMENT_CENTER, ALIGNMENT_CENTER_NOWRAP, ALIGNMENT_DEFAULT, ALIGNMENT_LEFT, ALIGNMENT_LEFT_NOWRAP, ALIGNMENT_MAX, ALIGNMENT_RIGHT, ALIGNMENT_RIGHT_NOWRAP |
Constructor Summary | |
---|---|
OwHeaderFieldColumnInfoDecorator(OwFieldColumnInfo fieldInfo_p,
String headerID_p)
|
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 |
getHeaderID()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwHeaderFieldColumnInfoDecorator(OwFieldColumnInfo fieldInfo_p, String headerID_p)
Method Detail |
---|
public String getDisplayName(Locale locale_p)
OwFieldColumnInfo
getDisplayName
in interface OwFieldColumnInfo
locale_p
- Locale to use
public String getPropertyName()
OwFieldColumnInfo
getPropertyName
in interface OwFieldColumnInfo
public int getAlignment()
OwFieldColumnInfo
getAlignment
in interface OwFieldColumnInfo
public int getWidth()
OwFieldColumnInfo
getWidth
in interface OwFieldColumnInfo
public boolean isSortable()
OwFieldColumnInfo
true
if the column can be sorted.
isSortable
in interface OwFieldColumnInfo
true
if the column can be sorted.public String getHeaderID()
getHeaderID
in interface OwHeaderFieldColumnInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |