Uses of Class
org.universAAL.middleware.ui.owl.PrivacyLevel

Packages that use PrivacyLevel
org.universAAL.middleware.ui   
org.universAAL.middleware.ui.owl   
org.universAAL.support.utils.ui.low Contains low level helper classes to deal with UI concepts of universAAL. 
org.universAAL.ui.dm.adapters   
 

Uses of PrivacyLevel in org.universAAL.middleware.ui
 

Methods in org.universAAL.middleware.ui that return PrivacyLevel
 PrivacyLevel UIRequest.getDialogPrivacyLevel()
          Gets the dialog privacy level.
 

Constructors in org.universAAL.middleware.ui with parameters of type PrivacyLevel
UIRequest(Resource user, Form dialogForm, LevelRating dialogPriority, Locale dialogLang, PrivacyLevel dialogPrivacy)
          Instantiates a new UIRequest.
 

Uses of PrivacyLevel in org.universAAL.middleware.ui.owl
 

Fields in org.universAAL.middleware.ui.owl declared as PrivacyLevel
static PrivacyLevel PrivacyLevel.homeMatesOnly
           
static PrivacyLevel PrivacyLevel.insensible
           
static PrivacyLevel PrivacyLevel.intimatesOnly
           
static PrivacyLevel PrivacyLevel.knownPeopleOnly
           
static PrivacyLevel PrivacyLevel.personal
           
 

Methods in org.universAAL.middleware.ui.owl that return PrivacyLevel
static PrivacyLevel PrivacyLevel.getLevelByOrder(int order)
           
static PrivacyLevel PrivacyLevel.getMaxValue()
           
static PrivacyLevel PrivacyLevel.getMinValue()
           
static PrivacyLevel PrivacyLevel.valueOf(String name)
           
 

Uses of PrivacyLevel in org.universAAL.support.utils.ui.low
 

Constructors in org.universAAL.support.utils.ui.low with parameters of type PrivacyLevel
Dialog(User user, String title, LevelRating priority, PrivacyLevel privacy)
          Use this helper class to create a UIRequest that is easy to use.
Dialog(User user, String title, Resource root, LevelRating priority, PrivacyLevel privacy)
          Use this helper class to create a UIRequest that is easy to use.
Message(User user, String title, String message, LevelRating priority, PrivacyLevel privacy)
          Use this helper class to create a UIRequest that is easy to use.
SubDialog(User user, String title, String parentDialogURI, LevelRating priority, PrivacyLevel privacy)
          Use this helper class to create a UIRequest that is easy to use.
 

Uses of PrivacyLevel in org.universAAL.ui.dm.adapters
 

Constructors in org.universAAL.ui.dm.adapters with parameters of type PrivacyLevel
AdapterDialogPrivacyLevel(PrivacyLevel newDialogPrivacyLevel)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.