public class IdPropertyColumn extends PropertyColumn
DataTable. This type of column is not editable by default| Constructor and Description |
|---|
IdPropertyColumn(org.apache.wicket.model.IModel<String> title,
String property) |
IdPropertyColumn(org.apache.wicket.model.IModel<String> title,
String property,
int width) |
IdPropertyColumn(String title) |
IdPropertyColumn(String title,
int width) |
IdPropertyColumn(String title,
String property) |
IdPropertyColumn(String title,
String property,
int width) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isEditable()
Indicates whether the model field and the column is editable
|
getField, getValue, newDataModelgetAggregates, getAggregatesAsString, getAttributes, getEditor, getFilterable, getFooterTemplate, getFormat, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getType, getWidth, isEncoded, isNullable, isPopupVisible, isVisible, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAggregates, getAttributes, getEditor, getFilterable, getFooterTemplate, getFormat, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getType, getWidth, isEncoded, isNullablepublic IdPropertyColumn(String title)
public IdPropertyColumn(String title, int width)
public IdPropertyColumn(org.apache.wicket.model.IModel<String> title, String property)
public Boolean isEditable()
IColumnisEditable in interface IColumnisEditable in class AbstractColumnnull by default, meaning not specifiedCopyright © 2021 7thWeb. All rights reserved.