public interface ViewSettings
Modifier and Type | Method and Description |
---|---|
String |
getHeight()
Get the table body height.
|
int |
getLongPressDuration()
Get the long press duration requirement.
|
boolean |
isUseCategories()
Is the data view using categories where possible.
|
boolean |
isUseLoadOverlay()
Is the data view using loading overlay mask.
|
boolean |
isUseRowExpansion()
Is the data view using row expansion.
|
boolean |
isUseStickyHeader()
True if we are using sticky table header.
|
void |
setHeight(String height)
Set the table body height.
|
void |
setLongPressDuration(int longPressDuration)
Set the long press duration requirement.
|
void |
setUseCategories(boolean useCategories)
Allow the data view to generate categories,
or use added categories for row data.
|
void |
setUseLoadOverlay(boolean useLoadOverlay)
Use the loading overlay mask.
|
void |
setUseRowExpansion(boolean useRowExpansion)
Use row expansion functionality, giving the user
a way to expand rows for extra information.
|
void |
setUseStickyHeader(boolean stickyHeader)
Enable the use of sticky table header bar.
|
boolean isUseStickyHeader()
void setUseStickyHeader(boolean stickyHeader)
boolean isUseCategories()
void setUseCategories(boolean useCategories)
boolean isUseLoadOverlay()
void setUseLoadOverlay(boolean useLoadOverlay)
boolean isUseRowExpansion()
void setUseRowExpansion(boolean useRowExpansion)
int getLongPressDuration()
void setLongPressDuration(int longPressDuration)
Copyright © 2018. All rights reserved.