-
Notifications
You must be signed in to change notification settings - Fork 2
DisableAccountFragment
Igor Ribeiro Barbosa Duarte edited this page May 9, 2016
·
4 revisions
- No other attributes
- Required constructor to instantiate a fragment object
- No arguments
- Type: Constructor
- No other variables
- Creates and returns the view hierarchy associated with the fragment
- LayoutInflater inflater: Object used to inflate any views in the fragment
- ViewGroup container: If non-null, is the parent view that the fragment should be attached to
- Bundle savedInstanceState: If non-null, this fragment is being re-constructed from a previous saved state as given here
- Type: View
- Description: View of the current fragment
| Name | Type | Description | Default Value |
|---|---|---|---|
| view | View | Object of View that receives the Fragment view through the XML | * * * |
| yesButton | Button | Button which disables the account of the user logged in | * * * |
| noButton | Button | Button which cancels disabling the user | * * * |
- Disable the account when the user clicks on the yes button or comes back to the previous
- Type: Void
- View view: Current clicked view
| Name | Type | Description | Default Value |
|---|---|---|---|
| activity | FragmentActivity | Gets an instance of the current activity | * * * |
| fragmentTransaction | FragmentTransaction | Allows the current fragment to be replaced by the fragment to be opened | * * * |
| fragmentManager | FragmentManager | Interface for interacting with Fragment objects inside of an Activity | * * * |
| homePageContext | Context | Gets an instance of the interface to global information about the application environment | * * * |
- [Stylesheet] (Stylesheet)
-
[EditOrRemoveFragment] (EditOrRemoveFragment)
-
[RegisterFragment] (RegisterFragment)
-
[ShowUser] (ShowUser)
-
[ShowPlaceRank] (ShowPlaceRank)
-
[ShowTop5Ranking] (ShowTop5Ranking)
-
[ListEvents] (ListEvents)
-
[DisableAccountFragment] (DisableAccountFragment)
-
[PlaceDAO] (PlaceDAO)
-
[UserDAO] (UserDAO)
-
[EventCategoryDAO] (EventCategoryDAO)
-
[UserEvaluationDAO] (UserEvaluationDAO)
-
[EventEvaluation] (Class-EventEvaluation)
-
[Place] (Place)
-
[User] (Class-User)
-
[UserEvaluation] (UserEvaluation)