|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.war.report.ReportColumn
public class ReportColumn
Constructor Summary | |
---|---|
ReportColumn(java.lang.String key,
java.lang.String arg,
I18N.Text title)
Constructor |
|
ReportColumn(java.lang.String key,
java.lang.String arg,
int colSpan,
I18N.Text title)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getArg()
Gets the column arguments/parameters |
java.lang.String |
getBlankFiller()
Gets the value to use as a blank-value for this column |
int |
getColSpan()
Gets the column span value |
java.lang.String |
getKey()
Gets the column name(key) Same as getName() |
java.lang.String |
getName()
Gets the column name(key) Same as getKey() |
java.lang.String |
getTitle(java.util.Locale loc,
java.lang.String dft)
Gets the localized column title |
boolean |
isSortable()
Gets the sortable flag for this column |
boolean |
isVisible(BasicPrivateLabel bpl)
Returns true if this column is visible |
void |
setBlankFiller(java.lang.String filler)
Sets the value to use as a blank-value for this column |
void |
setColumnConditional(ReportConditional colCond)
Sets the column conditional value |
void |
setSortable(boolean sortable)
Sets the sortable flag for this column |
java.lang.String |
toString()
Returns the String representation of this column |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportColumn(java.lang.String key, java.lang.String arg, I18N.Text title)
key
- Report column namearg
- Report column parameterstitle
- Report column titlepublic ReportColumn(java.lang.String key, java.lang.String arg, int colSpan, I18N.Text title)
key
- Report column namearg
- Report column parameterscolSpan
- Number of columns spanned by this column titletitle
- Report column titleMethod Detail |
---|
public java.lang.String getName()
getKey()
getKey()
public java.lang.String getKey()
getName()
getName()
public java.lang.String getArg()
public int getColSpan()
public java.lang.String getTitle(java.util.Locale loc, java.lang.String dft)
loc
- The Localedft
- The default title to return if no column title defined
public void setSortable(boolean sortable)
sortable
- True if column is sortable, false otherwisepublic boolean isSortable()
public void setBlankFiller(java.lang.String filler)
filler
- The value to use as a blank-value for this columnpublic java.lang.String getBlankFiller()
public void setColumnConditional(ReportConditional colCond)
colCond
- The column conditional valuepublic boolean isVisible(BasicPrivateLabel bpl)
bpl
- The BasicPrivateLabel context
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |