Package org.bgerp.model.process.queue
Class Column
java.lang.Object
org.bgerp.model.process.queue.Column
- Direct Known Subclasses:
 Column
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddQuery(StringBuilder selectPart, StringBuilder joinPart) getCellValue(DynActionForm form, boolean isHtmlMedia, Process process, Object rawCellValue) intgetId()getStyle()getTitle()intgetValue()booleanstatic 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:
 processby default, orlinkedfor 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.
 
 
 -