Modifier and Type | Class and Description |
---|---|
class |
LayoutImpl
Implementation for layouts.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
LayoutTagLibrary.getDefaultSelectedRowNames(Layout layout,
boolean showAlwaysSelected) |
static List<LayoutRow> |
LayoutTagLibrary.getNotSelectedRows(Layout layout,
List<String> selectedRowNames) |
static List<LayoutRow> |
LayoutTagLibrary.getSelectedRows(Layout layout,
List<String> selectedRowNames,
boolean showAlwaysSelected) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
LayoutFunctions.getDefaultSelectedRowNames(Layout layout,
boolean showAlwaysSelected) |
static List<LayoutRow> |
LayoutFunctions.getNotSelectedRows(Layout layout,
List<String> selectedRowNames) |
static List<LayoutRow> |
LayoutFunctions.getSelectedRows(Layout layout,
List<String> selectedRowNames,
boolean showAlwaysSelected) |
Modifier and Type | Method and Description |
---|---|
Layout |
WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx,
LayoutDefinition layoutDef,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault) |
Layout |
WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx,
LayoutDefinition layoutDef,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault)
Returns the computed layout for this definition, mode and list of
selected rows in given context, or null if the layout definition is
null.
|
Layout |
WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx,
String layoutName,
String mode,
String valueName) |
Layout |
WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx,
String layoutName,
String mode,
String valueName)
Returns the computed layout for this name and mode in given context, or
null if no layout with this name is found.
|
Layout |
WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx,
String layoutName,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault) |
Layout |
WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx,
String layoutName,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault)
Returns the computed layout for this name, mode and list of selected
rows in given context, or null if no layout with this name is found.
|
Layout |
WebLayoutManagerImpl.getLayout(com.sun.facelets.FaceletContext ctx,
String layoutName,
String layoutCategory,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault) |
Layout |
WebLayoutManager.getLayout(com.sun.facelets.FaceletContext ctx,
String layoutName,
String layoutCategory,
String mode,
String valueName,
List<String> selectedRows,
boolean selectAllRowsByDefault)
Returns the computed layout for this name, category, mode and list of
selected rows in given context, or null if no layout with this name is
found.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.