Class Columns
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.utils.Columns
- Author:
- Nick Crum (ncrum)
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultColumn
bool()
This column displays the values as "Yes" if the value is "true", and "No" if the value is "false".static DefaultColumn
color()
static DefaultColumn
column()
static DefaultColumn
static DefaultConditionalColumn
Deprecated.static DefaultColumn
date()
Deprecated.since 1.1.0-GA; usedateTime()
static DefaultDateColumn
dateTime()
static DefaultColumn
decimal()
static DefaultDerivedColumn
derived()
static DefaultDynamicColumn
dynamic()
static DefaultEmbeddedListColumn
static DefaultEnumArrayColumn
static DefaultEnumColumn
static DefaultColumn
html()
static DefaultColumn
integer()
static DefaultColumn
static DefaultLinkColumn
link()
static DefaultLinkColumn
static DefaultColumn
static DefaultMoneyColumn
money()
static DefaultProgressColumn
progress()
static DefaultRSQLRuleColumn
rsqlRule()
static DefaultSpelRuleColumn
spelRule()
static DefaultColumn
string()
static DefaultColumn
static DefaultThumbnailColumn
static DefaultColumn
-
Method Details
-
column
-
column
-
string
-
date
Deprecated.since 1.1.0-GA; usedateTime()
-
dateTime
-
bool
This column displays the values as "Yes" if the value is "true", and "No" if the value is "false". By default, "Yes" is green and "No" is red. If you need to swap the colors, use "swapColors" attribute with "true" value. For example:Columns.bool() .attribute("swapColors", true)
-
color
-
stringArray
-
money
-
link
-
linkById
-
integer
-
html
-
longInteger
-
decimal
-
enumeration
-
enumArray
-
timeSince
-
thumbnail
-
progress
-
conditionalColumn
Deprecated.please usedynamic()
-
dynamic
-
keyValueMap
-
embeddedList
-
spelRule
-
rsqlRule
-
derived
-
dynamic()