Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Hide a password attribute content
Hide a password attribute content [message #1779552] Tue, 09 January 2018 14:31 Go to next message
Fy Za is currently offline Fy ZaFriend
Messages: 245
Registered: March 2010
Senior Member
Hi all

I have this class Account
class Account
	{
		attribute login : String[?];
		attribute password : String[?];
	}


When the user defines the password, its content appears.

index.php/fa/31744/0/

Does exist in EMF tooling (Ecore, Edit, Genmodel, etc.) a field/method/annotation/code (for example password_characters field) which can be customized to show * or • when the user writes the password?

best

Faiez
  • Attachment: password.png
    (Size: 17.13KB, Downloaded 1506 times)
Re: Hide a password attribute content [message #1779557 is a reply to message #1779552] Tue, 09 January 2018 15:39 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Google found this old forum thread: https://www.eclipse.org/forums/index.php/t/131198/

Maybe that's helpful for you...


Re: Hide a password attribute content [message #1779559 is a reply to message #1779557] Tue, 09 January 2018 15:49 Go to previous message
Fy Za is currently offline Fy ZaFriend
Messages: 245
Registered: March 2010
Senior Member
Google gives me this forum thread https://www.eclipse.org/forums/index.php/t/99818/

Anyway, Thank you Eike!
Previous Topic:Index of model element with in a container
Next Topic:Annoted Java generation broken in latest EMF?
Goto Forum:
  


Current Time: Sat Mar 30 05:54:02 GMT 2024

Powered by FUDForum. Page generated in 0.02321 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top