Documentation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
jvx:client:gui:temporary_values [2020/06/08 15:00]
cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation)
jvx:client:gui:temporary_values [2020/07/08 17:38]
cduncan [Global Values]
Line 19: Line 19:
 </​code>​ </​code>​
  
-So it's super easy to add temporary information to any UI resource. We recommend to use constants as object names in order to find references easily. If you use hardcoded strings, it will be hard to find the usage in your whole application.+Soit's super easy to add temporary information to any UI resource. We recommend to use constants as object names in order to find references easily. If you use hardcoded strings, it will be hard to find the usage in your whole application.
  
 Here's a short example: Here's a short example:
Line 48: Line 48:
 ==== Global Values ==== ==== Global Values ====
  
-We have another alternative for above instance values. It's also possible to use our [[jvx:​common:​util:​classes#​the_object_cache|ObjectCache]],​ e.g.,+We have another alternative for the above instance values. It's also possible to use our [[jvx:​common:​util:​classes#​the_object_cache|ObjectCache]],​ e.g.,
  
 <code java> <code java>
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information