Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.layout |
Modifier and Type | Method and Description |
---|---|
GridSpan |
UIStyle.getGridColumn()
Grid column value of the element.
|
GridSpan |
UIStyle.getGridRow()
Grid row value of the element.
|
Modifier and Type | Method and Description |
---|---|
void |
UIStyle.setGridColumn(GridSpan gridColumn) |
void |
UIStyle.setGridRow(GridSpan gridRow) |
Modifier and Type | Method and Description |
---|---|
abstract GridSpan |
AbstractUIStyle.getGridColumn() |
abstract GridSpan |
AbstractUIStyle.getGridRow() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractUIStyle.setGridColumn(GridSpan gridColumn) |
abstract void |
AbstractUIStyle.setGridRow(GridSpan gridRow) |
Modifier and Type | Method and Description |
---|---|
static GridSpan |
GridSpan.valueOf(Integer start,
Integer span) |
static GridSpan |
GridSpan.valueOf(String string) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.