Forum Discussion

Ravik's avatar
Ravik
Super Contributor
7 years ago

retrieve the text from JavaFXObject

Hi Guys,

 

We are unable to retrieve the text from JavaFXObject

 

JavaClassName : =  TEValidationsController$4$1

JavaFullClassName := com.wf.App.client.feature.te.ValidationsController$4$1

JavaFXObjectName := message

 

I have tried number of methods like - 

1- objTable.wValue(Row,Col) 

2- objTable.myObj.GetTex , objTable.myObj.Text

3- objTable.myObj.JavaFXObjectText

 

All return blank value .

 

Could you please suggest a suitable method to retrieve the text from JavaFXObject (Table)

1 Reply

  • shankar_r's avatar
    shankar_r
    Community Hero

    JavaClassName : =  TEValidationsController$4$1

    JavaFullClassName := com.wf.App.client.feature.te.ValidationsController$4$1

    JavaFXObjectName := message

     

    These are most likely your AUT custom classes. 

     

    Can you try getValueAt(row,col)?

     

    If you not able get using above, share some screenshots of Object and Object methods and properties