Package com.aspose.tasks.cloud.model
Class View
java.lang.Object
com.aspose.tasks.cloud.model.View
Represents a view in Project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Gets or sets the name of a view object.Gets the screen type for the single view.getType()Gets the type of item in the single view, such as tasks or resources.getUid()Gets the unique identifier of a view.inthashCode()Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbonscreen(ViewScreen screen) voidvoidsetScreen(ViewScreen screen) voidsetShowInMenu(Boolean showInMenu) voidvoidshowInMenu(Boolean showInMenu) toString()
-
Constructor Details
-
View
public View()
-
-
Method Details
-
showInMenu
-
isShowInMenu
Gets or sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon- Returns:
- showInMenu
-
setShowInMenu
-
type
-
getType
Gets the type of item in the single view, such as tasks or resources. Read-only.- Returns:
- type
-
setType
-
screen
-
getScreen
Gets the screen type for the single view. Read-only.- Returns:
- screen
-
setScreen
-
name
-
getName
Gets or sets the name of a view object.- Returns:
- name
-
setName
-
uid
-
getUid
Gets the unique identifier of a view.- Returns:
- uid
-
setUid
-
equals
-
hashCode
public int hashCode() -
toString
-