|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.controls.celltable.configs.AbstractCellAttributeConfig
com.sybase.uep.bobclient.controls.celltable.configs.CellLabelConfig
public class CellLabelConfig
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 |
---|
public CellLabelConfig()
Method Detail |
---|
public java.util.Vector getLabelItemConfigs()
public void setLabelItemConfigs(java.util.Vector labelItemConfigs)
labelItemConfigs
- - vector of label item configurationpublic void addLabelItemConfig(CellLabelItemConfig labelItemConfig)
labelItemConfig
- - label item configurationpublic boolean isWrapText()
public void setWrapText(boolean isWrapText)
isWrapText
- - true means the label is allowed to be wrappedpublic boolean hasMBOAttributeItem()
public boolean hasContextVariableItem()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |