|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.controls.TableColumn
public class TableColumn
Table column class Used by the TableField class
Constructor Summary | |
---|---|
TableColumn()
Constructor for TableColumn |
Method Summary | |
---|---|
int |
getColor(int defColor)
Get the column text color |
net.rim.device.api.ui.Font |
getFont(net.rim.device.api.ui.Font defFont)
Get the column font object |
java.lang.String |
getLabel()
Get the column label |
java.lang.String |
getTypicalString()
get the length of the column text value |
int |
getWidth()
Get the width of the column |
boolean |
hasClickThru()
Check if there are clickacross under this column |
void |
setClickThru(java.lang.String label)
Set if this column has clickacross |
void |
setColor(int color)
Set the font color of this column |
void |
setFont(net.rim.device.api.ui.Font font)
Set the font object for this column |
void |
setLabel(java.lang.String label)
Set the column label |
void |
setTypicalString(java.lang.String typical)
Set the typical length for this column label |
void |
setWidth(int width)
Set the column width |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableColumn()
Method Detail |
---|
public int getColor(int defColor)
defColor
- Default text color
public net.rim.device.api.ui.Font getFont(net.rim.device.api.ui.Font defFont)
defFont
- Default font
public java.lang.String getLabel()
public java.lang.String getTypicalString()
public int getWidth()
public void setClickThru(java.lang.String label)
label
- Column label that has clickacrosspublic boolean hasClickThru()
public void setColor(int color)
public void setFont(net.rim.device.api.ui.Font font)
public void setLabel(java.lang.String label)
label
- Column label stringpublic void setTypicalString(java.lang.String typical)
typical
- The string to show the length of the labelpublic void setWidth(int width)
width
- int value for the column width
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |