Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.util |
Modifier and Type | Class and Description |
---|---|
class |
UIColumn
Renders a UIComponent that represents a single column of data within a
parent UISheet component.
|
Modifier and Type | Method and Description |
---|---|
static AbstractUIColumn |
CreateComponentUtils.createColumn(String label,
String sortable,
String align)
Deprecated.
|
static AbstractUIColumn |
CreateComponentUtils.createColumn(String label,
String sortable,
String align,
String clientId) |
static AbstractUIColumn |
CreateComponentUtils.createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child)
Deprecated.
|
static AbstractUIColumn |
CreateComponentUtils.createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child,
String clientId) |
static AbstractUIColumn |
CreateComponentUtils.createTextColumn(String label,
String sortable,
String align,
String value)
Deprecated.
|
static AbstractUIColumn |
CreateComponentUtils.createTextColumn(String label,
String sortable,
String align,
String value,
String clientId) |
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.