com.sybase.uep.bobclient.controls.celltable.configs
Class AbstractCellAttributeConfig
java.lang.Object
com.sybase.uep.bobclient.controls.celltable.configs.AbstractCellAttributeConfig
- Direct Known Subclasses:
- CellImageConfig, CellLabelConfig
public abstract class AbstractCellAttributeConfig
- extends java.lang.Object
Holds configurations that are specified in tooling for a cell attribute
- Author:
- congchen
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCellAttributeConfig
public AbstractCellAttributeConfig()
getFocusFontStyle
public FontStyle getFocusFontStyle()
setFocusFontStyle
public void setFocusFontStyle(FontStyle focusFontStyle)
getUnfocusFontStyle
public FontStyle getUnfocusFontStyle()
setUnfocusFontStyle
public void setUnfocusFontStyle(FontStyle unfocusFontStyle)
getRowSpan
public int getRowSpan()
setRowSpan
public void setRowSpan(int rowSpan)
getColSpan
public int getColSpan()
setColSpan
public void setColSpan(int colSpan)
getHAlignment
public long getHAlignment()
setHAlignment
public void setHAlignment(long hAlignment)
getVAlignment
public long getVAlignment()
setVAlignment
public void setVAlignment(long vAlignment)
getOrder
public int getOrder()
setOrder
public void setOrder(int order)