Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.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.
|
class |
UIColumnNode
Creates a tree node inside of a sheet (also known as tree table).
|
class |
UIColumnSelector
Renders a column with checkboxes to mark selected rows.
|
class |
UITreeNode
Creates a tree node.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUIColumnNode |
class |
AbstractUIColumnSelector |
class |
AbstractUITreeNode |
Modifier and Type | Method and Description |
---|---|
List<AbstractUIColumn> |
AbstractUISheet.getAllColumns() |
List<AbstractUIColumn> |
AbstractUISheet.getRenderedColumns() |
Modifier and Type | Method and Description |
---|---|
static AbstractUIColumn |
CreateComponentUtils.createColumn(String label,
String sortable,
String align)
Deprecated.
xxx
|
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.
xxx
|
static AbstractUIColumn |
CreateComponentUtils.createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child,
String clientId)
Deprecated.
xxx
|
static AbstractUIColumn |
CreateComponentUtils.createTextColumn(String label,
String sortable,
String align,
String value)
Deprecated.
xxx
|
static AbstractUIColumn |
CreateComponentUtils.createTextColumn(String label,
String sortable,
String align,
String value,
String clientId)
Deprecated.
xxx
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.