public static interface ItemListingBuilder.GridSection<ROWTYPE>
| Modifier and Type | Method and Description |
|---|---|
ROWTYPE |
addRowAt(int index)
Add a section row at given index.
|
ROWTYPE |
appendRow()
Adds a new row at the bottom of the section.
|
ROWTYPE |
getDefaultRow()
Returns the current default row of the section.
|
ROWTYPE |
getRowAt(int index)
Get the section row at given index.
|
int |
getRowCount()
Gets the row count for the section.
|
ROWTYPE |
prependRow()
Adds a new row at the top of the section.
|
void |
removeRow(int rowIndex)
Removes the row at the given position from the section.
|
void |
setDefaultRow(int rowIndex)
Sets the default row of the section.
|
ROWTYPE addRowAt(int index)
index - Row indexROWTYPE appendRow()
ROWTYPE getRowAt(int index)
index - Row indexROWTYPE getDefaultRow()
int getRowCount()
ROWTYPE prependRow()
void removeRow(int rowIndex)
rowIndex - the position of the rowvoid setDefaultRow(int rowIndex)
rowIndex - the position of the rowCopyright © 2019 The Holon Platform. All rights reserved.