cancel
Showing results for 
Search instead for 
Did you mean: 

set row color in a table in webDynpro view.

Former Member
0 Kudos

how to set the diffrent row font color for a table?

for example(following records was displayed in a table):

<b> name lastname grade records</b>

-


Li hua 4 79

Whang ping 4 54

Li fico 4 50

-


<u><b>helpClass.Class</b></u>(imported in webDypro project as javabean model,and bind to textView of table)

<i>String name;

String lastname;

String grade;

String record</i>

but i have no idea no how to set the var WDTextViewSemantic object value.

Accepted Solutions (0)

Answers (1)

Answers (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Check

Regards,

Vijayakhanna Raman

Former Member
0 Kudos

HI,Vijayakhanna Raman

thanks u reply!

but a little different for that.

i know i can set the attribute value of 'semanticColor' to change the font color.but my context binding to a javabean model.that is to say,i must set a value to the semanticColor.u know u cann't build any semanticColor object in your javabean (help class/imported as javabean model/it's from java project).

althought u can built a String object,then u can use some method to change type ,for example:WDTextViewSemanticColor.valueAt("String object");

but u cann't mapping the WDTextViewSemanticColor object value from javabean model to the context.