|
|||||||||
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.CellTableConfig
public class CellTableConfig
Holds configurations that are specified in tooling for a cell table
Constructor Summary | |
---|---|
CellTableConfig()
|
Method Summary | |
---|---|
void |
addCellAttributeConfig(AbstractCellAttributeConfig cellAttrConfig)
Adds a cell attribute configuration |
AbstractCellAttributeConfig |
getCellAttributeConfigByOrder(int order)
Gets cell attribute by it's order number |
java.util.Vector |
getCellAttributeConfigs()
Gets vector of cell attribute configuration |
int[] |
getColumnPercentage()
Gets column percentages of the cell table |
FontStyle |
getFocusFontStyle()
Gets focus font style of the cell table |
MBOConfig |
getMboConfig()
Gets the MBOConfig object that contains information of the mobile business object that is set to the cell table |
int |
getNumberOfColumns()
Gets the column number of the cell table |
PagingObject |
getPagingObject()
Gets the paging object that is set to the cell table |
java.lang.String |
getSortingColumn()
Gets the sorting menu text |
FontStyle |
getUnfocusFontStyle()
Gets the unfocus font style of the cell table |
void |
setCellAttributeConfigs(java.util.Vector cellAttributeConfigs)
Sets cell attribute configurations |
void |
setColumnPercentage(int[] columnPercentage)
Sets column percentages to the cell table |
void |
setFocusFontStyle(FontStyle focusFontStyle)
Sets focus font style to the cell table |
void |
setMboConfig(MBOConfig mboConfig)
Sets a MBOConfig object to the cell table |
void |
setNumberOfColumns(int columnNumber)
Sets number of columns to the cell table |
void |
setPagingObject(PagingObject pagingObject)
Sets a paging object to the cell table |
void |
setSortingColumn(java.lang.String sortingColumn)
Sets the sorting menu text to the cell table |
void |
setSortingColumnMenuLabel(int sortingColumnMenuLabelRID)
|
void |
setUnfocusFontStyle(FontStyle unfocusFontStyle)
Sets an unfocus font style to the cell table |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CellTableConfig()
Method Detail |
---|
public AbstractCellAttributeConfig getCellAttributeConfigByOrder(int order)
order
- - a number that determines the sequence of cell attributes
public java.util.Vector getCellAttributeConfigs()
public void setCellAttributeConfigs(java.util.Vector cellAttributeConfigs)
cellAttributeConfigs
- - a vector of cell attribute configurationpublic void addCellAttributeConfig(AbstractCellAttributeConfig cellAttrConfig)
cellAttrConfig
- - a cell attribute configurationpublic FontStyle getFocusFontStyle()
public void setFocusFontStyle(FontStyle focusFontStyle)
focusFontStyle
- - a focus font stylepublic FontStyle getUnfocusFontStyle()
public void setUnfocusFontStyle(FontStyle unfocusFontStyle)
unfocusFontStyle
- - an unfocus font stylepublic int getNumberOfColumns()
public void setNumberOfColumns(int columnNumber)
columnNumber
- - number of columnspublic int[] getColumnPercentage()
public void setColumnPercentage(int[] columnPercentage)
columnPercentage
- - column percentagespublic PagingObject getPagingObject()
public void setPagingObject(PagingObject pagingObject)
pagingObject
- - PagingObjectpublic MBOConfig getMboConfig()
public void setMboConfig(MBOConfig mboConfig)
mboConfig
- - contains information of the mobile business object that is set to the cell tablepublic java.lang.String getSortingColumn()
public void setSortingColumn(java.lang.String sortingColumn)
sortingColumn
- - sorting menu textpublic void setSortingColumnMenuLabel(int sortingColumnMenuLabelRID)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |