com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table.settings
Class WBTableSettings

java.lang.Object
  extended by com.im.ijc.widgets.abstractwidget.CommonWidgetSettings
      extended by com.im.ijc.widgets.table.settings.TableWidgetSettings
          extended by com.im.ijc.widgets.table.settings.WBTableSettings

public class WBTableSettings
extends TableWidgetSettings


Nested Class Summary
static class WBTableSettings.Alignment
           
 
Field Summary
 
Fields inherited from class com.im.ijc.widgets.abstractwidget.CommonWidgetSettings
PROP_BORDER, PROP_TOOLTIP
 
Constructor Summary
WBTableSettings()
           
 
Method Summary
 List<WBTableColumnSettings> getColumns()
           
 DatasetType getForegroundDatasetType()
           
 int getHeaderAlignment()
           
 Color getHeaderBackgroundColor()
           
 Font getHeaderFont()
           
 int getHeaderRows()
           
 int getRowHeight()
           
 boolean isAutoRowHeight()
           
 boolean isColumnsInitalized()
          transient info whether column/field information was initialized or not.
 boolean isFitToScreen()
           
 boolean isRowCountVisible()
           
 boolean isShowTableHeader()
           
 boolean isShowVerticalLines()
           
 void setAutoRowHeight(boolean autoRowHeight)
           
 void setColumns(List<WBTableColumnSettings> columns)
           
 void setFitToScreen(boolean fitToScreen)
           
 void setForegroundDatasetType(DatasetType foregroundDatasetType)
           
 void setHeaderAlignment(int headerAlignment)
           
 void setHeaderBackgroundColor(Color headerBackgroundColor)
           
 void setHeaderFont(Font headerFont)
           
 void setHeaderRows(int headerRows)
           
 void setRowCountVisible(boolean rowCountVisible)
           
 void setRowHeight(int rowHeight)
           
 void setShowTableHeader(boolean showTableHeader)
           
 void setShowVerticalLines(boolean showVerticalLines)
           
 
Methods inherited from class com.im.ijc.widgets.abstractwidget.CommonWidgetSettings
addPropertyChangeListener, firePropertyChange, getBorder, getToolTip, getToolTipField, isInternalBorderSpacingOn, removePropertyChangeListener, setBorder, setBorder, setBorder, setBorderType, setInternalBorderSpacingOn, setToolTip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WBTableSettings

public WBTableSettings()
Method Detail

isAutoRowHeight

public boolean isAutoRowHeight()

setAutoRowHeight

public void setAutoRowHeight(boolean autoRowHeight)

getHeaderRows

public int getHeaderRows()

setHeaderRows

public void setHeaderRows(int headerRows)

isFitToScreen

public boolean isFitToScreen()

setFitToScreen

public void setFitToScreen(boolean fitToScreen)

getRowHeight

public int getRowHeight()

setRowHeight

public void setRowHeight(int rowHeight)

getColumns

public List<WBTableColumnSettings> getColumns()

setColumns

public void setColumns(List<WBTableColumnSettings> columns)

isShowTableHeader

public boolean isShowTableHeader()

setShowTableHeader

public void setShowTableHeader(boolean showTableHeader)

isShowVerticalLines

public boolean isShowVerticalLines()

setShowVerticalLines

public void setShowVerticalLines(boolean showVerticalLines)

getHeaderAlignment

public int getHeaderAlignment()

setHeaderAlignment

public void setHeaderAlignment(int headerAlignment)

getHeaderBackgroundColor

public Color getHeaderBackgroundColor()

setHeaderBackgroundColor

public void setHeaderBackgroundColor(Color headerBackgroundColor)

isRowCountVisible

public boolean isRowCountVisible()

setRowCountVisible

public void setRowCountVisible(boolean rowCountVisible)

getForegroundDatasetType

public DatasetType getForegroundDatasetType()

setForegroundDatasetType

public void setForegroundDatasetType(DatasetType foregroundDatasetType)

isColumnsInitalized

public boolean isColumnsInitalized()
transient info whether column/field information was initialized or not.


getHeaderFont

public Font getHeaderFont()

setHeaderFont

public void setHeaderFont(Font headerFont)

com.im.ijc.widgets/1 5.9.1