|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.ext.gwt.FormattedValue
public class FormattedValue
The FormattedValue is a single column in a Grid component. It will be used to transfer
data between server and client.
| Constructor Summary | |
|---|---|
FormattedValue()
|
|
| Method Summary | ||
|---|---|---|
String |
getBackground()
Gets the background color. |
|
String |
getFont()
Gets the font. |
|
String |
getForeground()
Gets the foreground color. |
|
|
getValue()
Gets the cell value. |
|
void |
setBackground(String pColor)
Sets the background color. |
|
void |
setFont(String pFont)
Sets the font. |
|
void |
setForeground(String pColor)
Sets the foreground color. |
|
|
setValue(V pValue)
Sets the cell value. |
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormattedValue()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic <V> void setValue(V pValue)
V - the value typepValue - the cell valuepublic <V> V getValue()
V - the value type
public void setForeground(String pColor)
pColor - the color codepublic String getForeground()
public void setBackground(String pColor)
pColor - the color codepublic String getBackground()
public void setFont(String pFont)
pFont - the font namepublic String getFont()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||