com.sybase.uep.bobclient.controls.celltable.configs
Class AbstractCellAttributeConfig

java.lang.Object
  extended by 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

Constructor Summary
AbstractCellAttributeConfig()
           
 
Method Summary
 int getColSpan()
           
 FontStyle getFocusFontStyle()
           
 long getHAlignment()
           
 int getOrder()
           
 int getRowSpan()
           
 FontStyle getUnfocusFontStyle()
           
 long getVAlignment()
           
 void setColSpan(int colSpan)
           
 void setFocusFontStyle(FontStyle focusFontStyle)
           
 void setHAlignment(long hAlignment)
           
 void setOrder(int order)
           
 void setRowSpan(int rowSpan)
           
 void setUnfocusFontStyle(FontStyle unfocusFontStyle)
           
 void setVAlignment(long vAlignment)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCellAttributeConfig

public AbstractCellAttributeConfig()
Method Detail

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)