|
|||||||||
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.CellLabelItemConfig
public class CellLabelItemConfig
Cell label item configuration
Constructor Summary | |
---|---|
CellLabelItemConfig()
|
Method Summary | |
---|---|
int |
getLabelItemType()
Gets the label item type. |
java.lang.String |
getLiteralText()
Gets the literal text that is assigned to the label item |
java.lang.String |
getMboAttrId()
Gets mobile business object attribute id that is bind to the label item |
int |
getOrder()
Gets the index that is assigned to the label item |
ControlVariable |
getVariable()
Gets the variable that is set to the label item. |
void |
setLabelItemType(int type)
Sets the label item type. |
void |
setLiteralText(java.lang.String literalText)
Sets a literal text to the label item |
void |
setMboAttrId(java.lang.String mboAttrId)
Sets mobile business object attribute id to the label item |
void |
setOrder(int order)
Sets a index to the label item |
void |
setVariable(ControlVariable variable)
Sets a variable to the label item |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellLabelItemConfig()
Method Detail |
---|
public java.lang.String getMboAttrId()
public void setMboAttrId(java.lang.String mboAttrId)
mboAttrId
- - mobile business object attribute idpublic java.lang.String getLiteralText()
public void setLiteralText(java.lang.String literalText)
literalText
- public ControlVariable getVariable()
public void setVariable(ControlVariable variable)
variable
- - a variable that is supposed to reference to a literal textpublic int getOrder()
public void setOrder(int order)
order
- - an index that is used among label items to determine their sequence.public int getLabelItemType()
public void setLabelItemType(int type)
type
- - one constant of ICellAttributeTypeContants. eg.ICellAttributeTypeContants.MBO_ATTRIBUTE_TYPE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |