public class CurrencyPropertyColumn extends PropertyColumn
DataTable| Constructor and Description |
|---|
CurrencyPropertyColumn(org.apache.wicket.model.IModel<String> title,
String property)
Constructor
|
CurrencyPropertyColumn(org.apache.wicket.model.IModel<String> title,
String property,
int width)
Constructor
|
CurrencyPropertyColumn(String title)
Constructor
|
CurrencyPropertyColumn(String title,
int width)
Constructor
|
CurrencyPropertyColumn(String title,
String property)
Constructor
|
CurrencyPropertyColumn(String title,
String property,
int width)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
The format that is applied to the value before it is displayed.
|
String |
getType()
Get the field's type
Available options are "string", "number", "boolean", "date". |
getField, getValue, newDataModelgetAggregates, getAggregatesAsString, getAttributes, getEditor, getFilterable, getFooterTemplate, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getWidth, isEditable, isEncoded, isNullable, isPopupVisible, isVisible, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAggregates, getAttributes, getEditor, getFilterable, getFooterTemplate, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getWidth, isEditable, isEncoded, isNullablepublic CurrencyPropertyColumn(String title)
title - the text of the column headerpublic CurrencyPropertyColumn(String title, int width)
title - the text of the column headerwidth - the desired width of the columnpublic CurrencyPropertyColumn(String title, String property)
title - the text of the column headerproperty - the object property namepublic CurrencyPropertyColumn(String title, String property, int width)
title - the text of the column headerproperty - the object property namewidth - the desired width of the columnpublic CurrencyPropertyColumn(org.apache.wicket.model.IModel<String> title, String property)
title - the text of the column headerproperty - the object property namepublic String getType()
IColumngetType in interface IColumngetType in class AbstractColumnpublic String getFormat()
IColumngetFormat in interface IColumngetFormat in class AbstractColumnnull if it does not applyCopyright © 2021 7thWeb. All rights reserved.