What is the difference between getDataValue and getPlainDataValue methods in data utility?
What is the difference between getDataValue and getPlainDataValue methods in data utility
What is the difference between getDataValue and getPlainDataValue methods in data utility
Hi
getDataValue returns an object named Component that is shown in the UI tables, attributes etc. generally in MVC Wizards and detail page tables.
Component object can be Label, Icon, CheckBox, ComboBox, TextArea etc...

but Google Web Toolkit can use just String that is plainDataValue.
So getPlainDataValue is used in the GWT tables and sub tabs as a CAD Structure WTPart structure and MPMLink structure.
GWT environment always use the getPlainDataValue method instead of the getDataValue

PetrH
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.