@SupportsInformalParameters @Events(value="inplaceupdate (internal event)") public class GridColumns extends Object
Component Parameters | ||||||
---|---|---|---|---|---|---|
Name | Description | Type | Flags | Default | Default Prefix | Since |
gridModel | The object that provides access to bean and data models, which is typically the enclosing Grid component. | org. | componentResources. | prop | ||
index | Optional output parameter that stores the current column index. | int | prop | |||
lean | If true, then the CSS class on each TH element will be omitted, which can reduce the amount of output from the component overall by a considerable amount. Leave this as false, the default, when you are leveraging the CSS to customize the look and feel of particular columns. | boolean | prop | |||
overrides | Where to look for informal parameter Blocks used to override column headers. The default is to look for such overrides in the GridColumns component itself, but this is usually overridden. | org. | this | prop | ||
zone | If not null, then each link is output as a link to update the specified zone. | String | prop |
Events: |
---|
Constructor and Description |
---|
GridColumns() |
Modifier and Type | Method and Description |
---|---|
Block |
getBlockForColumn() |
Object |
getColumnContext() |
List<String> |
getColumnNames() |
String |
getHeaderClass() |
Asset |
getIcon() |
String |
getIconLabel() |
String |
getSortLinkClass() |
boolean |
isActiveSortColumn() |
boolean |
isSortDisabled() |
void |
setColumnName(String columnName) |
public GridColumns()
public boolean isSortDisabled()
public String getSortLinkClass()
public String getHeaderClass()
public boolean isActiveSortColumn()
public Object getColumnContext()
public String getIconLabel()
public List<String> getColumnNames()
public void setColumnName(String columnName)
public Block getBlockForColumn()
Copyright © 2003-2012 The Apache Software Foundation.