Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.layout |
Modifier and Type | Method and Description |
---|---|
ShowPosition |
UISheet.getShowDirectLinks()
Flag indicating whether or not a range of direct paging links should be
rendered in the sheet's footer.
|
ShowPosition |
UISheet.getShowPageRange()
Flag indicating whether and where the range pages should
rendered in the sheet's footer.
|
ShowPosition |
UISheet.getShowRowRange()
Flag indicating whether or not the range of displayed rows should
rendered in the sheet's footer.
|
Modifier and Type | Method and Description |
---|---|
void |
UISheet.setShowDirectLinks(ShowPosition showDirectLinks) |
void |
UISheet.setShowPageRange(ShowPosition showPageRange) |
void |
UISheet.setShowRowRange(ShowPosition showRowRange) |
Modifier and Type | Method and Description |
---|---|
abstract ShowPosition |
AbstractUISheet.getShowDirectLinks() |
abstract ShowPosition |
AbstractUISheet.getShowPageRange() |
abstract ShowPosition |
AbstractUISheet.getShowRowRange() |
Modifier and Type | Method and Description |
---|---|
static ShowPosition |
ShowPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowPosition[] |
ShowPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.