Package org.bgerp.model.process.queue
Class Column
java.lang.Object
org.bgerp.model.process.queue.Column
- Direct Known Subclasses:
Column
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addQuery
(StringBuilder selectPart, StringBuilder joinPart) getCellValue
(DynActionForm form, boolean isHtmlMedia, Process process, Object rawCellValue) int
getId()
getStyle()
getTitle()
int
getValue()
boolean
static Column
-
Constructor Details
-
Column
-
Column
-
-
Method Details
-
of
- Throws:
Exception
-
getId
-
getValue
-
getAggregate
-
getTitle
-
getTitleIfMore
public int getTitleIfMore() -
isFormatToHtml
public boolean isFormatToHtml() -
getCutIfMore
public int getCutIfMore() -
getShowAsLink
-
getStyle
-
getProcess
- Returns:
process
by default, orlinked
for parent linked process.
-
addQuery
- Throws:
Exception
-
getCellValue
public Object getCellValue(DynActionForm form, boolean isHtmlMedia, Process process, Object rawCellValue) throws SQLException - Throws:
SQLException
-
cellHtml
- Returns:
- special cell rendering HTML page, can be overwritten by different cells.
-