public interface ViewTableFormat3 extends MemoryStructure
Modifier and Type | Interface and Description |
---|---|
static class |
ViewTableFormat3.Flag |
Modifier and Type | Method and Description |
---|---|
ColorValue |
getAlternateBackgroundColor() |
ColorValue |
getBackgroundColor() |
Set<ViewTableFormat3.Flag> |
getFlags() |
ColorValue |
getGridColor() |
ColorValue |
getHeaderBackgroundColor() |
int |
getLength() |
ColorValue |
getMarginBackgroundColor() |
int |
getMaxRows() |
ColorValue |
getTotalsColor() |
ColorValue |
getUnreadColor() |
int |
getViewMarginBottom() |
int |
getViewMarginLeft() |
int |
getViewMarginRight() |
int |
getViewMarginTop() |
int |
getViewMarginTopUnder() |
ViewTableFormat3 |
setFlags(Collection<ViewTableFormat3.Flag> flags) |
ViewTableFormat3 |
setLength(int len) |
ViewTableFormat3 |
setMaxRows(int margin) |
ViewTableFormat3 |
setViewMarginBottom(int margin) |
ViewTableFormat3 |
setViewMarginLeft(int margin) |
ViewTableFormat3 |
setViewMarginRight(int margin) |
ViewTableFormat3 |
setViewMarginTop(int margin) |
ViewTableFormat3 |
setViewMarginTopUnder(int margin) |
getData
int getLength()
ViewTableFormat3 setLength(int len)
Set<ViewTableFormat3.Flag> getFlags()
ViewTableFormat3 setFlags(Collection<ViewTableFormat3.Flag> flags)
ColorValue getBackgroundColor()
ColorValue getAlternateBackgroundColor()
ColorValue getGridColor()
int getViewMarginTop()
ViewTableFormat3 setViewMarginTop(int margin)
int getViewMarginLeft()
ViewTableFormat3 setViewMarginLeft(int margin)
int getViewMarginRight()
ViewTableFormat3 setViewMarginRight(int margin)
int getViewMarginBottom()
ViewTableFormat3 setViewMarginBottom(int margin)
ColorValue getMarginBackgroundColor()
ColorValue getHeaderBackgroundColor()
int getViewMarginTopUnder()
ViewTableFormat3 setViewMarginTopUnder(int margin)
ColorValue getUnreadColor()
ColorValue getTotalsColor()
int getMaxRows()
ViewTableFormat3 setMaxRows(int margin)
Copyright © 2019–2021 HCL. All rights reserved.