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

java.lang.Object
  extended by com.sybase.uep.bobclient.controls.celltable.configs.AbstractCellAttributeConfig
      extended by com.sybase.uep.bobclient.controls.celltable.configs.CellLabelConfig

public class CellLabelConfig
extends AbstractCellAttributeConfig


Constructor Summary
CellLabelConfig()
           
 
Method Summary
 void addLabelItemConfig(CellLabelItemConfig labelItemConfig)
          Adds a label item configuration
 java.util.Vector getLabelItemConfigs()
          Gets configurations of label items
 boolean hasContextVariableItem()
          Gets if the label has table context variable items
 boolean hasMBOAttributeItem()
          Gets if the label has MBO attribute items
 boolean isWrapText()
          Gets information that if the label is allowed to be wrapped
 void setLabelItemConfigs(java.util.Vector labelItemConfigs)
          Sets label item configurations
 void setWrapText(boolean isWrapText)
          Sets information that if the label is allowed to be wrapped
 
Methods inherited from class com.sybase.uep.bobclient.controls.celltable.configs.AbstractCellAttributeConfig
getColSpan, getFocusFontStyle, getHAlignment, getOrder, getRowSpan, getUnfocusFontStyle, getVAlignment, setColSpan, setFocusFontStyle, setHAlignment, setOrder, setRowSpan, setUnfocusFontStyle, setVAlignment
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellLabelConfig

public CellLabelConfig()
Method Detail

getLabelItemConfigs

public java.util.Vector getLabelItemConfigs()
Gets configurations of label items

Returns:
Vector of label item configuration

setLabelItemConfigs

public void setLabelItemConfigs(java.util.Vector labelItemConfigs)
Sets label item configurations

Parameters:
labelItemConfigs - - vector of label item configuration

addLabelItemConfig

public void addLabelItemConfig(CellLabelItemConfig labelItemConfig)
Adds a label item configuration

Parameters:
labelItemConfig - - label item configuration

isWrapText

public boolean isWrapText()
Gets information that if the label is allowed to be wrapped

Returns:
- true means the label is allowed to be wrapped

setWrapText

public void setWrapText(boolean isWrapText)
Sets information that if the label is allowed to be wrapped

Parameters:
isWrapText - - true means the label is allowed to be wrapped

hasMBOAttributeItem

public boolean hasMBOAttributeItem()
Gets if the label has MBO attribute items

Returns:
true means it contains MBO attribute items.

hasContextVariableItem

public boolean hasContextVariableItem()
Gets if the label has table context variable items

Returns:
true means it contains table context variable items.